Searched refs:maybeArray1 (Results 1 – 1 of 1) sorted by relevance
552 JSONArray maybeArray1 = payload.optJSONArray(EventReportPayloadKeys.STRING_OR_ARRAY); in hashForEventReportObject() local553 if (maybeArray1 != null) { in hashForEventReportObject()554 objArray[3] = maybeArray1; in hashForEventReportObject()