Home
last modified time | relevance | path

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

/packages/apps/Car/Dialer/src/com/android/car/dialer/notification/
DMissedCallReceiver.java20 import static android.telecom.TelecomManager.EXTRA_NOTIFICATION_COUNT;
47 int count = intent.getIntExtra(EXTRA_NOTIFICATION_COUNT, 0); in onReceive()
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DMissedCallNotificationReceiver.java37 public static final String EXTRA_NOTIFICATION_COUNT = "android.telecom.extra.NOTIFICATION_COUNT"; field in MissedCallNotificationReceiver
53 EXTRA_NOTIFICATION_COUNT, CallLogNotificationsService.UNKNOWN_MISSED_CALL_COUNT); in onReceive()
/packages/apps/Dialer/java/com/android/dialer/app/voicemail/
DLegacyVoicemailNotificationReceiver.java74 int count = intent.getIntExtra(TelephonyManager.EXTRA_NOTIFICATION_COUNT, -1); in onReceive()
/packages/apps/Dialer/java/com/android/voicemail/impl/sms/
DLegacyModeSmsHandler.java97 intent.putExtra(TelephonyManager.EXTRA_NOTIFICATION_COUNT, messageCount); in sendLegacyVoicemailNotification()
/packages/apps/Dialer/java/com/android/voicemail/impl/
DActivationTask.java289 intent.putExtra(TelephonyManager.EXTRA_NOTIFICATION_COUNT, 0); in clearLegacyVoicemailNotification()
/packages/services/Telecomm/src/com/android/server/telecom/ui/
DMissedCallNotifierImpl.java234 .putExtra(TelecomManager.EXTRA_NOTIFICATION_COUNT, count) in sendNotificationThroughDefaultDialer()
/packages/services/Telephony/src/com/android/phone/
DNotificationMgr.java446 intent.putExtra(TelephonyManager.EXTRA_NOTIFICATION_COUNT, count); in maybeSendVoicemailNotificationUsingDefaultDialer()