Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/registration/
DFetcherUtil.java550 JSONObject debugDataObj = debugDataArr.getJSONObject(i); in getValidAggregateDebugReportingData() local
552 if (debugDataObj.isNull(AggregateDebugReportDataHeaderContract.KEY_PIECE) in getValidAggregateDebugReportingData()
553 || debugDataObj.isNull(AggregateDebugReportDataHeaderContract.VALUE) in getValidAggregateDebugReportingData()
554 || debugDataObj.isNull(AggregateDebugReportDataHeaderContract.TYPES)) { in getValidAggregateDebugReportingData()
561 debugDataObj.optString(AggregateDebugReportDataHeaderContract.KEY_PIECE); in getValidAggregateDebugReportingData()
572 debugDataObj, AggregateDebugReportDataHeaderContract.VALUE); in getValidAggregateDebugReportingData()
588 debugDataObj, in getValidAggregateDebugReportingData()