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

  /packages/apps/Contacts/src/com/android/contacts/calllog/
CallLogNotificationsService.java 29 * <li>{@link #ACTION_MARK_NEW_VOICEMAILS_AS_OLD}: marks all the new voicemails in the call log as
40 public static final String ACTION_MARK_NEW_VOICEMAILS_AS_OLD =
41 "com.android.contacts.calllog.ACTION_MARK_NEW_VOICEMAILS_AS_OLD";
73 if (ACTION_MARK_NEW_VOICEMAILS_AS_OLD.equals(intent.getAction())) {
DefaultVoicemailNotifier.java 185 intent.setAction(CallLogNotificationsService.ACTION_MARK_NEW_VOICEMAILS_AS_OLD);

Completed in 3692 milliseconds