Home
last modified time | relevance | path

Searched defs:debugReport (Results 1 – 8 of 8) sorted by relevance

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/reporting/
DDebugReportingJobHandler.java78 DebugReport debugReport = debugReportOpt.get(); in performReport() local
109 JSONArray createReportJsonPayload(DebugReport debugReport) throws JSONException { in createReportJsonPayload()
DDebugReportApi.java361 DebugReport debugReport = in scheduleReport() local
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/reporting/
DDebugReportTest.java51 DebugReport debugReport = createExample1(); in creation_success() local
83 DebugReport debugReport = createExample1(); in testDebugReportPayloadJsonSerialization() local
DDebugReportingJobHandlerTest.java102 DebugReport debugReport = createDebugReport1(); in testSendDebugReportForSuccess() local
128 DebugReport debugReport = createDebugReport1(); in testSendDebugReportForFailure() local
DDebugReportingJobHandlerWrapper.java47 ArgumentCaptor<DebugReport> debugReport = ArgumentCaptor.forClass(DebugReport.class); in spyPerformScheduledPendingReports() local
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/measurement/
DDbState.java148 DebugReport debugReport = getDebugReportFrom(rJSON); in DbState() local
DMeasurementDaoTest.java462 DebugReport debugReport = createDebugReport(); in testInsertDebugReport() local
4804 DebugReport debugReport = createDebugReport(); in testDeleteDebugReport() local
4837 DebugReport debugReport = createDebugReport(); in testGetDebugReportIds() local
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/measurement/migration/
DContentValueFixtures.java1034 ContentValues debugReport = new ContentValues(); in generateDebugReportContentValuesV3() local
1083 ContentValues debugReport = generateDebugReportContentValuesV14(); in generateDebugReportContentValuesV15() local