Home
last modified time | relevance | path

Searched refs:getDebugCleartextPayload (Results 1 – 6 of 6) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/aggregation/
DAggregateReportTest.java134 assertEquals(DEBUG_CLEARTEXT_PAYLOAD, attributionReport.getDebugCleartextPayload()); in testCreation()
162 assertEquals(DEBUG_CLEARTEXT_PAYLOAD, attributionReport.getDebugCleartextPayload()); in testCreationSingleSourceDebugKey()
189 assertEquals(DEBUG_CLEARTEXT_PAYLOAD, attributionReport.getDebugCleartextPayload()); in testCreationSingleTriggerDebugKey()
216 assertNull(attributionReport.getDebugCleartextPayload()); in testDefaults()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/measurement/
DAbstractDbIntegrationTest.java199 aggregateReport.getDebugCleartextPayload(), in fuzzyCompareAggregateReport()
200 aggregateReport1.getDebugCleartextPayload()) in fuzzyCompareAggregateReport()
578 aggregateReport.getDebugCleartextPayload()); in insertToDb()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/aggregation/
DAggregateReport.java211 public String getDebugCleartextPayload() { in getDebugCleartextPayload() method in AggregateReport
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/reporting/
DAggregateReportingJobHandler.java391 .setDebugCleartextPayload(aggregateReport.getDebugCleartextPayload()) in createReportJsonPayload()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/measurement/
DMeasurementDao.java2642 aggregateReport.getDebugCleartextPayload());
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/attribution/
DAttributionJobHandlerTest.java8233 expectedReport.getDebugCleartextPayload(), actualReport.getDebugCleartextPayload());