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/Dialer/src/com/android/dialer/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.dialer.calllog.ACTION_MARK_NEW_VOICEMAILS_AS_OLD";
77 if (ACTION_MARK_NEW_VOICEMAILS_AS_OLD.equals(intent.getAction())) {
DefaultVoicemailNotifier.java 200 intent.setAction(CallLogNotificationsService.ACTION_MARK_NEW_VOICEMAILS_AS_OLD);

Completed in 594 milliseconds