Searched refs:reportUserMayRequestUnlock (Results 1 – 5 of 5) sorted by relevance
75 trustManager.reportUserMayRequestUnlock(userId) in reportUserMayRequestUnlock_propagatesToAgent()85 trustManager.reportUserMayRequestUnlock(userId + 1) in reportUserMayRequestUnlock_differentUserId_doesNotPropagateToAgent()
30 void reportUserMayRequestUnlock(int userId); in reportUserMayRequestUnlock() method
125 public void reportUserMayRequestUnlock(int userId) { in reportUserMayRequestUnlock() method in TrustManager127 mService.reportUserMayRequestUnlock(userId); in reportUserMayRequestUnlock()
1788 public void reportUserMayRequestUnlock(int userId) throws RemoteException {
2640 mTrustManager.reportUserMayRequestUnlock(mSelectedUserInteractor.getSelectedUserId()); in initiateActiveUnlock()