Home
last modified time | relevance | path

Searched refs:ACTION_UPDATE_NOTIFICATIONS (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Dialer/src/com/android/dialer/calllog/
DCallLogNotificationsService.java48 public static final String ACTION_UPDATE_NOTIFICATIONS = field in CallLogNotificationsService
79 } else if (ACTION_UPDATE_NOTIFICATIONS.equals(intent.getAction())) { in onHandleIntent()
DCallLogReceiver.java38 serviceIntent.setAction(CallLogNotificationsService.ACTION_UPDATE_NOTIFICATIONS); in onReceive()
44 serviceIntent.setAction(CallLogNotificationsService.ACTION_UPDATE_NOTIFICATIONS); in onReceive()
DCallLogNotificationsHelper.java37 serviceIntent.setAction(CallLogNotificationsService.ACTION_UPDATE_NOTIFICATIONS); in updateVoicemailNotifications()