Searched refs:notificationComponent (Results 1 – 2 of 2) sorted by relevance
123 final String notificationComponent = mContext.getString( in NotificationMgr() local126 mNotificationComponent = notificationComponent != null in NotificationMgr()127 ? ComponentName.unflattenFromString(notificationComponent) : null; in NotificationMgr()
151 final String notificationComponent = context.getString(R.string.notification_component); in MissedCallNotifierImpl() local154 mNotificationComponent = notificationComponent != null in MissedCallNotifierImpl()155 ? ComponentName.unflattenFromString(notificationComponent) : null; in MissedCallNotifierImpl()