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

  /packages/apps/Phone/src/com/android/phone/
CallerInfoCache.java 45 public class CallerInfoCache {
46 private static final String LOG_TAG = CallerInfoCache.class.getSimpleName();
160 public static CallerInfoCache init(Context context) {
162 CallerInfoCache cache = new CallerInfoCache(context);
169 private CallerInfoCache(Context context) {
PhoneApp.java 173 CallerInfoCache callerInfoCache;
552 // Create the CallerInfoCache singleton, which remembers custom ring tone and
556 callerInfoCache = CallerInfoCache.init(this);
    [all...]
CallNotifier.java     [all...]

Completed in 233 milliseconds