Home
last modified time | relevance | path

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

/packages/apps/Dialer/src/com/android/dialer/calllog/
DMissedCallNotificationReceiver.java35 public static final String EXTRA_NOTIFICATION_COUNT = field in MissedCallNotificationReceiver
48 int count = intent.getIntExtra(EXTRA_NOTIFICATION_COUNT, in onReceive()
/packages/services/Telecomm/src/com/android/server/telecom/ui/
DMissedCallNotifierImpl.java209 intent.putExtra(TelecomManager.EXTRA_NOTIFICATION_COUNT, count); in sendNotificationCustomComponent()
268 .putExtra(TelecomManager.EXTRA_NOTIFICATION_COUNT, count) in sendNotificationThroughDefaultDialer()
/packages/services/Telephony/src/com/android/phone/
DNotificationMgr.java377 intent.putExtra(TelephonyManager.EXTRA_NOTIFICATION_COUNT, count); in sendNotificationCustomComponent()