Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DActivityStartInterceptorTest.java281 when(mAmInternal.shouldConfirmCredentials(TEST_USER_ID)).thenReturn(true); in testLockedManagedProfile()
295 when(mAmInternal.shouldConfirmCredentials(TEST_USER_ID)).thenReturn(true); in testLockedManagedProfileShowWhenLocked()
310 when(mAmInternal.shouldConfirmCredentials(TEST_USER_ID)).thenReturn(true); in testLockedManagedProfileShowWhenLockedEncryptedStorage()
327 when(mAmInternal.shouldConfirmCredentials(TEST_USER_ID)).thenReturn(true); in testLockedManagedProfileShowWhenLockedEncryptedStorageDirectBootAware()
DSystemServicesTestRule.java369 doReturn(false).when(amInternal).shouldConfirmCredentials(anyInt());
/frameworks/base/core/java/android/app/
DActivityManagerInternal.java550 public abstract boolean shouldConfirmCredentials(@UserIdInt int userId); in shouldConfirmCredentials() method in ActivityManagerInternal
/frameworks/base/services/core/java/com/android/server/wm/
DActivityStartInterceptor.java426 if (!mService.mAmInternal.shouldConfirmCredentials(userId)) { in interceptWithConfirmCredentialsIfNeeded()
DActivityTaskSupervisor.java2799 if (!mService.mAmInternal.shouldConfirmCredentials(task.mUserId) in startActivityFromRecents()
DActivityTaskManagerService.java3029 if (mAmInternal.shouldConfirmCredentials(mLastResumedActivity.mUserId)) { in maybeHideLockedProfileActivityLocked()
6722 if (mAmInternal.shouldConfirmCredentials(userId)) { in notifyLockedProfile()
/frameworks/base/services/core/java/com/android/server/am/
DUserController.java3274 protected boolean shouldConfirmCredentials(@UserIdInt int userId) {
/frameworks/base/services/
Dart-wear-profile4500 PLcom/android/server/am/ActivityManagerService$LocalService;->shouldConfirmCredentials(I)Z
7340 PLcom/android/server/am/UserController;->shouldConfirmCredentials(I)Z