Searched refs:EXTRA_NOTIFICATION_COUNT (Results 1 – 7 of 7) sorted by relevance
/packages/apps/Dialer/java/com/android/dialer/app/calllog/ |
D | MissedCallNotificationReceiver.java | 37 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/ |
D | LegacyVoicemailNotificationReceiver.java | 74 int count = intent.getIntExtra(TelephonyManager.EXTRA_NOTIFICATION_COUNT, -1); in onReceive()
|
/packages/apps/Dialer/java/com/android/voicemail/impl/sms/ |
D | LegacyModeSmsHandler.java | 97 intent.putExtra(TelephonyManager.EXTRA_NOTIFICATION_COUNT, messageCount); in sendLegacyVoicemailNotification()
|
/packages/apps/Dialer/java/com/android/voicemail/impl/ |
D | ActivationTask.java | 289 intent.putExtra(TelephonyManager.EXTRA_NOTIFICATION_COUNT, 0); in clearLegacyVoicemailNotification()
|
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | MissedCallNotifierImplTest.java | 232 assertEquals(0, sentIntent.getIntExtra(TelecomManager.EXTRA_NOTIFICATION_COUNT, -1)); in testDefaultDialerClear() 249 assertEquals(1, sentIntent.getIntExtra(TelecomManager.EXTRA_NOTIFICATION_COUNT, -1)); in testDefaultDialerIncrement()
|
/packages/services/Telecomm/src/com/android/server/telecom/ui/ |
D | MissedCallNotifierImpl.java | 278 .putExtra(TelecomManager.EXTRA_NOTIFICATION_COUNT, missedCallCount) in sendNotificationThroughDefaultDialer()
|
/packages/services/Telephony/src/com/android/phone/ |
D | NotificationMgr.java | 481 intent.putExtra(TelephonyManager.EXTRA_NOTIFICATION_COUNT, count); in maybeSendVoicemailNotificationUsingDefaultDialer()
|