Searched refs:shouldConfirmCredentials (Results 1 – 8 of 8) sorted by relevance
313 when(mAmInternal.shouldConfirmCredentials(TEST_USER_ID)).thenReturn(true); in testLockedManagedProfile()327 when(mAmInternal.shouldConfirmCredentials(TEST_USER_ID)).thenReturn(true); in testLockedManagedProfileShowWhenLocked()342 when(mAmInternal.shouldConfirmCredentials(TEST_USER_ID)).thenReturn(true); in testLockedManagedProfileShowWhenLockedEncryptedStorage()359 when(mAmInternal.shouldConfirmCredentials(TEST_USER_ID)).thenReturn(true); in testLockedManagedProfileShowWhenLockedEncryptedStorageDirectBootAware()
312 doReturn(false).when(amInternal).shouldConfirmCredentials(anyInt());
544 public abstract boolean shouldConfirmCredentials(@UserIdInt int userId); in shouldConfirmCredentials() method in ActivityManagerInternal
421 if (!mService.mAmInternal.shouldConfirmCredentials(userId)) { in interceptWithConfirmCredentialsIfNeeded()
2877 if (!mService.mAmInternal.shouldConfirmCredentials(task.mUserId) in startActivityFromRecents()
2985 if (mAmInternal.shouldConfirmCredentials(mLastResumedActivity.mUserId)) { in maybeHideLockedProfileActivityLocked()6485 if (mAmInternal.shouldConfirmCredentials(userId)) { in notifyLockedProfile()
2928 protected boolean shouldConfirmCredentials(@UserIdInt int userId) {
18091 public boolean shouldConfirmCredentials(int userId) { in shouldConfirmCredentials() method18092 return mUserController.shouldConfirmCredentials(userId); in shouldConfirmCredentials()