/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/reporting/ |
D | AggregateReportingJobHandlerTest.java | 200 AggregateReport aggregateReport = in testSendReportForPendingReportSuccess() local 244 AggregateReport aggregateReport = in testSendReportSuccess_reinstallAttributionEnabled_persistsAppReportHistory() local 303 AggregateReport aggregateReport = in testSendReportSuccess_reinstallAttributionEnabled_skipNullAggregateReport() local 363 AggregateReport aggregateReport = in testSendReportSuccess_reinstallAttributionDisabled_doesNotPersistsAppReportHistory() local 421 AggregateReport aggregateReport = in testSendReportForPendingReportSuccess_originFlagDisabled() local 464 AggregateReport aggregateReport = in testSendReportForPendingDebugReportSuccess() local 504 AggregateReport aggregateReport = in testSendReportForPendingReportSuccessSingleTriggerDebugKey() local 543 AggregateReport aggregateReport = in testSendReportForPendingReportSuccessSingleSourceDebugKey() local 582 AggregateReport aggregateReport = in testSendReportForPendingReportSuccessNullDebugKeys() local 622 AggregateReport aggregateReport = in testSendReportForPendingReportFailure() local [all …]
|
D | AggregateReportBodyTest.java | 154 AggregateReportBody aggregateReport = createAggregateReportBodyExample1(); in testSharedInfoJsonSerialization() local 173 AggregateReportBody aggregateReport = createAggregateReportBodyExample1(); in testSharedInfoJsonSerialization_originFlagDisabled() local 191 AggregateReportBody aggregateReport = createAggregateReportBodyExampleWithNullDebugKeys(); in testJsonSerializationWithNullDebugKeys() local 209 AggregateReportBody aggregateReport = in testJsonSerializationWithSingleSourceDebugKeys() local 228 AggregateReportBody aggregateReport = in testJsonSerializationWithSingleTriggerDebugKeys() local 275 AggregateReportBody aggregateReport = createAggregateReportBodyExample1(); in testAggregationServicePayloadsJsonSerialization() local 293 AggregateReportBody aggregateReport = in testAggregationServicePayloadsJsonSerializationWithDebugKey() local 310 AggregateReportBody aggregateReport = createAggregateReportBodyExampleWithNullDebugKeys(); in testAggregationServicePayloadsJsonSerializationWithoutDebugKey() local 326 AggregateReportBody aggregateReport = createAggregateReportBodyExample1(); in testAggregationServicePayloadsJsonSerializationWithDebugMode() local 335 AggregateReportBody aggregateReport = in testAggregationServicePayloadsJsonSerializationWithoutDebugMode() local
|
D | AggregateReportingJobHandlerWrapper.java | 93 ArgumentCaptor<AggregateReport> aggregateReport = in spyPerformScheduledPendingReportsInWindow() local
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/aggregation/ |
D | AggregatePayloadTest.java | 55 AggregatePayload aggregateReport = createAggregateReport(); in testCreation() local 68 AggregatePayload aggregateReport = new AggregatePayload.Builder().build(); in testDefaults() local
|
D | AggregateReportTest.java | 272 AggregateReport aggregateReport = createAttributionReport(); in extractAggregateHistogramContributions_withDebugPayload_canReverseConvert() local 297 AggregateReport aggregateReport = in extractAggregateHistogramContributions_withInvalidDebugPayload_returnsEmptyList() local
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/reporting/ |
D | AggregateReportingJobHandler.java | 240 AggregateReport aggregateReport = aggregateReportOpt.get(); in performReport() local 355 private void updateAppReportHistory(AggregateReport aggregateReport, IMeasurementDao dao) in updateAppReportHistory() 373 JSONObject createReportJsonPayload(AggregateReport aggregateReport, Uri reportingOrigin, in createReportJsonPayload()
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/aggregation/ |
D | AggregatePayload.java | 43 AggregatePayload aggregateReport = (AggregatePayload) obj; in equals() local
|
D | AggregateReport.java | 118 AggregateReport aggregateReport = (AggregateReport) obj; in equals() local
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/measurement/ |
D | AbstractDbIntegrationTest.java | 184 AggregateReport aggregateReport, AggregateReport aggregateReport1) { in fuzzyCompareAggregateReport() 557 public static void insertToDb(AggregateReport aggregateReport, SQLiteDatabase db) in insertToDb()
|
D | DbState.java | 150 AggregateReport aggregateReport = getAggregateReportFrom(rJSON); in DbState() local
|
D | MeasurementDaoTest.java | 4654 AggregateReport aggregateReport = SqliteObjectMapper.constructAggregateReport(cursor); in testInsertAggregateReport() local 4681 AggregateReport aggregateReport = SqliteObjectMapper.constructAggregateReport(cursor); in testInsertAggregateReport_withNullSourceRegistrationTime() local 4707 AggregateReport aggregateReport = new AggregateReport.Builder().setId("A1").build(); in testDeleteAllMeasurementDataWithEmptyList() local 4771 AggregateReport aggregateReport = new AggregateReport.Builder().setId("A1").build(); in testDeleteAllMeasurementDataWithNonEmptyList() local 10517 AggregateReport aggregateReport = in testGetLatestReportTimeInBatchWindow_oneAggReport_oneEventReport_bothInBatchWindow_returnSecondReportTime() local 10557 AggregateReport aggregateReport = in testGetLatestReportTimeInBatchWindow_oneAggReport_oneEventReport_oneAfterBatchWindow_returnFirstReportTime() local
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/measurement/migration/ |
D | ContentValueFixtures.java | 1363 ContentValues aggregateReport = new ContentValues(); in generateAggregateReportContentValuesV1() local 1391 ContentValues aggregateReport = generateAggregateReportContentValuesV1(); in generateAggregateReportContentValuesV2() local 1404 ContentValues aggregateReport = generateAggregateReportContentValuesV2(); in generateAggregateReportContentValuesV3() local 1435 ContentValues aggregateReport = generateAggregateReportContentValuesV9(); in generateAggregateReportContentValuesV10() local 1458 ContentValues aggregateReport = generateAggregateReportContentValuesV13(); in generateAggregateReportContentValuesV14() local
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/attribution/ |
D | AttributionJobHandler.java | 566 AggregateReport aggregateReport = aggregateReportBuilder.build(); in maybeGenerateAggregateReport() local 660 @Nullable AggregateReport aggregateReport, in generateNullAggregateReportsIncludingSourceRegistrationTime() 1380 AggregateReport aggregateReport, in finalizeAggregateReportCreation()
|