Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/trust/
DITrustManager.aidl29 void reportUnlockLockout(int timeoutMs, int userId); in reportUnlockLockout() method
DTrustManager.java99 public void reportUnlockLockout(int timeoutMs, int userId) { in reportUnlockLockout() method in TrustManager
101 mService.reportUnlockLockout(timeoutMs, userId); in reportUnlockLockout()
/frameworks/base/core/java/com/android/internal/widget/
DLockPatternUtils.java350 getTrustManager().reportUnlockLockout(timeoutMs, userId); in reportPasswordLockout()
/frameworks/base/services/core/java/com/android/server/trust/
DTrustManagerService.java1039 public void reportUnlockLockout(int timeoutMs, int userId) throws RemoteException {