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

/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);
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's number
182 Log.d(TAG, "[RecipientIdCache] updateCanonicalAddressInD
[all...]

Completed in 54 milliseconds