Searched refs:shouldConfirmCredentials (Results 1 – 9 of 9) sorted by relevance
297 when(mAmInternal.shouldConfirmCredentials(TEST_USER_ID)).thenReturn(true); in testLockedManagedProfile()311 when(mAmInternal.shouldConfirmCredentials(TEST_USER_ID)).thenReturn(true); in testLockedManagedProfileShowWhenLocked()326 when(mAmInternal.shouldConfirmCredentials(TEST_USER_ID)).thenReturn(true); in testLockedManagedProfileShowWhenLockedEncryptedStorage()343 when(mAmInternal.shouldConfirmCredentials(TEST_USER_ID)).thenReturn(true); in testLockedManagedProfileShowWhenLockedEncryptedStorageDirectBootAware()
385 doReturn(false).when(amInternal).shouldConfirmCredentials(anyInt());
569 public abstract boolean shouldConfirmCredentials(@UserIdInt int userId); in shouldConfirmCredentials() method in ActivityManagerInternal
454 if (!mService.mAmInternal.shouldConfirmCredentials(userId)) { in interceptWithConfirmCredentialsIfNeeded()
2865 if (!mService.mAmInternal.shouldConfirmCredentials(task.mUserId) in startActivityFromRecents()
3079 if (mAmInternal.shouldConfirmCredentials(mLastResumedActivity.mUserId)) { in maybeHideLockedProfileActivityLocked()6840 if (mAmInternal.shouldConfirmCredentials(userId)) { in notifyLockedProfile()
3371 protected boolean shouldConfirmCredentials(@UserIdInt int userId) {
17097 public boolean shouldConfirmCredentials(int userId) { in shouldConfirmCredentials() method17098 return mUserController.shouldConfirmCredentials(userId); in shouldConfirmCredentials()
3931 HPLcom/android/server/am/ActivityManagerService$LocalService;->shouldConfirmCredentials(I)Z