Searched refs:fromJson (Results 1 – 6 of 6) sorted by relevance
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
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()
73 public static BackupSharedPreference fromJson(final JSONObject json) throws JSONException { in fromJson() method in SimpleBackupSharedPreference