Home
last modified time | relevance | path

Searched refs:shouldConfirmCredentials (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/base/core/java/android/app/
H A DActivityManagerInternal.java314 public abstract boolean shouldConfirmCredentials(@UserIdInt int userId); in shouldConfirmCredentials() method in ActivityManagerInternal
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DActivityStartInterceptorTest.java266 when(mAmInternal.shouldConfirmCredentials(TEST_USER_ID)).thenReturn(true); in testLockedManagedProfile()
H A DSystemServicesTestRule.java276 doReturn(false).when(amInternal).shouldConfirmCredentials(anyInt());
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityStartInterceptor.java358 if (!mService.mAmInternal.shouldConfirmCredentials(userId)) { in interceptWithConfirmCredentialsIfNeeded()
H A DActivityTaskSupervisor.java2549 if (!mService.mAmInternal.shouldConfirmCredentials(task.mUserId) in startActivityFromRecents()
H A DActivityTaskManagerService.java6052 if (mAmInternal.shouldConfirmCredentials(userId)) { in notifyLockedProfile()
/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DUserController.java2536 protected boolean shouldConfirmCredentials(@UserIdInt int userId) {
H A DActivityManagerService.java15738 public boolean shouldConfirmCredentials(int userId) { in shouldConfirmCredentials() method
15739 return mUserController.shouldConfirmCredentials(userId); in shouldConfirmCredentials()
/aosp12/frameworks/base/services/
H A Dart-profile6302 HSPLcom/android/server/am/ActivityManagerService$LocalService;->shouldConfirmCredentials(I)Z+]Lcom/…
9404 HSPLcom/android/server/am/UserController;->shouldConfirmCredentials(I)Z+]Lcom/android/server/am/Use…