Home
last modified time | relevance | path

Searched refs:mDebugCleartextPayload (Results 1 – 2 of 2) sorted by relevance

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/aggregation/
DAggregateReport.java58 private String mDebugCleartextPayload; field in AggregateReport
101 mDebugCleartextPayload = null; in AggregateReport()
124 && Objects.equals(mDebugCleartextPayload, aggregateReport.mDebugCleartextPayload) in equals()
152 mDebugCleartextPayload, in hashCode()
212 return mDebugCleartextPayload; in getDebugCleartextPayload()
310 JSONObject debugCleartextPayload = new JSONObject(mDebugCleartextPayload); in extractAggregateHistogramContributions()
396 mAttributionReport.mDebugCleartextPayload = debugCleartextPayload; in setDebugCleartextPayload()
525 mAttributionReport.mDebugCleartextPayload = debugPayload; in getNullAggregateReportBuilder()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/reporting/
DAggregateReportBody.java46 private String mDebugCleartextPayload; field in AggregateReportBody
93 mDebugCleartextPayload = other.mDebugCleartextPayload; in AggregateReportBody()
167 key.getPublicKey(), mDebugCleartextPayload, sharedInfo); in aggregationServicePayloadsToJson()
176 AggregateCryptoConverter.encode(mDebugCleartextPayload)); in aggregationServicePayloadsToJson()
245 mBuilding.mDebugCleartextPayload = debugCleartextPayload; in setDebugCleartextPayload()