Home
last modified time | relevance | path

Searched refs:USER_11 (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/app/
DGameServiceControllerTest.java65 private static final SystemService.TargetUser USER_11 = user(11); field in GameServiceControllerTest
197 seedConfigurationForUser(USER_11, configurationA); in notifyUserUnlocking_differentFromForegroundUser_ignores()
198 mGameServiceManager.notifyUserUnlocking(USER_11); in notifyUserUnlocking_differentFromForegroundUser_ignores()
219 FakeGameServiceProviderInstance instanceB = seedConfigurationForUser(USER_11, in notifyNewForegroundUser_differentUser_stopsPreviousInstanceAndThenStartsNewInstance()
225 mGameServiceManager.notifyNewForegroundUser(USER_11); in notifyNewForegroundUser_differentUser_stopsPreviousInstanceAndThenStartsNewInstance()
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DBaseShortcutManagerTest.java745 protected static final int USER_11 = 11; field in BaseShortcutManagerTest
751 protected static final UserHandle HANDLE_USER_11 = UserHandle.of(USER_11);
763 new UserInfo(USER_11, "user11", UserInfo.FLAG_INITIALIZED);
922 mUserInfos.put(USER_11, USER_INFO_11); in setUp()
927 mUserProperties.put(USER_11, USER_PROPERTIES_11); in setUp()
989 mRunningUsers.put(USER_11, false); in setUp()
996 mUnlockedUsers.put(USER_11, true); in setUp()
DShortcutManagerTest8.java90 assertEquals(USER_11, mService.getParentOrSelfUserId(USER_11)); in testGetParentOrSelfUserId()
DShortcutManagerTest2.java382 setCaller(CALLING_PACKAGE_1, USER_11); in testShortcutInfoClone()
409 assertEquals(USER_11, si.getUserId()); in testShortcutInfoClone()
530 setCaller(CALLING_PACKAGE_1, USER_11); in testShortcutInfoClone_resId()
555 assertEquals(USER_11, si.getUserId()); in testShortcutInfoClone_resId()
DShortcutManagerTest1.java1427 mRunningUsers.put(USER_11, true); in testUpdateShortcuts()
1429 runWithCaller(CALLING_PACKAGE_2, USER_11, () -> { in testUpdateShortcuts()
3809 case USER_11: in testLauncherCallback_crossProfile()
3824 runWithCaller(LAUNCHER_1, USER_11, () -> mLauncherApps.registerCallback(c11_1, h)); in testLauncherCallback_crossProfile()