Searched refs:CallLogNotificationsService (Results 1 – 12 of 12) sorted by relevance
52 public class CallLogNotificationsService extends IntentService { class80 public CallLogNotificationsService() { in CallLogNotificationsService() method in CallLogNotificationsService86 Intent serviceIntent = new Intent(context, CallLogNotificationsService.class); in markAllNewVoicemailsAsOld()87 serviceIntent.setAction(CallLogNotificationsService.ACTION_MARK_ALL_NEW_VOICEMAILS_AS_OLD); in markAllNewVoicemailsAsOld()101 Intent intent = new Intent(context, CallLogNotificationsService.class); in createMarkAllNewVoicemailsAsOldIntent()102 intent.setAction(CallLogNotificationsService.ACTION_MARK_ALL_NEW_VOICEMAILS_AS_OLD); in createMarkAllNewVoicemailsAsOldIntent()108 Intent intent = new Intent(context, CallLogNotificationsService.class); in createMarkSingleNewVoicemailAsOldIntent()109 intent.setAction(CallLogNotificationsService.ACTION_MARK_SINGLE_NEW_VOICEMAIL_AS_OLD); in createMarkSingleNewVoicemailAsOldIntent()115 Intent intent = new Intent(context, CallLogNotificationsService.class); in createCancelAllMissedCallsPendingIntent()122 Intent intent = new Intent(context, CallLogNotificationsService.class); in createCancelSingleMissedCallPendingIntent()[all …]
125 if (count != CallLogNotificationsService.UNKNOWN_MISSED_CALL_COUNT in updateMissedCallNotification()138 if (count == CallLogNotificationsService.UNKNOWN_MISSED_CALL_COUNT) { in updateMissedCallNotification()205 CallLogNotificationsService.createCancelAllMissedCallsPendingIntent(context)); in updateMissedCallNotification()213 CallLogNotificationsService.createCancelAllMissedCallsPendingIntent(context)) in updateMissedCallNotification()412 CallLogNotificationsService.createCancelSingleMissedCallPendingIntent( in createNotificationBuilder()469 Intent intent = new Intent(context, CallLogNotificationsService.class); in createCallBackPendingIntent()470 intent.setAction(CallLogNotificationsService.ACTION_CALL_BACK_FROM_MISSED_CALL_NOTIFICATION); in createCallBackPendingIntent()
79 CallLogNotificationsService.createMarkAllNewVoicemailsAsOldIntent(context); in showNotifications()213 CallLogNotificationsService.createMarkSingleNewVoicemailAsOldIntent( in createNotificationForVoicemail()
53 EXTRA_NOTIFICATION_COUNT, CallLogNotificationsService.UNKNOWN_MISSED_CALL_COUNT); in onReceive()
75 CallLogNotificationsService.cancelAllMissedCalls(getContext()); in onCreateDialog()
67 CallLogNotificationsService.markAllNewVoicemailsAsOld(context); in markVoicemailAsRead()
133 CallLogNotificationsService.createLegacyVoicemailDismissedPendingIntent( in createNotification()
214 CallLogNotificationsService.markAllNewVoicemailsAsOld(getActivity()); in onNotVisible()
627 CallLogNotificationsService.cancelAllMissedCalls(getContext()); in markMissedCallsAsReadAndRemoveNotifications()
38 import com.android.dialer.app.calllog.CallLogNotificationsService;440 CallLogNotificationsService.cancelAllMissedCalls(getContext()); in markMissedCallsAsReadAndRemoveNotifications()
63 import com.android.dialer.app.calllog.CallLogNotificationsService;466 CallLogNotificationsService.markAllNewVoicemailsAsOld(activity); in onHandleIntent()1055 CallLogNotificationsService.cancelAllMissedCalls(context); in markMissedCallsAsReadAndRemoveNotification()
73 import com.android.dialer.app.calllog.CallLogNotificationsService;580 CallLogNotificationsService.markAllNewVoicemailsAsOld(this); in onResume()