Searched refs:sourceJson (Results 1 – 1 of 1) sorted by relevance
1048 JSONObject sourceJson = new JSONObject(sourceStr); in getExpiryTimesFrom() local1049 if (sourceJson.has("expiry")) { in getExpiryTimesFrom()1050 expiryTimes.add(sourceJson.getLong("expiry")); in getExpiryTimesFrom()1055 if (sourceJson.has("event_report_windows")) { in getExpiryTimesFrom()1057 getFlexEndTimes(sourceJson.getJSONObject("event_report_windows"))); in getExpiryTimesFrom()