Home
last modified time | relevance | path

Searched refs:getCachedBlob (Results 1 – 2 of 2) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/providers/
DConversation.java563 final byte[] blob = ((ConversationCursor) cursor).getCachedBlob( in readConversationInfo()
584 final byte[] blob = ((ConversationCursor) cursor).getCachedBlob( in readRawFolders()
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DConversationCursor.java1325 public byte[] getCachedBlob(int columnIndex) { in getCachedBlob() method in ConversationCursor