Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DCallerInfoCache.java41 public class CallerInfoCache { class
42 private static final String LOG_TAG = CallerInfoCache.class.getSimpleName();
150 public static CallerInfoCache init(Context context) { in init()
152 CallerInfoCache cache = new CallerInfoCache(context); in init()
158 private CallerInfoCache(Context context) { in CallerInfoCache() method in CallerInfoCache
DPhoneGlobals.java142 CallerInfoCache callerInfoCache;
336 callerInfoCache = CallerInfoCache.init(this); in onCreate()