Home
last modified time | relevance | path

Searched refs:RETRY_COUNT (Results 1 – 14 of 14) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/fixtures/java/com/android/adservices/service/measurement/
DAsyncRegistrationFixture.java40 .setRetryCount(ValidAsyncRegistrationParams.RETRY_COUNT) in getValidAsyncRegistrationBuilder()
54 public static final long RETRY_COUNT = 0; field in AsyncRegistrationFixture.ValidAsyncRegistrationParams
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/measurement/migration/
DMeasurementDbMigratorV11.java69 MeasurementTables.AsyncRegistrationContract.RETRY_COUNT,
100 + AsyncRegistrationContract.RETRY_COUNT
DMeasurementDbMigratorV3.java98 + MeasurementTables.AsyncRegistrationContract.RETRY_COUNT
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DSlideshowPage.java240 private static final int RETRY_COUNT = 5; field in SlideshowPage.ShuffleSource
264 for (int i = 0; i < RETRY_COUNT && item == null; ++i) { in getMediaItem()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/measurement/
DMeasurementTables.java88 String RETRY_COUNT = "retry_count"; field
341 + AsyncRegistrationContract.RETRY_COUNT
377 + AsyncRegistrationContract.RETRY_COUNT
DSqliteObjectMapper.java477 MeasurementTables.AsyncRegistrationContract.RETRY_COUNT, in constructAsyncRegistration()
DMeasurementDao.java2065 + MeasurementTables.AsyncRegistrationContract.RETRY_COUNT + " >= ? ", in deleteExpiredRecords()
3103 MeasurementTables.AsyncRegistrationContract.RETRY_COUNT,
3181 MeasurementTables.AsyncRegistrationContract.RETRY_COUNT
3251 MeasurementTables.AsyncRegistrationContract.RETRY_COUNT,
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/measurement/migration/
DMeasurementDbMigratorV3Test.java465 values.put(MeasurementTables.AsyncRegistrationContract.RETRY_COUNT, 0L); in getAsyncRegistrationEntry()
549 MeasurementTables.AsyncRegistrationContract.RETRY_COUNT))) in assertDbContainsAsyncRegistrationValues()
550 .isEqualTo(values.get(MeasurementTables.AsyncRegistrationContract.RETRY_COUNT)); in assertDbContainsAsyncRegistrationValues()
DContentValueFixtures.java55 public static final long RETRY_COUNT = 4; field in ContentValueFixtures.AsyncRegistrationValues
418 MeasurementTables.AsyncRegistrationContract.RETRY_COUNT, in generateAsyncRegistrationContentValuesV1()
419 AsyncRegistrationValues.RETRY_COUNT); in generateAsyncRegistrationContentValuesV1()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/measurement/
DDbHelperV1.java58 + MeasurementTables.AsyncRegistrationContract.RETRY_COUNT
DMeasurementDbSchemaTrail.java2403 + AsyncRegistrationContract.RETRY_COUNT
2439 + AsyncRegistrationContract.RETRY_COUNT
2473 + AsyncRegistrationContract.RETRY_COUNT
2509 + AsyncRegistrationContract.RETRY_COUNT
2547 + AsyncRegistrationContract.RETRY_COUNT
DAbstractDbIntegrationTest.java657 MeasurementTables.AsyncRegistrationContract.RETRY_COUNT, in insertToDb()
DMeasurementDaoTest.java5388 AsyncRegistrationContract.RETRY_COUNT, in testDeleteExpiredRecordsForAsyncRegistrations()
/packages/apps/TV/src/com/android/tv/data/
DProgramDataManager.java614 final int RETRY_COUNT = 3; in doInBackground() local
616 for (int retryCount = RETRY_COUNT; retryCount > 0; retryCount--) { in doInBackground()