Searched refs:reportUserMayRequestUnlock (Results 1 – 5 of 5) sorted by relevance
75 trustManager.reportUserMayRequestUnlock(userId)85 trustManager.reportUserMayRequestUnlock(userId + 1)
30 void reportUserMayRequestUnlock(int userId); in reportUserMayRequestUnlock() method
115 public void reportUserMayRequestUnlock(int userId) { in reportUserMayRequestUnlock() method in TrustManager117 mService.reportUserMayRequestUnlock(userId); in reportUserMayRequestUnlock()
1630 public void reportUserMayRequestUnlock(int userId) throws RemoteException {
2907 mTrustManager.reportUserMayRequestUnlock(KeyguardUpdateMonitor.getCurrentUser()); in initiateActiveUnlock()