Searched refs:isUserKeyUnlocked (Results 1 – 15 of 15) sorted by relevance
176 boolean isUserKeyUnlocked(int userId) = 65; in isUserKeyUnlocked() method
1548 public static boolean isUserKeyUnlocked(int userId) { in isUserKeyUnlocked() method in StorageManager1559 return sStorageManager.isUserKeyUnlocked(userId); in isUserKeyUnlocked()
290 && !StorageManager.isUserKeyUnlocked(userId); in isUserCredentialLocked()
554 if (!StorageManager.isUserKeyUnlocked(userId)) return false; in finishUserUnlocking()569 if (!StorageManager.isUserKeyUnlocked(userId)) { in finishUserUnlocking()599 if (!StorageManager.isUserKeyUnlocked(userId)) return; in finishUserUnlocked()678 if (!StorageManager.isUserKeyUnlocked(userId)) return; in finishUserUnlockedCompleted()1527 if (!StorageManager.isUserKeyUnlocked(userId)) {2119 return StorageManager.isUserKeyUnlocked(userId);2131 return StorageManager.isUserKeyUnlocked(userId);
2392 UserspaceRebootLogger.logEventAsync(StorageManager.isUserKeyUnlocked(userId), in maybeLogUserspaceRebootEvent()5132 app.unlocked = StorageManager.isUserKeyUnlocked(app.userId); in attachApplicationLocked()
2198 private static boolean isUserKeyUnlocked(int userId) { in isUserKeyUnlocked() method in StrictMode2203 return storage.isUserKeyUnlocked(userId); in isUserKeyUnlocked()2218 } else if (isUserKeyUnlocked(userId)) { in onCredentialProtectedPathAccess()2222 } else if (isUserKeyUnlocked(userId)) { in onCredentialProtectedPathAccess()
606 if (isUserKeyUnlocked(userId)) { in maybeShowEncryptionNotificationForUser()1873 private boolean isUserKeyUnlocked(int userId) { in isUserKeyUnlocked() method in LockSettingsService1875 return mStorageManager.isUserKeyUnlocked(userId); in isUserKeyUnlocked()
2748 && !isUserKeyUnlocked(user.id)) { in setPrimaryStorageUuid()3328 public boolean isUserKeyUnlocked(int userId) { in isUserKeyUnlocked() method in StorageManagerService3528 if (!isUserKeyUnlocked(userId)) { in mkdirs()3610 userKeyUnlocked = isUserKeyUnlocked(userId); in getVolumeList()
1027 && !StorageManager.isUserKeyUnlocked(userId); in requestQuietModeEnabled()5067 return StorageManager.isUserKeyUnlocked(userId); in isUserUnlockingOrUnlocked()5086 return StorageManager.isUserKeyUnlocked(userId); in isUserUnlocked()
1707 if (!StorageManager.isUserKeyUnlocked(mCurrentUser)) { in shouldPlaceSecondaryHomeOnDisplayArea()
5603 if (!StorageManager.isUserKeyUnlocked(mUserId) in okToShowLocked()
600 Lcom/android/server/StorageManagerService;->isUserKeyUnlocked(I)Z
3401 HSPLcom/android/server/StorageManagerService;->isUserKeyUnlocked(I)Z18668 PLcom/android/server/locksettings/LockSettingsService;->isUserKeyUnlocked(I)Z
1120 Landroid/os/storage/StorageManager;->isUserKeyUnlocked(I)Z
16271 HSPLandroid/os/StrictMode;->isUserKeyUnlocked(I)Z16707 HSPLandroid/os/storage/IStorageManager$Stub$Proxy;->isUserKeyUnlocked(I)Z16768 HSPLandroid/os/storage/StorageManager;->isUserKeyUnlocked(I)Z