Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/providers/
DConversation.java619 final ConversationInfo cachedCi = ConversationInfo.fromBlob((byte[]) val); in applyCachedValues() local
620 if (cachedCi == null) { in applyCachedValues()
623 conversationInfo.overwriteWith(cachedCi); in applyCachedValues()