Searched refs:serializedAccount (Results 1 - 1 of 1) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/providers/
H A DAccount.java352 * @param serializedAccount JSON encoded account object
355 public static Account newInstance(String serializedAccount) { argument
360 final JSONObject json = new JSONObject(serializedAccount);
364 serializedAccount);

Completed in 50 milliseconds