Searched refs:mRunningUsers (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | ShortcutManagerTest7.java | 154 mRunningUsers.put(USER_10, false); in testResetThrottling_user_not_running() 160 mRunningUsers.put(USER_10, true); in testResetThrottling_user_not_running() 180 mRunningUsers.put(USER_10, true); in testResetThrottling_user_running() 233 mRunningUsers.put(USER_10, true); in testLauncherCommands() 272 mRunningUsers.put(USER_10, true); in testUnloadUser() 283 mRunningUsers.put(USER_10, true); in testClearShortcuts() 312 mRunningUsers.put(USER_10, true); in testClearShortcuts()
|
D | ShortcutManagerTest6.java | 187 mRunningUsers.put(USER_10, true); in testHasShortcutHostPermissionInner_multiUser() 226 mRunningUsers.put(USER_10, true); in testHasShortcutHostPermissionInner_clearCache() 253 mRunningUsers.put(USER_10, false); in testHasShortcutHostPermissionInner_clearCache() 260 mRunningUsers.put(USER_10, true); in testHasShortcutHostPermissionInner_clearCache() 269 mRunningUsers.put(USER_10, true); in testHasShortcutHostPermissionInner_clearCache()
|
D | BaseShortcutManagerTest.java | 687 protected final Map<Integer, Boolean> mRunningUsers = new HashMap<>(); field in BaseShortcutManagerTest 769 inv -> b(mRunningUsers.get((Integer) inv.getArguments()[0])))); in setUp() 774 return b(mRunningUsers.get(userId)) && b(mUnlockedUsers.get(userId)); in setUp() 780 return b(mRunningUsers.get(userId)) && b(mUnlockedUsers.get(userId)); in setUp() 807 mRunningUsers.put(USER_0, true); in setUp() 808 mRunningUsers.put(USER_10, false); in setUp() 809 mRunningUsers.put(USER_11, false); in setUp() 810 mRunningUsers.put(USER_P0, true); in setUp() 811 mRunningUsers.put(USER_P1, true); in setUp() 1928 mRunningUsers.put(USER_10, true); // this test needs user 10.
|
D | ShortcutManagerTest1.java | 309 mRunningUsers.put(USER_10, true); in testSetDynamicShortcuts() 357 mRunningUsers.put(USER_10, true); in testAddDynamicShortcuts() 367 mRunningUsers.put(USER_10, true); in testPublishWithNoActivity() 471 mRunningUsers.put(USER_10, true); in testPublishWithNoActivity_noMainActivityInPackage() 754 mRunningUsers.put(USER_10, true); in testCleanupDanglingBitmaps() 1105 mRunningUsers.put(USER_11, true); in testUpdateShortcuts() 2085 mRunningUsers.put(USER_10, true); in testPinShortcutAndGetPinnedShortcuts_crossProfile_plusLaunch() 2828 mRunningUsers.put(USER_10, true); in testLauncherCallback() 3065 mRunningUsers.put(USER_10, true); in testLauncherCallback_crossProfile() 3161 mRunningUsers.put(USER_10, true); in testSaveAndLoadUser() [all …]
|
D | ShortcutManagerTest2.java | 854 mRunningUsers.put(USER_10, true); in testShortcutInfoSaveAndLoad() 935 mRunningUsers.put(USER_10, true); 1003 mRunningUsers.put(USER_10, true); 1869 mRunningUsers.put(USER_10, true); in testReportShortcutUsed() 2067 mRunningUsers.clear(); in testIsUserUnlocked() 2074 mRunningUsers.put(USER_0, true); in testIsUserUnlocked() 2084 mRunningUsers.clear(); in testIsUserUnlocked() 2099 mRunningUsers.put(USER_10, true); // this test needs user 10. in testEphemeralApp()
|