/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/measurement/migration/ |
D | MeasurementDbMigratorV20.java | 37 MeasurementTables.AggregateReport.AGGREGATION_COORDINATOR_ORIGIN), 41 MeasurementTables.TriggerContract.AGGREGATION_COORDINATOR_ORIGIN), 45 MeasurementTables.AggregateEncryptionKey.AGGREGATION_COORDINATOR_ORIGIN) 64 MeasurementTables.AggregateEncryptionKey.AGGREGATION_COORDINATOR_ORIGIN, in setCloudProvidersForAggregateEncryptionKey() 70 MeasurementTables.AggregateEncryptionKey.AGGREGATION_COORDINATOR_ORIGIN in setCloudProvidersForAggregateEncryptionKey() 78 MeasurementTables.AggregateReport.AGGREGATION_COORDINATOR_ORIGIN, in setCloudProvidersForAggregateReport() 84 MeasurementTables.AggregateReport.AGGREGATION_COORDINATOR_ORIGIN + " IS NULL ", in setCloudProvidersForAggregateReport()
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/aggregation/ |
D | AggregateEncryptionKeyTest.java | 35 private static final Uri AGGREGATION_COORDINATOR_ORIGIN = Uri.parse("https://1.test"); field in AggregateEncryptionKeyTest 42 .setAggregationCoordinatorOrigin(AGGREGATION_COORDINATOR_ORIGIN) in createExample() 51 AGGREGATION_COORDINATOR_ORIGIN, in verifyExample() 68 .setAggregationCoordinatorOrigin(AGGREGATION_COORDINATOR_ORIGIN) in testFailsToBuildWithNullKeyId() 81 .setAggregationCoordinatorOrigin(AGGREGATION_COORDINATOR_ORIGIN) in testFailsToBuildWithNullPublicKey() 94 .setAggregationCoordinatorOrigin(AGGREGATION_COORDINATOR_ORIGIN) in testFailsToBuildWithoutSetExpiry()
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/measurement/migration/ |
D | ContentValueFixtures.java | 41 public static final Uri AGGREGATION_COORDINATOR_ORIGIN = field in ContentValueFixtures 226 public static final Uri AGGREGATION_COORDINATOR_ORIGIN = field in ContentValueFixtures.TriggerValues 227 ContentValueFixtures.AGGREGATION_COORDINATOR_ORIGIN; 323 public static final Uri AGGREGATION_COORDINATOR_ORIGIN = field in ContentValueFixtures.AggregateReportValues 324 ContentValueFixtures.AGGREGATION_COORDINATOR_ORIGIN; 339 public static final Uri AGGREGATION_COORDINATOR_ORIGIN = field in ContentValueFixtures.AggregateEncryptionKeyValues 340 ContentValueFixtures.AGGREGATION_COORDINATOR_ORIGIN; 1022 MeasurementTables.TriggerContract.AGGREGATION_COORDINATOR_ORIGIN, in generateTriggerContentValuesV20() 1023 TriggerValues.AGGREGATION_COORDINATOR_ORIGIN.toString()); in generateTriggerContentValuesV20() 1491 MeasurementTables.AggregateReport.AGGREGATION_COORDINATOR_ORIGIN, in generateAggregateReportContentValuesV20() [all …]
|
D | MeasurementDbMigratorV20Test.java | 77 MeasurementTables.AggregateEncryptionKey.AGGREGATION_COORDINATOR_ORIGIN)); in performMigration_v19ToV20WithData_maintainsDataIntegrity() 81 MeasurementTables.AggregateReport.AGGREGATION_COORDINATOR_ORIGIN)); in performMigration_v19ToV20WithData_maintainsDataIntegrity() 85 MeasurementTables.TriggerContract.AGGREGATION_COORDINATOR_ORIGIN)); in performMigration_v19ToV20WithData_maintainsDataIntegrity()
|
/packages/modules/AdServices/adservices/tests/unittest/fixtures/java/com/android/adservices/service/measurement/aggregation/ |
D | AggregateReportFixture.java | 58 ValidAggregateReportParams.AGGREGATION_COORDINATOR_ORIGIN) in getValidAggregateReportBuilder() 79 public static final Uri AGGREGATION_COORDINATOR_ORIGIN = field in AggregateReportFixture.ValidAggregateReportParams
|
/packages/modules/AdServices/adservices/tests/unittest/fixtures/java/com/android/adservices/service/measurement/ |
D | TriggerFixture.java | 69 .setAggregationCoordinatorOrigin(ValidTriggerParams.AGGREGATION_COORDINATOR_ORIGIN) in getValidTrigger() 168 public static final Uri AGGREGATION_COORDINATOR_ORIGIN = field in TriggerFixture.ValidTriggerParams
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/measurement/ |
D | MeasurementTables.java | 192 String AGGREGATION_COORDINATOR_ORIGIN = "aggregation_coordinator_origin"; field 262 String AGGREGATION_COORDINATOR_ORIGIN = "aggregation_coordinator_origin"; field 274 String AGGREGATION_COORDINATOR_ORIGIN = "aggregation_coordinator_origin"; field 689 + TriggerContract.AGGREGATION_COORDINATOR_ORIGIN 984 + AggregateReport.AGGREGATION_COORDINATOR_ORIGIN 1032 + AggregateEncryptionKey.AGGREGATION_COORDINATOR_ORIGIN
|
D | SqliteObjectMapper.java | 312 MeasurementTables.TriggerContract.AGGREGATION_COORDINATOR_ORIGIN, in constructTriggerFromCursor() 379 MeasurementTables.AggregateReport.AGGREGATION_COORDINATOR_ORIGIN, in constructAggregateReport() 405 MeasurementTables.AggregateEncryptionKey.AGGREGATION_COORDINATOR_ORIGIN, in constructAggregateEncryptionKeyFromCursor()
|
D | MeasurementDao.java | 154 MeasurementTables.TriggerContract.AGGREGATION_COORDINATOR_ORIGIN, in insertTrigger() 2570 MeasurementTables.AggregateEncryptionKey.AGGREGATION_COORDINATOR_ORIGIN, 2598 .AGGREGATION_COORDINATOR_ORIGIN 2665 MeasurementTables.AggregateReport.AGGREGATION_COORDINATOR_ORIGIN, 2732 .AGGREGATION_COORDINATOR_ORIGIN)); 2774 .AGGREGATION_COORDINATOR_ORIGIN)); 3837 MeasurementTables.AggregateReport.AGGREGATION_COORDINATOR_ORIGIN 3864 + MeasurementTables.AggregateReport.AGGREGATION_COORDINATOR_ORIGIN 3963 MeasurementTables.AggregateReport.AGGREGATION_COORDINATOR_ORIGIN, 3981 + MeasurementTables.AggregateReport.AGGREGATION_COORDINATOR_ORIGIN
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/reporting/ |
D | AggregateReportBody.java | 62 String AGGREGATION_COORDINATOR_ORIGIN = "aggregation_coordinator_origin"; field 119 PayloadBodyKeys.AGGREGATION_COORDINATOR_ORIGIN, in toJson()
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/measurement/ |
D | MeasurementDbSchemaTrail.java | 1432 + TriggerContract.AGGREGATION_COORDINATOR_ORIGIN 1486 + TriggerContract.AGGREGATION_COORDINATOR_ORIGIN 1542 + TriggerContract.AGGREGATION_COORDINATOR_ORIGIN 1600 + TriggerContract.AGGREGATION_COORDINATOR_ORIGIN 2213 + AggregateReport.AGGREGATION_COORDINATOR_ORIGIN 2267 + AggregateReport.AGGREGATION_COORDINATOR_ORIGIN 2323 + AggregateReport.AGGREGATION_COORDINATOR_ORIGIN 2371 + AggregateEncryptionKey.AGGREGATION_COORDINATOR_ORIGIN
|
D | AbstractDbIntegrationTest.java | 590 MeasurementTables.AggregateReport.AGGREGATION_COORDINATOR_ORIGIN, in insertToDb() 617 MeasurementTables.AggregateEncryptionKey.AGGREGATION_COORDINATOR_ORIGIN, in insertToDb()
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/registration/ |
D | AsyncTriggerFetcher.java | 275 && !json.isNull(TriggerHeaderContract.AGGREGATION_COORDINATOR_ORIGIN)) { in parseTrigger() 277 json.getString(TriggerHeaderContract.AGGREGATION_COORDINATOR_ORIGIN); in parseTrigger() 902 String AGGREGATION_COORDINATOR_ORIGIN = "aggregation_coordinator_origin"; field
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/ |
D | E2ETest.java | 135 String AGGREGATION_COORDINATOR_ORIGIN = "aggregation_coordinator_origin"; field 673 AggregateReportPayloadKeys.AGGREGATION_COORDINATOR_ORIGIN, "").equals( in areEqualAggregateReportJsons() 675 AggregateReportPayloadKeys.AGGREGATION_COORDINATOR_ORIGIN, ""))) { in areEqualAggregateReportJsons()
|
D | E2EMockTest.java | 660 AggregateReportPayloadKeys.AGGREGATION_COORDINATOR_ORIGIN, in getActualAggregatablePayloadForTest()
|