HomeSort by relevance Sort by last modified time
    Searched refs:reportUnlockLockout (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/android/app/trust/
ITrustManager.aidl 28 void reportUnlockLockout(int timeoutMs, int userId);
TrustManager.java 96 public void reportUnlockLockout(int timeoutMs, int userId) {
98 mService.reportUnlockLockout(timeoutMs, userId);
  /frameworks/base/core/java/com/android/internal/widget/
LockPatternUtils.java 308 getTrustManager().reportUnlockLockout(timeoutMs, userId);
    [all...]
  /frameworks/base/services/core/java/com/android/server/trust/
TrustManagerService.java 778 public void reportUnlockLockout(int timeoutMs, int userId) throws RemoteException {
    [all...]

Completed in 1426 milliseconds