HomeSort by relevance Sort by last modified time
    Searched refs:mNotificationComponent (Results 1 - 2 of 2) sorted by null

  /packages/services/Telecomm/src/com/android/server/telecom/ui/
MissedCallNotifierImpl.java 134 private final ComponentName mNotificationComponent;
154 mNotificationComponent = notificationComponent != null
203 if (mNotificationComponent != null) {
207 intent.setComponent(mNotificationComponent);
  /packages/services/Telephony/src/com/android/phone/
NotificationMgr.java 92 private final ComponentName mNotificationComponent;
126 mNotificationComponent = notificationComponent != null
370 if (mNotificationComponent != null) {
373 intent.setComponent(mNotificationComponent);

Completed in 1610 milliseconds