Searched refs:maybeString (Results 1 – 1 of 1) sorted by relevance
548 String maybeString = payload.optString(EventReportPayloadKeys.STRING_OR_ARRAY); in hashForEventReportObject() local549 if (maybeString != null) { in hashForEventReportObject()550 objArray[3] = maybeString; in hashForEventReportObject()