Home
last modified time | relevance | path

Searched refs:attemptCount (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/service/
H A DPersistentConnectionManagerTest.java114 for (int attemptCount = 0; attemptCount < MAX_RETRIES + 1; attemptCount++) { in testRetryOnBindFailure()
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/
H A DRebootEscrowManager.java386 public void reportMetric(boolean success, int errorCode, int serviceType, int attemptCount, in reportMetric() argument
390 errorCode, serviceType, attemptCount, escrowDurationInSeconds, in reportMetric()
445 List<UserInfo> users, int attemptCount, Handler retryHandler) { in onGetRebootEscrowKeyFailed() argument
451 onEscrowRestoreComplete(false, attemptCount, retryHandler); in onGetRebootEscrowKeyFailed()
683 boolean success, int attemptCount, Handler retryHandler) { in reportMetricOnRestoreComplete() argument
714 attemptCount, in reportMetricOnRestoreComplete()
722 private void onEscrowRestoreComplete(boolean success, int attemptCount, Handler retryHandler) { in onEscrowRestoreComplete() argument
727 reportMetricOnRestoreComplete(success, attemptCount, retryHandler); in onEscrowRestoreComplete()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
H A DRebootEscrowManagerTests.java128 void reportMetric(boolean success, int errorCode, int serviceType, int attemptCount, in reportMetric() argument
291 public void reportMetric(boolean success, int errorCode, int serviceType, int attemptCount, in reportMetric() argument
295 mInjected.reportMetric(success, errorCode, serviceType, attemptCount, in reportMetric()