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.java613 protected static final int USER_11 = 11; field in BaseShortcutManagerTest
619 protected static final UserHandle HANDLE_USER_11 = UserHandle.of(USER_11);
631 new UserInfo(USER_11, "user11", UserInfo.FLAG_INITIALIZED);
763 mUserInfos.put(USER_11, USER_INFO_11); in setUp()
809 mRunningUsers.put(USER_11, false); in setUp()
816 mUnlockedUsers.put(USER_11, true); in setUp()
DShortcutManagerTest2.java336 setCaller(CALLING_PACKAGE_1, USER_11); in testShortcutInfoClone()
360 assertEquals(USER_11, si.getUserId()); in testShortcutInfoClone()
443 setCaller(CALLING_PACKAGE_1, USER_11); in testShortcutInfoClone_resId()
467 assertEquals(USER_11, si.getUserId()); in testShortcutInfoClone_resId()
DShortcutManagerTest8.java87 assertEquals(USER_11, mService.getParentOrSelfUserId(USER_11)); in testGetParentOrSelfUserId()
DShortcutManagerTest1.java1105 mRunningUsers.put(USER_11, true); in testUpdateShortcuts()
1107 runWithCaller(CALLING_PACKAGE_2, USER_11, () -> { in testUpdateShortcuts()
2993 case USER_11: in testLauncherCallback_crossProfile()
3008 runWithCaller(LAUNCHER_1, USER_11, () -> mLauncherApps.registerCallback(c11_1, h)); in testLauncherCallback_crossProfile()