HomeSort by relevance Sort by last modified time
    Searched refs:CallerInfoCache (Results 1 - 2 of 2) sorted by null

  /packages/services/Telephony/src/com/android/phone/
CallerInfoCache.java 45 public class CallerInfoCache {
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) {
PhoneGlobals.java 142 CallerInfoCache callerInfoCache;
334 // Create the CallerInfoCache singleton, which remembers custom ring tone and
338 callerInfoCache = CallerInfoCache.init(this);
    [all...]

Completed in 173 milliseconds