/frameworks/base/services/print/java/com/android/server/print/ |
D | PrintManagerService.java | 730 if (!mUserManager.isUserUnlockingOrUnlocked(getChangingUserId())) return; in registerBroadcastReceivers() 745 if (!mUserManager.isUserUnlockingOrUnlocked(getChangingUserId())) return; in registerBroadcastReceivers() 760 if (!mUserManager.isUserUnlockingOrUnlocked(getChangingUserId())) return false; in registerBroadcastReceivers() 798 if (!mUserManager.isUserUnlockingOrUnlocked(getChangingUserId())) return; in registerBroadcastReceivers() 815 if (!mUserManager.isUserUnlockingOrUnlocked(userId)) { in getOrCreateUserStateLocked() 839 if (!mUserManager.isUserUnlockingOrUnlocked(userId)) return; in handleUserUnlocked()
|
/frameworks/base/core/java/android/os/ |
D | UserManagerInternal.java | 135 public abstract boolean isUserUnlockingOrUnlocked(int userId); in isUserUnlockingOrUnlocked() method in UserManagerInternal
|
D | UserManager.java | 1068 public boolean isUserUnlockingOrUnlocked(UserHandle user) { in isUserUnlockingOrUnlocked() method in UserManager 1069 return isUserUnlockingOrUnlocked(user.getIdentifier()); in isUserUnlockingOrUnlocked() 1073 public boolean isUserUnlockingOrUnlocked(@UserIdInt int userId) { in isUserUnlockingOrUnlocked() method in UserManager 1075 return mService.isUserUnlockingOrUnlocked(userId); in isUserUnlockingOrUnlocked()
|
D | IUserManager.aidl | 86 boolean isUserUnlockingOrUnlocked(int userId); in isUserUnlockingOrUnlocked() method
|
/frameworks/base/services/core/java/com/android/server/search/ |
D | SearchManagerService.java | 124 if (!um.isUserUnlockingOrUnlocked(userId)) { in getSearchables()
|
/frameworks/base/services/core/java/com/android/server/ |
D | LockSettingsService.java | 316 if (isSecure && !mUserManager.isUserUnlockingOrUnlocked(userHandle)) { in maybeShowEncryptionNotifications() 324 mUserManager.isUserUnlockingOrUnlocked(parent.getUserHandle()) && in maybeShowEncryptionNotifications() 414 if (!mUserManager.isUserUnlockingOrUnlocked(userHandle) && in onUnlockUser()
|
D | TextServicesManagerService.java | 169 !mSystemReady || !mUserManager.isUserUnlockingOrUnlocked(userId); in TextServicesManagerService() 179 !mSystemReady || !mUserManager.isUserUnlockingOrUnlocked(userId); in resetInternalState()
|
D | InputMethodManagerService.java | 1028 !mSystemReady || !mUserManager.isUserUnlockingOrUnlocked(newUserId); in switchUserLocked() 1085 !mUserManager.isUserUnlockingOrUnlocked(currentUserId)); in systemRunning()
|
/frameworks/base/services/appwidget/java/com/android/server/appwidget/ |
D | AppWidgetServiceImpl.java | 333 if (!mUserManager.isUserUnlockingOrUnlocked(userId) || in onConfigurationChanged() 367 if (!mUserManager.isUserUnlockingOrUnlocked(userId) || in onPackageBroadcastReceived() 453 if (!mUserManager.isUserUnlockingOrUnlocked(userId)) { in reloadWidgetsMaskedStateForGroup() 470 boolean lockedProfile = !mUserManager.isUserUnlockingOrUnlocked(userId); in reloadWidgetsMaskedState() 2554 if (!mUserManager.isUserUnlockingOrUnlocked(userId)) { in onUserUnlocked() 3411 && mUserManager.isUserUnlockingOrUnlocked(parentInfo.getUserHandle())) { in isProfileWithUnlockedParent()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | UserManagerService.java | 873 public boolean isUserUnlockingOrUnlocked(int userId) { in isUserUnlockingOrUnlocked() method in UserManagerService 875 return mLocalService.isUserUnlockingOrUnlocked(userId); in isUserUnlockingOrUnlocked() 881 return mLocalService.isUserUnlockingOrUnlocked(userId); in isUserUnlocked() 3481 public boolean isUserUnlockingOrUnlocked(int userId) { in isUserUnlockingOrUnlocked() method in UserManagerService.LocalService
|
D | ShortcutService.java | 1123 return mUserManager.isUserUnlockingOrUnlocked(userId); in isUserUnlockedL()
|
D | PackageManagerService.java | 3467 if (getUserManagerInternal().isUserUnlockingOrUnlocked(userId)) { 16672 if (umInternal.isUserUnlockingOrUnlocked(userId)) { in clearApplicationUserDataLIF() 19528 if (umInternal.isUserUnlockingOrUnlocked(user.id)) { in loadPrivatePackagesInner() 19973 if (umInternal.isUserUnlockingOrUnlocked(user.id)) { in prepareAppDataAfterInstallLIF()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActivityStarter.java | 748 && userManager.isUserUnlockingOrUnlocked(parent.id) in startActivityMayWait() 749 && !userManager.isUserUnlockingOrUnlocked(userId); in startActivityMayWait()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | BaseShortcutManagerTest.java | 713 when(mMockUserManager.isUserUnlockingOrUnlocked(anyInt())) in setUp()
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
D | AccessibilityManagerService.java | 1295 .isUserUnlockingOrUnlocked(userState.mUserId); in updateServicesLocked()
|