Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DActivityStartInterceptorTest.java258 when(mAmInternal.shouldConfirmCredentials(TEST_USER_ID)).thenReturn(true); in testLockedManagedProfile()
DSystemServicesTestRule.java276 doReturn(false).when(amInternal).shouldConfirmCredentials(anyInt());
/frameworks/base/core/java/android/app/
DActivityManagerInternal.java311 public abstract boolean shouldConfirmCredentials(@UserIdInt int userId); in shouldConfirmCredentials() method in ActivityManagerInternal
/frameworks/base/services/core/java/com/android/server/wm/
DActivityStartInterceptor.java331 if (!mService.mAmInternal.shouldConfirmCredentials(userId)) { in interceptWithConfirmCredentialsIfNeeded()
DActivityTaskSupervisor.java2573 if (!mService.mAmInternal.shouldConfirmCredentials(task.mUserId) in startActivityFromRecents()
DActivityTaskManagerService.java5889 if (mAmInternal.shouldConfirmCredentials(userId)) { in notifyLockedProfile()
/frameworks/base/services/core/java/com/android/server/am/
DUserController.java2503 protected boolean shouldConfirmCredentials(@UserIdInt int userId) {
DActivityManagerService.java15681 public boolean shouldConfirmCredentials(int userId) { in shouldConfirmCredentials() method
15682 return mUserController.shouldConfirmCredentials(userId); in shouldConfirmCredentials()
/frameworks/base/services/
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…