HomeSort by relevance Sort by last modified time
    Searched refs:RecipientIdCache (Results 1 - 6 of 6) sorted by null

  /packages/apps/Mms/src/com/android/mms/
LogTag.java 21 import com.android.mms.data.RecipientIdCache;
89 RecipientIdCache.canonicalTableDump();
90 RecipientIdCache.dump();
  /packages/apps/Mms/src/com/android/mms/data/
RecipientIdCache.java 25 public class RecipientIdCache {
35 private static RecipientIdCache sInstance;
36 static RecipientIdCache getInstance() { return sInstance; }
54 sInstance = new RecipientIdCache(context);
62 RecipientIdCache(Context context) {
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's number
182 Log.d(TAG, "[RecipientIdCache] updateCanonicalAddressInDb: id=" + id
    [all...]
ContactList.java 75 for (RecipientIdCache.Entry entry : RecipientIdCache.getAddresses(spaceSepIds)) {
Contact.java 357 RecipientIdCache.init(context);
    [all...]
Conversation.java     [all...]
WorkingMessage.java     [all...]

Completed in 63 milliseconds