[go: nahoru, domu]

Searched refs:isUserKeyUnlocked (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
H A DUserController.java283 if (!StorageManager.isUserKeyUnlocked(userId)) return;
314 if (!StorageManager.isUserKeyUnlocked(userId)) return;
374 if (!StorageManager.isUserKeyUnlocked(userId)) return;
953 if (!StorageManager.isUserKeyUnlocked(userId)) {
H A DActivityManagerService.java6434 app.unlocked = StorageManager.isUserKeyUnlocked(app.userId);
/frameworks/base/core/java/android/os/storage/
H A DStorageManager.java1068 public static boolean isUserKeyUnlocked(int userId) { method in class:StorageManager
1079 return sMountService.isUserKeyUnlocked(userId);
H A DIMountService.java1304 public boolean isUserKeyUnlocked(int userId) throws RemoteException { method in class:IMountService.Stub.Proxy
2125 boolean result = isUserKeyUnlocked(userId);
2484 public boolean isUserKeyUnlocked(int userId) throws RemoteException; method in interface:IMountService
/frameworks/base/services/core/java/com/android/server/trust/
H A DTrustManagerService.java258 if (!StorageManager.isUserKeyUnlocked(userInfo.id)) continue;
/frameworks/base/services/core/java/com/android/server/
H A DMountService.java2901 public boolean isUserKeyUnlocked(int userId) { method in class:MountService
3015 userKeyUnlocked = isUserKeyUnlocked(userId);
/frameworks/base/services/core/java/com/android/server/pm/
H A DUserManagerService.java769 if (StorageManager.isUserKeyUnlocked(userHandle)
H A DPackageManagerService.java3184 final boolean userKeyUnlocked = StorageManager.isUserKeyUnlocked(userId);
19587 && !StorageManager.isUserKeyUnlocked(userId)) {
/frameworks/base/services/appwidget/java/com/android/server/appwidget/
H A DAppWidgetServiceImpl.java698 return mUserManager.isUserRunning(userId) && StorageManager.isUserKeyUnlocked(userId);

Completed in 237 milliseconds