Home
last modified time | relevance | path

Searched refs:userPresent (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/tests/TrustTests/src/android/trust/test/lib/
DScreenLockRule.kt112 lockPatternUtils.userPresent(context.userId) in <lambda>()
/frameworks/base/core/java/com/android/internal/widget/
DILockSettings.aidl70 void userPresent(int userId); in userPresent() method
DLockPatternUtils.java263 public void userPresent(int userId) { in userPresent() method in LockPatternUtils
265 getLockSettings().userPresent(userId); in userPresent()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
DBroadcastQueueModernImplTest.java1409 final Intent userPresent = new Intent(Intent.ACTION_USER_PRESENT); in testVerifyEnqueuedTime_withReplacePending() local
1410 userPresent.addFlags(Intent.FLAG_RECEIVER_REPLACE_PENDING); in testVerifyEnqueuedTime_withReplacePending()
1412 final BroadcastRecord userPresentRecord1 = makeBroadcastRecord(userPresent); in testVerifyEnqueuedTime_withReplacePending()
1413 final BroadcastRecord userPresentRecord2 = makeBroadcastRecord(userPresent); in testVerifyEnqueuedTime_withReplacePending()
1438 final Intent userPresent = new Intent(Intent.ACTION_USER_PRESENT); in testCleanupDisabledPackageReceiversLocked() local
1441 final BroadcastRecord record1 = makeBroadcastRecord(userPresent, List.of( in testCleanupDisabledPackageReceiversLocked()
1527 final Intent userPresent = new Intent(Intent.ACTION_USER_PRESENT); in testSkipPolicy_atEnqueueTime() local
1531 final BroadcastRecord userPresentRecord = makeBroadcastRecord(userPresent, in testSkipPolicy_atEnqueueTime()
1541 if (userPresent.getAction().equals(r.intent.getAction()) in testSkipPolicy_atEnqueueTime()
1558 verifyPendingRecords(redQueue, List.of(userPresent, timeTick)); in testSkipPolicy_atEnqueueTime()
DBroadcastQueueTest.java1744 final Intent userPresent = new Intent(Intent.ACTION_USER_PRESENT)
1756 enqueueBroadcast(makeBroadcastRecord(userPresent, callerApp, receivers));
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/domain/interactor/
DCredentialInteractor.kt83 lockPatternUtils.userPresent(effectiveUserId) in isStealthModeActive()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/domain/interactor/
DCredentialInteractorImplTest.kt143 verify(lockPatternUtils).userPresent(eq(USER_ID)) in pinCredentialWhenGood()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationAttentionHelper.java1754 void setUserPresent(boolean userPresent) { in setUserPresent() argument
1755 mUserPresent = userPresent; in setUserPresent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewMediator.java2007 mLockPatternUtils.userPresent(mSelectedUserInteractor.getSelectedUserId());
2748 mLockPatternUtils.userPresent(currentUserId);
/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsService.java2653 public void userPresent(int userId) { in userPresent() method in LockSettingsService
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt85868 Lcom/android/internal/widget/ILockSettings$Stub$Proxy;->userPresent(I)V
85938 Lcom/android/internal/widget/ILockSettings;->userPresent(I)V
/frameworks/base/services/
Dart-wear-profile14833 PLcom/android/server/locksettings/LockSettingsService;->userPresent(I)V