Searched refs:handleUnlockUser (Results 1 – 8 of 8) sorted by relevance
115 mService.handleUnlockUser(USER_0); in testPersistingWeirdCharacters()
878 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 …]
897 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()
1970 mService.handleUnlockUser(USER_0);
59 abstract void handleUnlockUser(int userId); in handleUnlockUser() method in BaseIDevicePolicyManager
603 mService.handleUnlockUser(userHandle); in onUnlockUser()3474 void handleUnlockUser(int userId) { in handleUnlockUser() method in DevicePolicyManagerService
586 mService.handleUnlockUser(userId); in onUnlockUser()606 void handleUnlockUser(int userId) { in handleUnlockUser() method in ShortcutService
805 HSPLcom/android/server/devicepolicy/BaseIDevicePolicyManager;->handleUnlockUser(I)V