Home
last modified time | relevance | path

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

/aosp12/packages/apps/Dialer/java/com/android/dialer/app/calllog/
H A DCallLogNotificationsService.java29 import com.android.dialer.app.voicemail.LegacyVoicemailNotificationReceiver;
162 LegacyVoicemailNotificationReceiver.setDismissed( in onHandleIntent()
/aosp12/packages/apps/Dialer/java/com/android/dialer/app/voicemail/
H A DLegacyVoicemailNotificationReceiver.java46 public class LegacyVoicemailNotificationReceiver extends BroadcastReceiver { class