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

  /packages/apps/Dialer/src/com/android/dialer/calllog/
CallLogReceiver.java 37 Intent serviceIntent = new Intent(context, CallLogNotificationsService.class);
38 serviceIntent.setAction(CallLogNotificationsService.ACTION_UPDATE_NOTIFICATIONS);
40 CallLogNotificationsService.EXTRA_NEW_VOICEMAIL_URI, intent.getData());
43 Intent serviceIntent = new Intent(context, CallLogNotificationsService.class);
44 serviceIntent.setAction(CallLogNotificationsService.ACTION_UPDATE_NOTIFICATIONS);
CallLogNotificationsHelper.java 51 Intent serviceIntent = new Intent(context, CallLogNotificationsService.class);
52 serviceIntent.setAction(CallLogNotificationsService.ACTION_UPDATE_NOTIFICATIONS);
CallLogNotificationsService.java 36 public class CallLogNotificationsService extends IntentService {
37 private static final String TAG = "CallLogNotificationsService";
61 public CallLogNotificationsService() {
62 super("CallLogNotificationsService");
DefaultVoicemailNotifier.java 199 Intent intent = new Intent(mContext, CallLogNotificationsService.class);
200 intent.setAction(CallLogNotificationsService.ACTION_MARK_NEW_VOICEMAILS_AS_OLD);

Completed in 705 milliseconds