Searched refs:fromBlob (Results 1 – 6 of 6) sorted by relevance
566 return ConversationInfo.fromBlob(blob); in readConversationInfo()575 ci = ConversationInfo.fromBlob(cursor.getBlob(UIProvider.CONVERSATION_INFO_COLUMN)); in readConversationInfo()587 return FolderList.fromBlob(blob); in readRawFolders()597 fl = FolderList.fromBlob( in readRawFolders()619 final ConversationInfo cachedCi = ConversationInfo.fromBlob((byte[]) val); in applyCachedValues()632 rawFolders = FolderList.fromBlob((byte[]) val); in applyCachedValues()
69 public static FolderList fromBlob(byte[] blob) { in fromBlob() method in FolderList
92 public static ConversationInfo fromBlob(byte[] blob) { in fromBlob() method in ConversationInfo
103 final ConversationInfo after = ConversationInfo.fromBlob(serialized); in testSenderNameBadInput()121 final ConversationInfo after = ConversationInfo.fromBlob(serialized); in testConversationSnippetsBadInput()
1825 final ConversationInfo info = ConversationInfo.fromBlob(originalConversationInfo);
5268 final FolderList flist = FolderList.fromBlob(values.getAsByteArray(columnName)); in convertUiMessageValues()