Searched refs:getUriOrNull (Results 1 – 1 of 1) sorted by relevance
77 .setUserPortalUrl(getUriOrNull(obj, "user-portal-url")) in fromJson()78 .setVenueInfoUrl(getUriOrNull(obj, "venue-info-url")) in fromJson()95 private static Uri getUriOrNull(JSONObject o, String key) throws JSONException { in getUriOrNull() method in CaptivePortalDataShimImpl