/aosp_15_r20/cts/hostsidetests/car/src/android/car/cts/ |
H A D | CarUserManagerHostTest.java | 105 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/ |
D | GuestUserInteractor.java | 126 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 D | DeviceProvisionedControllerImplTest.kt | 245 private fun switchUser(toUser: Int) { in switchUser() method
|
/aosp_15_r20/packages/services/Car/car-lib/src/android/car/user/ |
D | CarUserManager.java | 525 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 D | ShadowActivityManager.java | 176 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 D | ICrossUserService.aidl | 22 void switchUser(in UserHandle userHandle); in switchUser() method
|
/aosp_15_r20/packages/apps/TvSettings/unbundle/java/com/android/tv/settings/unbundle/sdklib/ |
D | ActivityManagerCompat.java | 37 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 D | IAutoUserHelper.java | 67 void switchUser(String userFrom, String userTo); in switchUser() method
|
/aosp_15_r20/frameworks/base/apct-tests/perftests/multiuser/src/android/multiuser/ |
H A D | UserLifecycleTests.java | 466 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 D | UserStatsTests.java | 92 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 D | Camera2HeadlessSystemUserTest.java | 211 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/ |
D | ITestDevice.java | 959 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/ |
D | ICarUserService.aidl | 37 void switchUser(int targetUserId, int timeoutMs, in switchUser() method
|
/aosp_15_r20/cts/hostsidetests/webkit/src/com/android/cts/webkit/ |
H A D | WebViewHostSideMultipleProfileTest.java | 149 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 D | UserSwitcherInteractor.kt | 593 private fun switchUser(userId: Int) { in <lambda>() method
|
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
H A D | UserLifecycleStressTest.java | 260 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/ |
D | SelfManagedVirtualDisplayView.java | 106 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 D | SettingUserHelperImpl.java | 165 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/ |
D | ConfigurationMapTest.java | 149 private void switchUser(int newUserId) { in switchUser() method in ConfigurationMapTest
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | BackgroundUserSoundNotifier.java | 345 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/ |
D | UserFragment.java | 216 private void switchUser() { in switchUser() method in UserFragment
|
D | SimpleUserPickerFragment.java | 317 private void switchUser() { in switchUser() method in SimpleUserPickerFragment
|
/aosp_15_r20/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/ |
D | CarMultiUserTestBase.java | 306 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 D | ShadowActivityManagerTest.java | 219 public void switchUser() { in switchUser() method in ShadowActivityManagerTest
|
/aosp_15_r20/packages/apps/Car/SystemUI/src/com/android/systemui/car/qc/ |
D | ProfileSwitcher.java | 294 protected void switchUser(@UserIdInt int userId) { in switchUser() method in ProfileSwitcher
|