Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest4.java115 mService.handleUnlockUser(USER_0); in testPersistingWeirdCharacters()
DShortcutManagerTest1.java878 mService.handleUnlockUser(USER_0); in testCleanupDanglingBitmaps()
879 mService.handleUnlockUser(USER_10); in testCleanupDanglingBitmaps()
880 mService.handleUnlockUser(20); // Make sure the logic will still work for nonexistent user. in testCleanupDanglingBitmaps()
2014 mService.handleUnlockUser(USER_0); in testPinShortcutAndGetPinnedShortcuts_multi()
2639 mService.handleUnlockUser(USER_0); in testPinShortcutAndGetPinnedShortcuts_crossProfile_plusLaunch()
3331 mService.handleUnlockUser(UserHandle.USER_SYSTEM); in testSaveAndLoadUser()
3357 mService.handleUnlockUser(USER_10); in testSaveAndLoadUser()
3814 mService.handleUnlockUser(USER_0); in testHandleGonePackage_crossProfile()
3815 mService.handleUnlockUser(USER_P0); in testHandleGonePackage_crossProfile()
3816 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.
1181 mService.handleUnlockUser(USER_0); // Load user-0.
1217 mService.handleUnlockUser(USER_0);
1233 mService.handleUnlockUser(USER_0);
2055 mService.handleUnlockUser(USER_0); in testLoadLegacySavedFile()
2090 mService.handleUnlockUser(USER_0); in testIsUserUnlocked()
DBaseShortcutManagerTest.java1970 mService.handleUnlockUser(USER_0);
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DBaseIDevicePolicyManager.java59 abstract void handleUnlockUser(int userId); in handleUnlockUser() method in BaseIDevicePolicyManager
DDevicePolicyManagerService.java603 mService.handleUnlockUser(userHandle); in onUnlockUser()
3474 void handleUnlockUser(int userId) { in handleUnlockUser() method in DevicePolicyManagerService
/frameworks/base/services/core/java/com/android/server/pm/
DShortcutService.java586 mService.handleUnlockUser(userId); in onUnlockUser()
606 void handleUnlockUser(int userId) { in handleUnlockUser() method in ShortcutService
/frameworks/base/services/
Dart-profile805 HSPLcom/android/server/devicepolicy/BaseIDevicePolicyManager;->handleUnlockUser(I)V