Searched refs:toBlob (Results 1 – 7 of 7) sorted by relevance
101 final byte[] serialized = before.toBlob(); in testSenderNameBadInput()119 final byte[] serialized = before.toBlob(); in testConversationSnippetsBadInput()
46 public byte[] toBlob() { in toBlob() method in FolderList
104 public byte[] toBlob() { in toBlob() method in ConversationInfo
124 mConversationInfo = conv.conversationInfo.toBlob(); in setInfoForConversation()
1941 value.put(ConversationColumns.CONVERSATION_INFO, info.toBlob());
243 return info.toBlob(); in generateConversationInfo()
2139 values.put(Conversation.UPDATE_FOLDER_COLUMN, FolderList.copyOf(targetFolders).toBlob()); in addTargetFolders()