Home
last modified time | relevance | path

Searched defs:switchUser (Results 1 – 25 of 284) sorted by relevance

12345678910>>...12

/aosp_15_r20/cts/hostsidetests/car/src/android/car/cts/
H A DCarUserManagerHostTest.java105 private void switchUser(int userId, String expected) throws Exception { in switchUser() method in CarUserManagerHostTest
112 private void switchUser(int userId, String expected, String options) throws Exception { in switchUser() method in CarUserManagerHostTest
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/user/domain/interactor/
DGuestUserInteractor.java126 kotlin.jvm.functions.Function1<? super java.lang.Integer, kotlin.Unit> switchUser) { in exit()
148 …kotlin.jvm.functions.Function1<? super java.lang.Integer, kotlin.Unit> switchUser, @org.jetbrains.… in remove()
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/policy/
H A DDeviceProvisionedControllerImplTest.kt245 private fun switchUser(toUser: Int) { in switchUser() method
/aosp_15_r20/packages/services/Car/car-lib/src/android/car/user/
DCarUserManager.java525 public void switchUser(@NonNull UserSwitchRequest userSwitchRequest, in switchUser() method in CarUserManager
532 private void switchUser(@NonNull UserSwitchRequest userSwitchRequest, in switchUser() method in CarUserManager
580 public AsyncFuture<UserSwitchResult> switchUser(@UserIdInt int targetUserId) { in switchUser() method in CarUserManager
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowActivityManager.java176 protected boolean switchUser(int userid) { in switchUser() method in ShadowActivityManager
184 protected boolean switchUser(UserHandle userHandle) { in switchUser() method in ShadowActivityManager
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
H A DICrossUserService.aidl22 void switchUser(in UserHandle userHandle); in switchUser() method
/aosp_15_r20/packages/apps/TvSettings/unbundle/java/com/android/tv/settings/unbundle/sdklib/
DActivityManagerCompat.java37 public boolean switchUser(int userid) { in switchUser() method in ActivityManagerCompat
/aosp_15_r20/platform_testing/libraries/app-helpers/interfaces/auto/src/android/platform/helpers/
H A DIAutoUserHelper.java67 void switchUser(String userFrom, String userTo); in switchUser() method
/aosp_15_r20/frameworks/base/apct-tests/perftests/multiuser/src/android/multiuser/
H A DUserLifecycleTests.java466 public void switchUser() throws Exception { in switchUser() method in UserLifecycleTests
1535 private void switchUser(int userId) throws RemoteException { in switchUser() method in UserLifecycleTests
/aosp_15_r20/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/users/
H A DUserStatsTests.java92 protected int switchUser(String userName, boolean isGuest) throws Exception { in switchUser() method in UserStatsTests
/aosp_15_r20/cts/tests/camera/headlessSystemUserTest/src/android/camera/cts/headlesssystemusertest/
H A DCamera2HeadlessSystemUserTest.java211 private void switchUser(int userId) throws Exception { in switchUser() method in Camera2HeadlessSystemUserTest
/aosp_15_r20/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DITestDevice.java959 public boolean switchUser(int userId) throws DeviceNotAvailableException; in switchUser() method
969 public boolean switchUser(int userId, long timeout) throws DeviceNotAvailableException; in switchUser() method
/aosp_15_r20/packages/services/Car/car-lib/src/android/car/
DICarUserService.aidl37 void switchUser(int targetUserId, int timeoutMs, in switchUser() method
/aosp_15_r20/cts/hostsidetests/webkit/src/com/android/cts/webkit/
H A DWebViewHostSideMultipleProfileTest.java149 private void switchUser(int userId) throws DeviceNotAvailableException { in switchUser() method in WebViewHostSideMultipleProfileTest
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/user/domain/interactor/
H A DUserSwitcherInteractor.kt593 private fun switchUser(userId: Int) { in <lambda>() method
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DUserLifecycleStressTest.java260 private void switchUser(int userId) { in switchUser() method in UserLifecycleStressTest
/aosp_15_r20/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/display/
DSelfManagedVirtualDisplayView.java106 private void switchUser() { in switchUser() method in SelfManagedVirtualDisplayView
/aosp_15_r20/platform_testing/libraries/automotive-helpers/settings-app-helper/src/android/platform/helpers/
H A DSettingUserHelperImpl.java165 public void switchUser(String userFrom, String userTo) { in switchUser() method in SettingUserHelperImpl
/aosp_15_r20/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DConfigurationMapTest.java149 private void switchUser(int newUserId) { in switchUser() method in ConfigurationMapTest
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/pm/
H A DBackgroundUserSoundNotifier.java345 final Notification.Action switchUser = new Notification.Action.Builder(null, in createNotification() local
/aosp_15_r20/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/users/
DUserFragment.java216 private void switchUser() { in switchUser() method in UserFragment
DSimpleUserPickerFragment.java317 private void switchUser() { in switchUser() method in SimpleUserPickerFragment
/aosp_15_r20/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DCarMultiUserTestBase.java306 protected void switchUser(@UserIdInt int userId) throws Exception { in switchUser() method in CarMultiUserTestBase
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowActivityManagerTest.java219 public void switchUser() { in switchUser() method in ShadowActivityManagerTest
/aosp_15_r20/packages/apps/Car/SystemUI/src/com/android/systemui/car/qc/
DProfileSwitcher.java294 protected void switchUser(@UserIdInt int userId) { in switchUser() method in ProfileSwitcher

12345678910>>...12