Searched defs:Cache (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Mms/src/com/android/mms/data/
H A DConversation.java146 Conversation conv = Cache.get(threadId);
152 Cache.put(conv);
154 LogTag.error("Tried to add duplicate Conversation to Cache (from threadId): " + conv);
155 if (!Cache.replace(conv)) {
175 Conversation conv = Cache.get(recipients);
189 Cache.put(conv);
191 LogTag.error("Tried to add duplicate Conversation to Cache (from recipients): " + conv);
192 if (!Cache.replace(conv)) {
278 Conversation conv = Cache.get(threadId);
286 Cache
940 private static class Cache { class in class:Conversation
944 private Cache() { method in class:Conversation.Cache
[all...]

Completed in 78 milliseconds