Searched defs:fromJson (Results 1 – 7 of 7) sorted by relevance
45 public static CaptivePortalDataShim fromJson(JSONObject object) throws JSONException, in fromJson() method in CaptivePortalDataShimImpl
85 TmaMediaEvent fromJson(@Nullable JSONObject json) { in fromJson() method in TmaMediaEventReader
92 TmaMediaItem fromJson(@Nullable JSONObject json) { in fromJson() method in TmaMediaItemReader
142 MediaMetadataCompat fromJson(JSONObject object) throws JSONException { in fromJson() method in TmaMediaMetadataReader
52 public static CaptivePortalDataShim fromJson(JSONObject obj) throws JSONException, in fromJson() method in CaptivePortalDataShimImpl
64 public static WearHistory fromJson(@NonNull File in) throws IOException, JSONException { in fromJson() method in WearHistory
147 def fromJson(cls, json): member in Event