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

  /packages/apps/Phone/src/com/android/phone/
CallerInfoCacheUpdateReceiver.java 31 public class CallerInfoCacheUpdateReceiver extends BroadcastReceiver {
32 private static final String LOG_TAG = CallerInfoCacheUpdateReceiver.class.getSimpleName();
41 if (DBG) log("CallerInfoCacheUpdateReceiver#onReceive(). Intent: " + intent);
CallerInfoCache.java 191 Intent intent = new Intent(CallerInfoCacheUpdateReceiver.ACTION_UPDATE_CALLER_INFO_CACHE);
192 intent.setClass(mContext, CallerInfoCacheUpdateReceiver.class);

Completed in 26 milliseconds