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

/packages/apps/UnifiedEmail/tests/src/com/android/mail/browse/
H A DSendersFormattingTests.java101 final byte[] serialized = before.toBlob();
103 final ConversationInfo after = ConversationInfo.fromBlob(serialized);
119 final byte[] serialized = before.toBlob();
121 final ConversationInfo after = ConversationInfo.fromBlob(serialized);
/packages/apps/Email/provider_src/com/android/email/
H A DPreferences.java235 HashSet<String> parseEmailSet(String serialized) throws JSONException { argument
237 if (!TextUtils.isEmpty(serialized)) {
238 JSONArray arr = new JSONArray(serialized);

Completed in 325 milliseconds