Searched refs:RecipientIdCache (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Mms/src/com/android/mms/
H A DLogTag.java28 import com.android.mms.data.RecipientIdCache;
99 RecipientIdCache.canonicalTableDump();
100 RecipientIdCache.dump();
/packages/apps/Mms/src/com/android/mms/data/
H A DRecipientIdCache.java25 public class RecipientIdCache { class
35 private static RecipientIdCache sInstance;
36 static RecipientIdCache getInstance() { return sInstance; }
54 sInstance = new RecipientIdCache(context);
59 }, "RecipientIdCache.init").start();
62 RecipientIdCache(Context context) { method in class:RecipientIdCache
69 LogTag.debug("[RecipientIdCache] fill: begin");
97 LogTag.debug("[RecipientIdCache] fill: finished");
160 Log.d(TAG, "[RecipientIdCache] updateNumbers: contact=" + contact +
166 // if the numbers don't match, let's update the RecipientIdCache'
[all...]
H A DContactList.java74 for (RecipientIdCache.Entry entry : RecipientIdCache.getAddresses(spaceSepIds)) {
H A DContact.java360 RecipientIdCache.init(context);
H A DConversation.java1431 address = RecipientIdCache.getSingleAddressFromCanonicalAddressInDb(context, ids[0]);
H A DWorkingMessage.java1250 RecipientIdCache.updateNumbers(conv.getThreadId(), conv.getRecipients());

Completed in 63 milliseconds