Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DNotificationMgr.java335 if (!sendNotificationCustomComponent(vmCount, vmNumber, pendingIntent, in updateMwi()
346 if (!sendNotificationCustomComponent(0, null, null, false)) { in updateMwi()
368 private boolean sendNotificationCustomComponent(Integer count, String number, in sendNotificationCustomComponent() method in NotificationMgr
/packages/services/Telecomm/src/com/android/server/telecom/ui/
DMissedCallNotifierImpl.java202 private boolean sendNotificationCustomComponent(Call call, UserHandle userHandle) { in sendNotificationCustomComponent() method in MissedCallNotifierImpl
300 if (sendNotificationCustomComponent(call, userHandle)) { in showMissedCallNotification()
416 if (sendNotificationCustomComponent(null, userHandle)) { in cancelMissedCallNotification()