Home
last modified time | relevance | path

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

/packages/apps/Mms/src/com/android/mms/data/
DContact.java49 private static ContactsCache sContactCache; field in Contact
162 return sContactCache.get(number, canBlock); in get()
166 return sContactCache.getMe(canBlock); in getMe()
170 sContactCache.remove(this); in removeFromCache()
174 return sContactCache.getContactInfoForPhoneUris(uris); in getByPhoneUris()
189 sContactCache.invalidate(); in invalidateCache()
229 sContactCache.get(mNumber, false); in reload()
363 if (sContactCache != null) { // Stop previous Runnable in init()
364 sContactCache.mTaskQueue.mWorkerThread.interrupt(); in init()
366 sContactCache = new ContactsCache(context); in init()
[all …]