Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DILockSettings.aidl46 void userPresent(int userId); in userPresent() method
DLockPatternUtils.java187 public void userPresent(int userId) { in userPresent() method in LockPatternUtils
189 getLockSettings().userPresent(userId); in userPresent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewMediator.java992 getLockPatternUtils().userPresent(KeyguardUpdateMonitor.getCurrentUser()); in maybeSendUserPresentBroadcast()
1628 getLockPatternUtils().userPresent(currentUserId); in sendUserPresentBroadcast()
/frameworks/base/services/core/java/com/android/server/
DLockSettingsService.java1718 public void userPresent(int userId) { in userPresent() method in LockSettingsService