Searched refs:shouldConfirmCredentials (Results 1 – 8 of 8) sorted by relevance
281 when(mAmInternal.shouldConfirmCredentials(TEST_USER_ID)).thenReturn(true); in testLockedManagedProfile()295 when(mAmInternal.shouldConfirmCredentials(TEST_USER_ID)).thenReturn(true); in testLockedManagedProfileShowWhenLocked()310 when(mAmInternal.shouldConfirmCredentials(TEST_USER_ID)).thenReturn(true); in testLockedManagedProfileShowWhenLockedEncryptedStorage()327 when(mAmInternal.shouldConfirmCredentials(TEST_USER_ID)).thenReturn(true); in testLockedManagedProfileShowWhenLockedEncryptedStorageDirectBootAware()
369 doReturn(false).when(amInternal).shouldConfirmCredentials(anyInt());
550 public abstract boolean shouldConfirmCredentials(@UserIdInt int userId); in shouldConfirmCredentials() method in ActivityManagerInternal
426 if (!mService.mAmInternal.shouldConfirmCredentials(userId)) { in interceptWithConfirmCredentialsIfNeeded()
2799 if (!mService.mAmInternal.shouldConfirmCredentials(task.mUserId) in startActivityFromRecents()
3029 if (mAmInternal.shouldConfirmCredentials(mLastResumedActivity.mUserId)) { in maybeHideLockedProfileActivityLocked()6722 if (mAmInternal.shouldConfirmCredentials(userId)) { in notifyLockedProfile()
3274 protected boolean shouldConfirmCredentials(@UserIdInt int userId) {
4500 PLcom/android/server/am/ActivityManagerService$LocalService;->shouldConfirmCredentials(I)Z7340 PLcom/android/server/am/UserController;->shouldConfirmCredentials(I)Z