Home
last modified time | relevance | path

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

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DBaseIDevicePolicyManager.java49 abstract void handleUnlockUser(int userId); in handleUnlockUser() method in BaseIDevicePolicyManager
DDevicePolicyManagerService.java670 mService.handleUnlockUser(userHandle); in onUnlockUser()
3671 void handleUnlockUser(int userId) { in handleUnlockUser() method
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest4.java115 mService.handleUnlockUser(USER_0); in testPersistingWeirdCharacters()
DShortcutManagerTest1.java889 mService.handleUnlockUser(USER_0); in testCleanupDanglingBitmaps()
890 mService.handleUnlockUser(USER_10); in testCleanupDanglingBitmaps()
891 mService.handleUnlockUser(20); // Make sure the logic will still work for nonexistent user. in testCleanupDanglingBitmaps()
2025 mService.handleUnlockUser(USER_0); in testPinShortcutAndGetPinnedShortcuts_multi()
2650 mService.handleUnlockUser(USER_0); in testPinShortcutAndGetPinnedShortcuts_crossProfile_plusLaunch()
3342 mService.handleUnlockUser(UserHandle.USER_SYSTEM); in testSaveAndLoadUser()
3368 mService.handleUnlockUser(USER_10); in testSaveAndLoadUser()
3825 mService.handleUnlockUser(USER_0); in testHandleGonePackage_crossProfile()
3826 mService.handleUnlockUser(USER_P0); in testHandleGonePackage_crossProfile()
3827 mService.handleUnlockUser(USER_10); in testHandleGonePackage_crossProfile()
[all …]
DShortcutManagerTest2.java948 mService.handleUnlockUser(USER_10); in testShortcutInfoSaveAndLoad()
1028 mService.handleUnlockUser(USER_10);
1102 mService.handleUnlockUser(USER_10);
1176 mService.handleUnlockUser(USER_0); // Load user-0.
1242 mService.handleUnlockUser(USER_0); // Load user-0.
1278 mService.handleUnlockUser(USER_0);
1294 mService.handleUnlockUser(USER_0);
2116 mService.handleUnlockUser(USER_0); in testLoadLegacySavedFile()
2151 mService.handleUnlockUser(USER_0); in testIsUserUnlocked()
DBaseShortcutManagerTest.java2026 mService.handleUnlockUser(USER_0);
/frameworks/base/services/core/java/com/android/server/pm/
DShortcutService.java592 mService.handleUnlockUser(userId); in onUnlockUser()
612 void handleUnlockUser(int userId) { in handleUnlockUser() method in ShortcutService
/frameworks/base/services/
Dart-profile6302 HSPLcom/android/server/devicepolicy/DevicePolicyManagerService;->handleUnlockUser(I)V
11604 HSPLcom/android/server/pm/ShortcutService;->handleUnlockUser(I)V
11651 HSPLcom/android/server/pm/ShortcutService;->lambda$handleUnlockUser$0$ShortcutService(JI)V