Searched refs:userPresent (Results 1 – 4 of 4) sorted by relevance
46 void userPresent(int userId); in userPresent() method
187 public void userPresent(int userId) { in userPresent() method in LockPatternUtils189 getLockSettings().userPresent(userId); in userPresent()
992 getLockPatternUtils().userPresent(KeyguardUpdateMonitor.getCurrentUser()); in maybeSendUserPresentBroadcast()1628 getLockPatternUtils().userPresent(currentUserId); in sendUserPresentBroadcast()
1718 public void userPresent(int userId) { in userPresent() method in LockSettingsService