Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
H A DRebootEscrowManagerTests.java587 .reportMetric( in loadRebootEscrowDataIfAvailable_ServerBased_Success()
632 .reportMetric( in loadRebootEscrowDataIfAvailable_ServerBasedRemoteException_Failure()
677 .reportMetric( in loadRebootEscrowDataIfAvailable_ServerBasedIoError_RetryFailure()
722 .reportMetric( in loadRebootEscrowDataIfAvailable_ServerBased_RetrySuccess()
771 .reportMetric( in loadRebootEscrowDataIfAvailable_serverBasedWaitForInternet_success()
825 .reportMetric( in loadRebootEscrowDataIfAvailable_serverBasedWaitForInternetRemoteException_Failure()
880 .reportMetric( in loadRebootEscrowDataIfAvailable_waitForInternet_networkUnavailable()
927 .reportMetric( in loadRebootEscrowDataIfAvailable_waitForInternet_networkLost()
983 .reportMetric( in loadRebootEscrowDataIfAvailable_waitForInternet_networkAvailableWithDelay()
1042 .reportMetric( in loadRebootEscrowDataIfAvailable_waitForInternet_timeoutExhausted()
[all …]
/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() method in RebootEscrowManager.Injector
710 mInjector.reportMetric( in reportMetricOnRestoreComplete()