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

/packages/apps/Mms/src/com/android/mms/data/
H A DContact.java49 private static ContactsCache sContactCache; field in class:Contact
161 return sContactCache.get(number, canBlock);
165 return sContactCache.getMe(canBlock);
169 sContactCache.remove(this);
173 return sContactCache.getContactInfoForPhoneUris(uris);
188 sContactCache.invalidate();
228 sContactCache.get(mNumber, false);
358 sContactCache = new ContactsCache(context);
373 sContactCache.dump();

Completed in 41 milliseconds