Searched refs:shouldConfirmCredentials (Results 1 – 8 of 8) sorted by relevance
227 public abstract boolean shouldConfirmCredentials(int userId); in shouldConfirmCredentials() method in ActivityManagerInternal
209 when(mAmInternal.shouldConfirmCredentials(TEST_USER_ID)).thenReturn(true); in testWorkChallenge()
295 if (!mService.mAmInternal.shouldConfirmCredentials(userId)) { in interceptWithConfirmCredentialsIfNeeded()
2769 if (!mService.mAmInternal.shouldConfirmCredentials(task.userId) in startActivityFromRecents()
6943 if (mAmInternal.shouldConfirmCredentials(userId)) { in notifyLockedProfile()
2048 protected boolean shouldConfirmCredentials(int userId) {
18235 public boolean shouldConfirmCredentials(int userId) { in shouldConfirmCredentials() method in ActivityManagerService.LocalService18236 return mUserController.shouldConfirmCredentials(userId); in shouldConfirmCredentials()
2709 HSPLcom/android/server/am/ActivityManagerService$LocalService;->shouldConfirmCredentials(I)Z3736 HSPLcom/android/server/am/UserController;->shouldConfirmCredentials(I)Z