Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DActivityStartInterceptorTest.java313 when(mAmInternal.shouldConfirmCredentials(TEST_USER_ID)).thenReturn(true); in testLockedManagedProfile()
327 when(mAmInternal.shouldConfirmCredentials(TEST_USER_ID)).thenReturn(true); in testLockedManagedProfileShowWhenLocked()
342 when(mAmInternal.shouldConfirmCredentials(TEST_USER_ID)).thenReturn(true); in testLockedManagedProfileShowWhenLockedEncryptedStorage()
359 when(mAmInternal.shouldConfirmCredentials(TEST_USER_ID)).thenReturn(true); in testLockedManagedProfileShowWhenLockedEncryptedStorageDirectBootAware()
H A DSystemServicesTestRule.java312 doReturn(false).when(amInternal).shouldConfirmCredentials(anyInt());
/aosp14/frameworks/base/core/java/android/app/
H A DActivityManagerInternal.java544 public abstract boolean shouldConfirmCredentials(@UserIdInt int userId); in shouldConfirmCredentials() method in ActivityManagerInternal
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityStartInterceptor.java421 if (!mService.mAmInternal.shouldConfirmCredentials(userId)) { in interceptWithConfirmCredentialsIfNeeded()
H A DActivityTaskSupervisor.java2877 if (!mService.mAmInternal.shouldConfirmCredentials(task.mUserId) in startActivityFromRecents()
H A DActivityTaskManagerService.java2985 if (mAmInternal.shouldConfirmCredentials(mLastResumedActivity.mUserId)) { in maybeHideLockedProfileActivityLocked()
6485 if (mAmInternal.shouldConfirmCredentials(userId)) { in notifyLockedProfile()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DUserController.java2928 protected boolean shouldConfirmCredentials(@UserIdInt int userId) {
H A DActivityManagerService.java18091 public boolean shouldConfirmCredentials(int userId) { in shouldConfirmCredentials() method
18092 return mUserController.shouldConfirmCredentials(userId); in shouldConfirmCredentials()