Searched refs:getHostAuthJSON (Results 1 – 1 of 1) sorted by relevance
34 json.put(Account.JSON_TAG_HOST_AUTH_RECV, getHostAuthJSON("receiver", "recpass").toJson()); in testDeserializeFromJSON()35 json.put(Account.JSON_TAG_HOST_AUTH_SEND, getHostAuthJSON("send", "sendpass").toJson()); in testDeserializeFromJSON()69 private static HostAuth getHostAuthJSON(String username, String password) { in getHostAuthJSON() method in AccountTest94 before.mHostAuthRecv = getHostAuthJSON("receiver", "recpass"); in testSerializeAndDeserializeWithJSON()