Home
last modified time | relevance | path

Searched refs:handleUnlockUser (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest4.java115 mService.handleUnlockUser(USER_0); in testPersistingWeirdCharacters()
DShortcutManagerTest1.java839 mService.handleUnlockUser(USER_0); in testCleanupDanglingBitmaps()
840 mService.handleUnlockUser(USER_10); in testCleanupDanglingBitmaps()
841 mService.handleUnlockUser(20); // Make sure the logic will still work for nonexistent user. in testCleanupDanglingBitmaps()
1941 mService.handleUnlockUser(USER_0); in testPinShortcutAndGetPinnedShortcuts_multi()
2510 mService.handleUnlockUser(USER_0); in testPinShortcutAndGetPinnedShortcuts_crossProfile_plusLaunch()
3202 mService.handleUnlockUser(UserHandle.USER_SYSTEM); in testSaveAndLoadUser()
3228 mService.handleUnlockUser(USER_10); in testSaveAndLoadUser()
3685 mService.handleUnlockUser(USER_0); in testHandleGonePackage_crossProfile()
3686 mService.handleUnlockUser(USER_P0); in testHandleGonePackage_crossProfile()
3687 mService.handleUnlockUser(USER_10); in testHandleGonePackage_crossProfile()
[all …]
DShortcutManagerTest2.java897 mService.handleUnlockUser(USER_10); in testShortcutInfoSaveAndLoad()
969 mService.handleUnlockUser(USER_10);
1043 mService.handleUnlockUser(USER_10);
1116 mService.handleUnlockUser(USER_0); // Load user-0.
1180 mService.handleUnlockUser(USER_0); // Load user-0.
1215 mService.handleUnlockUser(USER_0);
1231 mService.handleUnlockUser(USER_0);
2053 mService.handleUnlockUser(USER_0); in testLoadLegacySavedFile()
2088 mService.handleUnlockUser(USER_0); in testIsUserUnlocked()
DBaseShortcutManagerTest.java1920 mService.handleUnlockUser(USER_0);
/frameworks/base/services/core/java/com/android/server/pm/
DShortcutService.java567 mService.handleUnlockUser(userId); in onUnlockUser()
587 void handleUnlockUser(int userId) { in handleUnlockUser() method in ShortcutService
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java469 mService.handleUnlockUser(userHandle); in onUnlockUser()
3061 void handleUnlockUser(int userId) { in handleUnlockUser() method in DevicePolicyManagerService