Searched refs:userPresent (Results 1 – 12 of 12) sorted by relevance
112 lockPatternUtils.userPresent(context.userId) in <lambda>()
70 void userPresent(int userId); in userPresent() method
263 public void userPresent(int userId) { in userPresent() method in LockPatternUtils265 getLockSettings().userPresent(userId); in userPresent()
1409 final Intent userPresent = new Intent(Intent.ACTION_USER_PRESENT); in testVerifyEnqueuedTime_withReplacePending() local1410 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() local1441 final BroadcastRecord record1 = makeBroadcastRecord(userPresent, List.of( in testCleanupDisabledPackageReceiversLocked()1527 final Intent userPresent = new Intent(Intent.ACTION_USER_PRESENT); in testSkipPolicy_atEnqueueTime() local1531 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()
1744 final Intent userPresent = new Intent(Intent.ACTION_USER_PRESENT)1756 enqueueBroadcast(makeBroadcastRecord(userPresent, callerApp, receivers));
83 lockPatternUtils.userPresent(effectiveUserId) in isStealthModeActive()
143 verify(lockPatternUtils).userPresent(eq(USER_ID)) in pinCredentialWhenGood()
1754 void setUserPresent(boolean userPresent) { in setUserPresent() argument1755 mUserPresent = userPresent; in setUserPresent()
2007 mLockPatternUtils.userPresent(mSelectedUserInteractor.getSelectedUserId());2748 mLockPatternUtils.userPresent(currentUserId);
2653 public void userPresent(int userId) { in userPresent() method in LockSettingsService
85868 Lcom/android/internal/widget/ILockSettings$Stub$Proxy;->userPresent(I)V85938 Lcom/android/internal/widget/ILockSettings;->userPresent(I)V
14833 PLcom/android/server/locksettings/LockSettingsService;->userPresent(I)V