Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DBaseShortcutManagerTest.java648 protected static final int USER_11 = 11; field in BaseShortcutManagerTest
654 protected static final UserHandle HANDLE_USER_11 = UserHandle.of(USER_11);
666 new UserInfo(USER_11, "user11", UserInfo.FLAG_INITIALIZED);
806 mUserInfos.put(USER_11, USER_INFO_11); in setUp()
861 mRunningUsers.put(USER_11, false); in setUp()
868 mUnlockedUsers.put(USER_11, true); in setUp()
DShortcutManagerTest2.java341 setCaller(CALLING_PACKAGE_1, USER_11); in testShortcutInfoClone()
367 assertEquals(USER_11, si.getUserId()); in testShortcutInfoClone()
483 setCaller(CALLING_PACKAGE_1, USER_11); in testShortcutInfoClone_resId()
507 assertEquals(USER_11, si.getUserId()); in testShortcutInfoClone_resId()
DShortcutManagerTest8.java87 assertEquals(USER_11, mService.getParentOrSelfUserId(USER_11)); in testGetParentOrSelfUserId()
DShortcutManagerTest1.java1156 mRunningUsers.put(USER_11, true); in testUpdateShortcuts()
1158 runWithCaller(CALLING_PACKAGE_2, USER_11, () -> { in testUpdateShortcuts()
3133 case USER_11: in testLauncherCallback_crossProfile()
3148 runWithCaller(LAUNCHER_1, USER_11, () -> mLauncherApps.registerCallback(c11_1, h)); in testLauncherCallback_crossProfile()