Searched refs:CallerInfoCache (Results 1 – 2 of 2) sorted by relevance
41 public class CallerInfoCache { class42 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
142 CallerInfoCache callerInfoCache;336 callerInfoCache = CallerInfoCache.init(this); in onCreate()