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.java297 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()
DSystemServicesTestRule.java385 doReturn(false).when(amInternal).shouldConfirmCredentials(anyInt());
/frameworks/base/core/java/android/app/
DActivityManagerInternal.java569 public abstract boolean shouldConfirmCredentials(@UserIdInt int userId); in shouldConfirmCredentials() method in ActivityManagerInternal
/frameworks/base/services/core/java/com/android/server/wm/
DActivityStartInterceptor.java454 if (!mService.mAmInternal.shouldConfirmCredentials(userId)) { in interceptWithConfirmCredentialsIfNeeded()
DActivityTaskSupervisor.java2865 if (!mService.mAmInternal.shouldConfirmCredentials(task.mUserId) in startActivityFromRecents()
DActivityTaskManagerService.java3079 if (mAmInternal.shouldConfirmCredentials(mLastResumedActivity.mUserId)) { in maybeHideLockedProfileActivityLocked()
6840 if (mAmInternal.shouldConfirmCredentials(userId)) { in notifyLockedProfile()
/frameworks/base/services/core/java/com/android/server/am/
DUserController.java3371 protected boolean shouldConfirmCredentials(@UserIdInt int userId) {
DActivityManagerService.java17097 public boolean shouldConfirmCredentials(int userId) { in shouldConfirmCredentials() method
17098 return mUserController.shouldConfirmCredentials(userId); in shouldConfirmCredentials()
/frameworks/base/services/
Dart-wear-profile3931 HPLcom/android/server/am/ActivityManagerService$LocalService;->shouldConfirmCredentials(I)Z