Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DNotificationMgr.java123 final String notificationComponent = mContext.getString( in NotificationMgr() local
126 mNotificationComponent = notificationComponent != null in NotificationMgr()
127 ? ComponentName.unflattenFromString(notificationComponent) : null; in NotificationMgr()
/packages/services/Telecomm/src/com/android/server/telecom/ui/
DMissedCallNotifierImpl.java151 final String notificationComponent = context.getString(R.string.notification_component); in MissedCallNotifierImpl() local
154 mNotificationComponent = notificationComponent != null in MissedCallNotifierImpl()
155 ? ComponentName.unflattenFromString(notificationComponent) : null; in MissedCallNotifierImpl()