/packages/apps/TvSettings/Settings/tests/robotests/src/com/android/tv/settings/users/ |
D | RestrictedProfileTest.java | 66 setCurrentUser(mProfileInfo); in testGetUser_isSelf() 72 setCurrentUser(mOwnerInfo).addOtherUsers(mProfileInfo); in testGetUser_isChild() 78 setCurrentUser(mOwnerInfo); in testGetUser_doesNotExist() 84 setCurrentUser(mOwnerInfo).addOtherUsers(mProfileInfo); in testEnterUser_isOwner_profileExists() 91 setCurrentUser(mOwnerInfo); in testEnterUser_isOwner_profileDoesNotExist() 98 setCurrentUser(mProfileInfo).addOtherUsers(mOwnerInfo); in testEnterUser_isProfile() 105 setCurrentUser(mOwnerInfo).addOtherUsers(mProfileInfo); in testExitUser_isOwner() 112 setCurrentUser(mProfileInfo).addOtherUsers(mOwnerInfo, mSystemInfo); in testExitUser_isProfile() 119 setCurrentUser(mProfileInfo).addOtherUsers(mProfileInfo, mSystemInfo); in testExitUser_isProfile_legacyParent() 129 private UserSetter setCurrentUser(UserInfo user) { in setCurrentUser() method in RestrictedProfileTest
|
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/ |
D | ProfileService.java | 123 protected void setCurrentUser(int userId) {} in setCurrentUser() method in ProfileService 294 setCurrentUser(userId); in doStart() 304 setCurrentUser(currentUserId); in doStart()
|
/packages/apps/QuickAccessWallet/tests/robolectric/src/com/android/systemui/plugin/globalactions/wallet/ |
D | QuickAccessWalletClientTest.java | 124 ShadowActivityManager.setCurrentUser(11); in isWalletFeatureAvailable_wrongUser() 233 public static void setCurrentUser(int userId) { in setCurrentUser() method in QuickAccessWalletClientTest.ShadowActivityManager
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/ |
D | ShadowActivityManager.java | 35 public static void setCurrentUser(int userId) { in setCurrentUser() method in ShadowActivityManager
|
/packages/apps/Car/Notification/tests/robotests/src/com/android/car/notification/testutils/ |
D | ShadowActivityManager.java | 40 public static void setCurrentUser(int userId) { in setCurrentUser() method in ShadowActivityManager
|
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/testutils/ |
D | ShadowActivityManager.java | 65 public static void setCurrentUser(int userId) { in setCurrentUser() method in ShadowActivityManager
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/power/ |
D | CarPowerManagementServiceUnitTest.java | 154 setCurrentUser(CURRENT_USER_ID, /* isGuest= */ false); in setUp() 683 private UserInfo setCurrentUser(int userId, boolean isGuest) { in setCurrentUser() method in CarPowerManagementServiceUnitTest
|
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/profiles/ |
D | ProfileHelperTest.java | 89 ShadowActivityManager.setCurrentUser(10); in setUp()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
D | BluetoothPbapService.java | 645 protected void setCurrentUser(int userId) { in setCurrentUser() method in BluetoothPbapService
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/ |
D | AdvancedPowerUsageDetailTest.java | 678 ShadowActivityManager.setCurrentUser(currentUser); in testStartBatteryDetailPage_typeUser_startByCurrentUser()
|