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

/packages/services/Telephony/src/com/android/phone/
H A DCallerInfoCache.java45 public class CallerInfoCache { class
46 private static final String LOG_TAG = CallerInfoCache.class.getSimpleName();
154 public static CallerInfoCache init(Context context) {
156 CallerInfoCache cache = new CallerInfoCache(context);
162 private CallerInfoCache(Context context) { method in class:CallerInfoCache

Completed in 69 milliseconds