Searched defs:attemptCount (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/ |
H A D | RebootEscrowManager.java | 386 public void reportMetric(boolean success, int errorCode, int serviceType, int attemptCount, in reportMetric() 445 List<UserInfo> users, int attemptCount, Handler retryHandler) { in onGetRebootEscrowKeyFailed() 683 boolean success, int attemptCount, Handler retryHandler) { in reportMetricOnRestoreComplete() 722 private void onEscrowRestoreComplete(boolean success, int attemptCount, Handler retryHandler) { in onEscrowRestoreComplete()
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/ |
H A D | RebootEscrowManagerTests.java | 128 void reportMetric(boolean success, int errorCode, int serviceType, int attemptCount, in reportMetric() 291 public void reportMetric(boolean success, int errorCode, int serviceType, int attemptCount, in reportMetric()
|