Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DCallLogNotificationsService.java55 static final String ACTION_MARK_ALL_NEW_VOICEMAILS_AS_OLD = field in CallLogNotificationsService
87 serviceIntent.setAction(CallLogNotificationsService.ACTION_MARK_ALL_NEW_VOICEMAILS_AS_OLD); in markAllNewVoicemailsAsOld()
102 intent.setAction(CallLogNotificationsService.ACTION_MARK_ALL_NEW_VOICEMAILS_AS_OLD); in createMarkAllNewVoicemailsAsOldIntent()
152 case ACTION_MARK_ALL_NEW_VOICEMAILS_AS_OLD: in onHandleIntent()