Home
last modified time | relevance | path

Searched refs:OS_DESTINATION (Results 1 – 16 of 16) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/fixtures/java/com/android/adservices/service/measurement/
DAsyncRegistrationFixture.java33 .setOsDestination(ValidAsyncRegistrationParams.OS_DESTINATION) in getValidAsyncRegistrationBuilder()
56 public static final Uri OS_DESTINATION = Uri.parse("android-app://com.example"); field in AsyncRegistrationFixture.ValidAsyncRegistrationParams
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/measurement/migration/
DMeasurementDbMigratorV11.java72 MeasurementTables.AsyncRegistrationContract.OS_DESTINATION,
88 + AsyncRegistrationContract.OS_DESTINATION
DMeasurementDbMigratorV3.java82 + MeasurementTables.AsyncRegistrationContract.OS_DESTINATION
/packages/modules/AdServices/adservices/tests/cts/sandbox/measurement/providers/sdkmeasurement/src/com/android/tests/providers/sdkmeasurement/
DSdkMeasurement.java52 private static final Uri OS_DESTINATION = Uri.parse("android-app://os.destination"); field in SdkMeasurement
147 .setAppDestination(OS_DESTINATION) in buildDefaultWebSourceRegistrationRequest()
/packages/modules/AdServices/adservices/tests/jetpack/src/com/android/adservices/measurement/
DMeasurementManagerJetpackTest.java53 private static final Uri OS_DESTINATION = Uri.parse("android-app://com.os.destination"); field in MeasurementManagerJetpackTest
116 OS_DESTINATION, in registerWebSource_NoErrors()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/measurement/
DMeasurementTables.java91 String OS_DESTINATION = "os_destination"; field
325 + AsyncRegistrationContract.OS_DESTINATION
365 + AsyncRegistrationContract.OS_DESTINATION
DSqliteObjectMapper.java447 MeasurementTables.AsyncRegistrationContract.OS_DESTINATION, in constructAsyncRegistration()
DMeasurementDao.java3086 MeasurementTables.AsyncRegistrationContract.OS_DESTINATION,
/packages/modules/AdServices/adservices/tests/cts/endtoends/measurement/src/com/android/adservices/tests/cts/measurement/
DMeasurementManagerCtsTest.java80 private static final Uri OS_DESTINATION = Uri.parse("android-app://com.os.destination"); field in MeasurementManagerCtsTest
448 .setAppDestination(OS_DESTINATION)
472 .setAppDestination(OS_DESTINATION)
1075 .setAppDestination(OS_DESTINATION) in registerWebSourceAndVerifyRateLimitReached()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/measurement/migration/
DMeasurementDbMigratorV3Test.java455 MeasurementTables.AsyncRegistrationContract.OS_DESTINATION, in getAsyncRegistrationEntry()
522 .OS_DESTINATION))) in assertDbContainsAsyncRegistrationValues()
523 .isEqualTo(values.get(MeasurementTables.AsyncRegistrationContract.OS_DESTINATION)); in assertDbContainsAsyncRegistrationValues()
DContentValueFixtures.java48 public static final String OS_DESTINATION = "android-app://com.os.destination"; field in ContentValueFixtures.AsyncRegistrationValues
397 MeasurementTables.AsyncRegistrationContract.OS_DESTINATION, in generateAsyncRegistrationContentValuesV1()
398 AsyncRegistrationValues.OS_DESTINATION); in generateAsyncRegistrationContentValuesV1()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/measurement/
DDbHelperV1.java44 + MeasurementTables.AsyncRegistrationContract.OS_DESTINATION
DMeasurementDbSchemaTrail.java2387 + AsyncRegistrationContract.OS_DESTINATION
2427 + AsyncRegistrationContract.OS_DESTINATION
2461 + AsyncRegistrationContract.OS_DESTINATION
2497 + AsyncRegistrationContract.OS_DESTINATION
2535 + AsyncRegistrationContract.OS_DESTINATION
DAbstractDbIntegrationTest.java640 MeasurementTables.AsyncRegistrationContract.OS_DESTINATION, in insertToDb()
DMeasurementDaoTest.java5377 AsyncRegistrationContract.OS_DESTINATION, in testDeleteExpiredRecordsForAsyncRegistrations()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/registration/
DAsyncSourceFetcherTest.java148 private static final Uri OS_DESTINATION = Uri.parse("android-app://com.os-destination"); field in AsyncSourceFetcherTest
4668 OS_DESTINATION, in fetchWebSources_withExtendedHeaders_success()
4681 + OS_DESTINATION in fetchWebSources_withExtendedHeaders_success()
4707 assertEquals(OS_DESTINATION, result.getAppDestinations().get(0)); in fetchWebSources_withExtendedHeaders_success()
4787 OS_DESTINATION, in fetchWebSources_invalidAppDestination_failsDropsSource()
4946 OS_DESTINATION, in fetchWebSources_webDestinationDoNotMatch_failsDropsSource()
4962 + OS_DESTINATION in fetchWebSources_webDestinationDoNotMatch_failsDropsSource()
4998 OS_DESTINATION, in fetchWebSources_webDestinationEmpty_succeeds_noWebDestinationsSet()
5009 + OS_DESTINATION in fetchWebSources_webDestinationEmpty_succeeds_noWebDestinationsSet()
5031 assertEquals(OS_DESTINATION, result.getAppDestinations().get(0)); in fetchWebSources_webDestinationEmpty_succeeds_noWebDestinationsSet()
[all …]