Home
last modified time | relevance | path

Searched refs:reportRebootEscrowRebootMetrics (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/recoverysystem/
H A DRecoverySystemServiceTestable.java128 public void reportRebootEscrowRebootMetrics(int errorCode, int uid, int preparedClientCount, in reportRebootEscrowRebootMetrics() method in RecoverySystemServiceTestable.MockInjector
131 mIMetricsReporter.reportRebootEscrowRebootMetrics(errorCode, uid, preparedClientCount, in reportRebootEscrowRebootMetrics()
191 void reportRebootEscrowRebootMetrics(int errorCode, int uid, int preparedClientCount, in reportRebootEscrowRebootMetrics() method
H A DRecoverySystemServiceTest.java396 verify(mMetricsReporter).reportRebootEscrowRebootMetrics(eq(0), eq(1000), in rebootWithLskf_Success()
450 verify(mMetricsReporter).reportRebootEscrowRebootMetrics(eq(0), eq(1000), in rebootWithLskf_multiClient_success_reportMetrics()
472 verify(mMetricsReporter).reportRebootEscrowRebootMetrics(not(eq(0)), eq(1000), in rebootWithLskf_multiClient_ClientBSuccess()
480 verify(mMetricsReporter).reportRebootEscrowRebootMetrics((eq(0)), eq(2000), in rebootWithLskf_multiClient_ClientBSuccess()
524 verify(mMetricsReporter).reportRebootEscrowRebootMetrics(eq(5004 /* provider mismatch */), in rebootWithLskf_armEscrowDataFatalError_Failure()
/aosp12/frameworks/base/services/core/java/com/android/server/recoverysystem/
H A DRecoverySystemService.java357 public void reportRebootEscrowRebootMetrics(int errorCode, int uid, in reportRebootEscrowRebootMetrics() method in RecoverySystemService.Injector
859 mInjector.reportRebootEscrowRebootMetrics(escrowError.getErrorCodeForMetrics(), uid, in reportMetricsOnRebootWithLskf()
/aosp12/frameworks/base/services/
H A Dart-profile37258 …droid/server/recoverysystem/RecoverySystemService$Injector;->reportRebootEscrowRebootMetrics(IIIIZ…