Searched refs:CallLogNotificationsService (Results 1 – 4 of 4) sorted by relevance
37 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()
36 Intent serviceIntent = new Intent(context, CallLogNotificationsService.class); in updateVoicemailNotifications()37 serviceIntent.setAction(CallLogNotificationsService.ACTION_UPDATE_NOTIFICATIONS); in updateVoicemailNotifications()
36 public class CallLogNotificationsService extends IntentService { class61 public CallLogNotificationsService() { in CallLogNotificationsService() method in CallLogNotificationsService
206 Intent intent = new Intent(mContext, CallLogNotificationsService.class); in createMarkNewVoicemailsAsOldIntent()207 intent.setAction(CallLogNotificationsService.ACTION_MARK_NEW_VOICEMAILS_AS_OLD); in createMarkNewVoicemailsAsOldIntent()