Searched refs:handleUnlockUser (Results 1 – 8 of 8) sorted by relevance
49 abstract void handleUnlockUser(int userId); in handleUnlockUser() method in BaseIDevicePolicyManager
670 mService.handleUnlockUser(userHandle); in onUnlockUser()3671 void handleUnlockUser(int userId) { in handleUnlockUser() method
115 mService.handleUnlockUser(USER_0); in testPersistingWeirdCharacters()
889 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 …]
948 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()
2026 mService.handleUnlockUser(USER_0);
592 mService.handleUnlockUser(userId); in onUnlockUser()612 void handleUnlockUser(int userId) { in handleUnlockUser() method in ShortcutService
6302 HSPLcom/android/server/devicepolicy/DevicePolicyManagerService;->handleUnlockUser(I)V11604 HSPLcom/android/server/pm/ShortcutService;->handleUnlockUser(I)V11651 HSPLcom/android/server/pm/ShortcutService;->lambda$handleUnlockUser$0$ShortcutService(JI)V