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 94 public void reportUnlockLockout(int timeoutMs, int userId) {
96 mService.reportUnlockLockout(timeoutMs, userId);
  /frameworks/base/core/java/com/android/internal/widget/
LockPatternUtils.java 325 getTrustManager().reportUnlockLockout(timeoutMs, userId);
    [all...]
  /frameworks/base/services/core/java/com/android/server/trust/
TrustManagerService.java     [all...]

Completed in 120 milliseconds