Home
last modified time | relevance | path

Searched refs:CallLogNotificationsService (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Dialer/src/com/android/dialer/calllog/
DCallLogReceiver.java37 Intent serviceIntent = new Intent(context, CallLogNotificationsService.class); in onReceive()
38 serviceIntent.setAction(CallLogNotificationsService.ACTION_UPDATE_NOTIFICATIONS); in onReceive()
40 CallLogNotificationsService.EXTRA_NEW_VOICEMAIL_URI, intent.getData()); in onReceive()
43 Intent serviceIntent = new Intent(context, CallLogNotificationsService.class); in onReceive()
44 serviceIntent.setAction(CallLogNotificationsService.ACTION_UPDATE_NOTIFICATIONS); in onReceive()
DCallLogNotificationsHelper.java36 Intent serviceIntent = new Intent(context, CallLogNotificationsService.class); in updateVoicemailNotifications()
37 serviceIntent.setAction(CallLogNotificationsService.ACTION_UPDATE_NOTIFICATIONS); in updateVoicemailNotifications()
DCallLogNotificationsService.java36 public class CallLogNotificationsService extends IntentService { class
61 public CallLogNotificationsService() { in CallLogNotificationsService() method in CallLogNotificationsService
DDefaultVoicemailNotifier.java206 Intent intent = new Intent(mContext, CallLogNotificationsService.class); in createMarkNewVoicemailsAsOldIntent()
207 intent.setAction(CallLogNotificationsService.ACTION_MARK_NEW_VOICEMAILS_AS_OLD); in createMarkNewVoicemailsAsOldIntent()