Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/locksettings/
DRebootEscrowManager.java321 public void reportMetric(boolean success, int errorCode, int serviceType, int attemptCount, in reportMetric() argument
325 errorCode, serviceType, attemptCount, escrowDurationInSeconds, in reportMetric()
354 private void onGetRebootEscrowKeyFailed(List<UserInfo> users, int attemptCount) { in onGetRebootEscrowKeyFailed() argument
360 onEscrowRestoreComplete(false, attemptCount); in onGetRebootEscrowKeyFailed()
500 private void reportMetricOnRestoreComplete(boolean success, int attemptCount) { in reportMetricOnRestoreComplete() argument
521 mInjector.reportMetric(success, mLoadEscrowDataErrorCode, serviceType, attemptCount, in reportMetricOnRestoreComplete()
527 private void onEscrowRestoreComplete(boolean success, int attemptCount) { in onEscrowRestoreComplete() argument
532 reportMetricOnRestoreComplete(success, attemptCount); in onEscrowRestoreComplete()
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
DRebootEscrowManagerTests.java122 void reportMetric(boolean success, int errorCode, int serviceType, int attemptCount, in reportMetric() argument
255 public void reportMetric(boolean success, int errorCode, int serviceType, int attemptCount, in reportMetric() argument
259 mInjected.reportMetric(success, errorCode, serviceType, attemptCount, in reportMetric()