Searched refs:EXTRA_NOTIFICATION_COUNT (Results 1 – 7 of 7) sorted by relevance
20 import static android.telecom.TelecomManager.EXTRA_NOTIFICATION_COUNT;47 int count = intent.getIntExtra(EXTRA_NOTIFICATION_COUNT, 0); in onReceive()
37 public static final String EXTRA_NOTIFICATION_COUNT = "android.telecom.extra.NOTIFICATION_COUNT"; field in MissedCallNotificationReceiver53 EXTRA_NOTIFICATION_COUNT, CallLogNotificationsService.UNKNOWN_MISSED_CALL_COUNT); in onReceive()
74 int count = intent.getIntExtra(TelephonyManager.EXTRA_NOTIFICATION_COUNT, -1); in onReceive()
97 intent.putExtra(TelephonyManager.EXTRA_NOTIFICATION_COUNT, messageCount); in sendLegacyVoicemailNotification()
289 intent.putExtra(TelephonyManager.EXTRA_NOTIFICATION_COUNT, 0); in clearLegacyVoicemailNotification()
234 .putExtra(TelecomManager.EXTRA_NOTIFICATION_COUNT, count) in sendNotificationThroughDefaultDialer()
446 intent.putExtra(TelephonyManager.EXTRA_NOTIFICATION_COUNT, count); in maybeSendVoicemailNotificationUsingDefaultDialer()