Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/
DE2ETest.java548 String maybeString = payload.optString(EventReportPayloadKeys.STRING_OR_ARRAY); in hashForEventReportObject() local
549 if (maybeString != null) { in hashForEventReportObject()
550 objArray[3] = maybeString; in hashForEventReportObject()