Searched refs:reportMetric (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/ |
D | RebootEscrowManagerTests.java | 122 void reportMetric(boolean success, int errorCode, int serviceType, int attemptCount, in reportMetric() method 255 public void reportMetric(boolean success, int errorCode, int serviceType, int attemptCount, in reportMetric() method in RebootEscrowManagerTests.MockInjector 259 mInjected.reportMetric(success, errorCode, serviceType, attemptCount, in reportMetric() 497 doNothing().when(mInjected).reportMetric(metricsSuccessCaptor.capture(), in loadRebootEscrowDataIfAvailable_Success() 534 doNothing().when(mInjected).reportMetric(metricsSuccessCaptor.capture(), in loadRebootEscrowDataIfAvailable_ServerBased_Success() 572 doNothing().when(mInjected).reportMetric(metricsSuccessCaptor.capture(), in loadRebootEscrowDataIfAvailable_ServerBasedRemoteException_Failure() 609 doNothing().when(mInjected).reportMetric(metricsSuccessCaptor.capture(), in loadRebootEscrowDataIfAvailable_ServerBasedIoError_RetryFailure() 648 doNothing().when(mInjected).reportMetric(metricsSuccessCaptor.capture(), in loadRebootEscrowDataIfAvailable_ServerBased_RetrySuccess() 692 verify(mInjected, never()).reportMetric(anyBoolean(), anyInt(), anyInt(), anyInt(), in loadRebootEscrowDataIfAvailable_TooManyBootsInBetween_NoMetrics() 719 verify(mInjected, never()).reportMetric(anyBoolean(), anyInt(), anyInt(), anyInt(), in loadRebootEscrowDataIfAvailable_ManualReboot_Failure_NoMetrics() [all …]
|
/frameworks/base/services/core/java/com/android/server/locksettings/ |
D | RebootEscrowManager.java | 321 public void reportMetric(boolean success, int errorCode, int serviceType, int attemptCount, in reportMetric() method in RebootEscrowManager.Injector 521 mInjector.reportMetric(success, mLoadEscrowDataErrorCode, serviceType, attemptCount, in reportMetricOnRestoreComplete()
|
/frameworks/base/services/ |
D | art-profile | 23728 PLcom/android/server/locksettings/RebootEscrowManager$Injector;->reportMetric(ZIIIIII)V
|