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

  /packages/apps/Dialer/java/com/android/dialer/app/calllog/
CallLogNotificationsService.java 44 public class CallLogNotificationsService extends IntentService {
80 public CallLogNotificationsService() {
81 super("CallLogNotificationsService");
85 Intent serviceIntent = new Intent(context, CallLogNotificationsService.class);
93 Intent serviceIntent = new Intent(context, CallLogNotificationsService.class);
94 serviceIntent.setAction(CallLogNotificationsService.ACTION_MARK_NEW_VOICEMAILS_AS_OLD);
100 Intent serviceIntent = new Intent(context, CallLogNotificationsService.class);
109 LogUtil.d("CallLogNotificationsService.onHandleIntent", "could not handle null intent");
148 LogUtil.d("CallLogNotificationsService.onHandleIntent", "could not handle: " + intent);
  /packages/apps/Dialer/java/com/android/dialer/app/
DialtactsActivity.java 75 import com.android.dialer.app.calllog.CallLogNotificationsService;
545 CallLogNotificationsService.markNewVoicemailsAsOld(this, null);
    [all...]

Completed in 599 milliseconds