Searched refs:fromJson (Results 1 – 13 of 13) sorted by relevance
90 TmaMediaItem fromJson(@Nullable JSONObject json) { in fromJson() method in TmaMediaItemReader98 mediaEvents.add(mMediaEventReader.fromJson(events.getJSONObject(i))); in fromJson()109 mediaItems.add(fromJson(children.getJSONObject(i))); in fromJson()116 mMediaMetadataReader.fromJson(json.getJSONObject(Keys.METADATA.name())), in fromJson()
33 return mMediaItemReader.fromJson(TmaLoaderUtils.jsonFromAsset(mContext, filePath)); in loadAssetFile()
78 TmaMediaEvent fromJson(@Nullable JSONObject json) { in fromJson() method in TmaMediaEventReader
141 MediaMetadataCompat fromJson(JSONObject object) throws JSONException { in fromJson() method in TmaMediaMetadataReader
43 final Account a = Account.fromJson(json); in testDeserializeFromJSON()100 final Account after = Account.fromJson(before.toJson()); in testSerializeAndDeserializeWithJSON()
236 final HostAuth ha = HostAuth.fromJson(json); in testDeserializeFromJSON()270 final HostAuth after = HostAuth.fromJson(before.toJson()); in testSerializeAndDeserializeWithJSON()
792 return fromJson(json); in fromJsonString()799 protected static Account fromJson(final JSONObject json) { in fromJson() method in Account808 a.mHostAuthRecv = HostAuth.fromJson(recvJson); in fromJson()811 a.mHostAuthSend = HostAuth.fromJson(sendJson); in fromJson()
277 protected static HostAuth fromJson(final JSONObject json) { in fromJson() method in HostAuth290 h.mCredential = Credential.fromJson(credJson); in fromJson()
186 protected static Credential fromJson(final JSONObject json) { in fromJson() method in Credential
147 def fromJson(cls, json): member in Event224 source_event = Event.fromJson(source_json_event)
73 public static BackupSharedPreference fromJson(final JSONObject json) throws JSONException { in fromJson() method in SimpleBackupSharedPreference
64 public static WearHistory fromJson(@NonNull File in) throws IOException, JSONException { in fromJson() method in WearHistory
154 WearHistory wearHistory = WearHistory.fromJson(mWearInfoFile); in loadWearHistory()