Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DNotificationMgr.java92 private final ComponentName mNotificationComponent; field in NotificationMgr
126 mNotificationComponent = notificationComponent != null in NotificationMgr()
370 if (mNotificationComponent != null) { in sendNotificationCustomComponent()
373 intent.setComponent(mNotificationComponent); in sendNotificationCustomComponent()
/packages/services/Telecomm/src/com/android/server/telecom/ui/
DMissedCallNotifierImpl.java134 private final ComponentName mNotificationComponent; field in MissedCallNotifierImpl
154 mNotificationComponent = notificationComponent != null in MissedCallNotifierImpl()
203 if (mNotificationComponent != null) { in sendNotificationCustomComponent()
207 intent.setComponent(mNotificationComponent); in sendNotificationCustomComponent()