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

  /packages/apps/Contacts/src/com/android/contacts/calllog/
CallLogNotificationsService.java 31 * <li>{@link #ACTION_UPDATE_NOTIFICATIONS}: updates the content of the new items notification; it
48 public static final String ACTION_UPDATE_NOTIFICATIONS =
52 * Extra to included with {@link #ACTION_UPDATE_NOTIFICATIONS} to identify the new voicemail
75 } else if (ACTION_UPDATE_NOTIFICATIONS.equals(intent.getAction())) {
CallLogReceiver.java 38 serviceIntent.setAction(CallLogNotificationsService.ACTION_UPDATE_NOTIFICATIONS);
44 serviceIntent.setAction(CallLogNotificationsService.ACTION_UPDATE_NOTIFICATIONS);
CallLogFragment.java 483 serviceIntent.setAction(CallLogNotificationsService.ACTION_UPDATE_NOTIFICATIONS);

Completed in 195 milliseconds