/packages/services/AlternativeNetworkAccess/src/com/android/ons/ |
D | ONSStats.java | 115 info.getRetryCount(), in logEvent() 133 .putInt(KEY_RETRY_COUNT, info.getRetryCount()) in updateSharedPreferences() 173 boolean retryCountUpdated = sharedPref.getInt(KEY_RETRY_COUNT, -1) != info.getRetryCount(); in ignoreEvent()
|
D | ONSStatsInfo.java | 49 public int getRetryCount() { in getRetryCount() method in ONSStatsInfo
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/stats/ |
D | MeasurementReportsStats.java | 51 && mRetryCount == measurementReportsStats.getRetryCount(); in equals() 95 public int getRetryCount() { in getRetryCount() method in MeasurementReportsStats
|
D | MeasurementRegistrationResponseStats.java | 167 public int getRetryCount() { in getRetryCount() method in MeasurementRegistrationResponseStats
|
D | StatsdAdServicesLogger.java | 147 measurementReportsStats.getRetryCount(), in logMeasurementReports() 221 stats.getRetryCount(), in logMeasurementRegistrationsResponseSize()
|
/packages/services/Telephony/src/com/android/phone/satellite/entitlement/ |
D | SatelliteEntitlementController.java | 336 int currentRetryCount = getRetryCount(subId); in handleCmdRetryQueryEntitlement() 338 logd("[" + subId + "] retry cnt:" + getRetryCount(subId)); in handleCmdRetryQueryEntitlement() 444 logd("start ExponentialBackoff, cnt: " + getRetryCount(subId) + ". Retrying in " in startExponentialBackoff() 608 if (getRetryCount(subId) >= MAX_RETRY_COUNT) { in isRetryAvailable() 641 private int getRetryCount(int subId) { in getRetryCount() method in SatelliteEntitlementController
|
/packages/services/Car/service/src/com/android/car/hal/ |
D | PropertyHalService.java | 187 private int getRetryCount() { in getRetryCount() method in PropertyHalService.GetSetValueResultWrapper 319 int getRetryCount() { in getRetryCount() method in PropertyHalService.AsyncPropRequestInfo 481 if (getSetValueResultWrapper.getRetryCount() != 0) { in logAndReturnResults() 487 getSetValueResultWrapper.getRetryCount()); in logAndReturnResults() 693 clientRequestInfo.getRetryCount())); in onGetAsyncResults() 736 assocSetValueRequestInfo.getRetryCount())); in onGetAsyncResults() 785 clientRequestInfo.getRetryCount())); in onSetAsyncResults() 807 clientRequestInfo.getRetryCount())); in onSetAsyncResults() 838 requestInfo.getAsyncRequestStartTime(), requestInfo.getRetryCount())); in generateTimeoutResult() 847 requestInfo.getAsyncRequestStartTime(), requestInfo.getRetryCount())); in generateTimeoutResult() [all …]
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/registration/ |
D | AsyncFetchStatus.java | 121 public int getRetryCount() { in getRetryCount() method in AsyncFetchStatus
|
D | AsyncRegistration.java | 181 public long getRetryCount() { in getRetryCount() method in AsyncRegistration
|
D | AsyncRegistrationQueueRunner.java | 278 asyncFetchStatus.setRetryCount(Long.valueOf(asyncRegistration.getRetryCount()).intValue()); in processSourceRegistration() 356 asyncFetchStatus.setRetryCount(Long.valueOf(asyncRegistration.getRetryCount()).intValue()); in processTriggerRegistration()
|
D | FetcherUtil.java | 398 asyncFetchStatus.getRetryCount(), in emitHeaderMetrics()
|
/packages/services/AlternativeNetworkAccess/tests/src/com/android/ons/ |
D | ONSStatsInfoTest.java | 70 assertEquals(3, info.getRetryCount()); in testRetryCount()
|
/packages/modules/Profiling/service/java/com/android/os/profiling/ |
D | TracingSession.java | 230 public int getRetryCount() { in getRetryCount() method in TracingSession
|
D | ProfilingService.java | 1183 if (session.getRetryCount() >= mMaxResultRedeliveryCount) { in handleQueuedResults()
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/reporting/ |
D | ReportingStatus.java | 280 public int getRetryCount() { in getRetryCount() method in ReportingStatus
|
D | DebugReportingJobHandler.java | 265 .setRetryCount(reportingStatus.getRetryCount()) in logReportingStats()
|
D | EventReportingJobHandler.java | 383 .setRetryCount(reportingStatus.getRetryCount()) in logReportingStats()
|
D | AggregateReportingJobHandler.java | 426 .setRetryCount(reportingStatus.getRetryCount()) in logReportingStats()
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/registration/ |
D | AsyncRegistrationQueueRunnerTest.java | 1732 1, asyncRegistrationArgumentCaptor.getAllValues().get(0).getRetryCount()); in test_runAsyncRegistrationQueueWorker_appSource_adTechUnavailable() 1783 1, asyncRegistrationArgumentCaptor.getAllValues().get(0).getRetryCount()); in test_runAsyncRegistrationQueueWorker_appSource_networkError() 1958 1, asyncRegistrationArgumentCaptor.getAllValues().get(0).getRetryCount()); in test_runAsyncRegistrationQueueWorker_appTrigger_adTechUnavailable() 2001 1, asyncRegistrationArgumentCaptor.getAllValues().get(0).getRetryCount()); in test_runAsyncRegistrationQueueWorker_appTrigger_networkError() 2121 2, asyncRegistrationArgumentCaptor.getAllValues().get(0).getRetryCount()); in test_runAsyncRegistrationQueueWorker_networkError_logRetryCount() 2122 Assert.assertEquals(2, measurementRegistrationResponseStats.getRetryCount()); in test_runAsyncRegistrationQueueWorker_networkError_logRetryCount() 2211 1, asyncRegistrationArgumentCaptor.getAllValues().get(0).getRetryCount()); in test_runAsyncRegistrationQueueWorker_webSource_adTechUnavailable() 2255 1, asyncRegistrationArgumentCaptor.getAllValues().get(0).getRetryCount()); in test_runAsyncRegistrationQueueWorker_webSource_networkError() 2377 1, asyncRegistrationArgumentCaptor.getAllValues().get(0).getRetryCount()); in test_runAsyncRegistrationQueueWorker_webTrigger_adTechUnavailable() 2420 1, asyncRegistrationArgumentCaptor.getAllValues().get(0).getRetryCount()); in test_runAsyncRegistrationQueueWorker_webTrigger_networkError()
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/measurement/ |
D | AbstractDbIntegrationTest.java | 658 asyncRegistration.getRetryCount()); in insertToDb()
|
D | MeasurementDaoTest.java | 5389 asyncRegistration.getRetryCount()); in testDeleteExpiredRecordsForAsyncRegistrations() 6698 assertNotNull(asyncRegistration.getRetryCount()); in testInsertAsyncRegistration() 6699 assertEquals(asyncRegistration.getRetryCount(), validAsyncRegistration.getRetryCount()); in testInsertAsyncRegistration() 6951 long originalRetryCount = asyncRegistration.getRetryCount(); in testUpdateAsyncRegistrationRetryCount() 6975 assertTrue(updateAsyncRegistration.getRetryCount() == originalRetryCount + 1); in testUpdateAsyncRegistrationRetryCount()
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/stats/ |
D | AdServicesLoggerImplTest.java | 593 expect.that(loggedStats.getRetryCount()).isEqualTo(retryCount); in testLogMsmtRegistrationResponseSize()
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/measurement/ |
D | MeasurementDao.java | 3104 asyncRegistration.getRetryCount()); 3252 asyncRegistration.getRetryCount());
|
/packages/apps/Car/DebuggingRestrictionController/libs/ |
D | httpclient-4.5.12.jar | META-INF/MANIFEST.MF
META-INF/
org/
org/apache/
org/ ... |