HomeSort by relevance Sort by last modified time
    Searched defs:NOTIFICATION_TAG (Results 1 - 7 of 7) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
PipNotificationController.java 53 private static final String NOTIFICATION_TAG = PipNotificationController.class.getName();
95 mNotificationManager.cancel(NOTIFICATION_TAG, NOTIFICATION_ID);
126 mNotificationManager.cancel(NOTIFICATION_TAG, NOTIFICATION_ID);
146 mNotificationManager.notify(NOTIFICATION_TAG, NOTIFICATION_ID, builder.build());
  /frameworks/base/packages/SystemUI/src/com/android/systemui/pip/tv/
PipNotification.java 48 private static final String NOTIFICATION_TAG = PipNotification.class.getName();
197 mNotificationManager.notify(NOTIFICATION_TAG, SystemMessage.NOTE_TV_PIP,
203 mNotificationManager.cancel(NOTIFICATION_TAG, SystemMessage.NOTE_TV_PIP);
  /packages/apps/Dialer/java/com/android/dialer/app/calllog/
MissedCallNotifier.java 63 static final String NOTIFICATION_TAG = "MissedCallNotifier";
202 getNotificationMgr().notify(NOTIFICATION_TAG, NOTIFICATION_ID, notification);
311 .setGroup(NOTIFICATION_TAG)
  /packages/services/Telecomm/src/com/android/server/telecom/ui/
IncomingCallNotifier.java 71 public static final String NOTIFICATION_TAG = IncomingCallNotifier.class.getSimpleName();
170 mNotificationManager.notify(NOTIFICATION_TAG, NOTIFICATION_INCOMING_CALL, builder.build());
175 mNotificationManager.cancel(NOTIFICATION_TAG, NOTIFICATION_INCOMING_CALL);
MissedCallNotifierImpl.java 125 private static final String NOTIFICATION_TAG = MissedCallNotifierImpl.class.getSimpleName();
380 NOTIFICATION_TAG, MISSED_CALL_NOTIFICATION_ID, notification, userHandle);
400 mNotificationManager.cancelAsUser(NOTIFICATION_TAG, MISSED_CALL_NOTIFICATION_ID,
  /packages/services/NetworkRecommendation/src/com/android/networkrecommendation/notify/
WifiNotificationController.java 154 private static final String NOTIFICATION_TAG = "WifiNotification";
526 mNotificationManager.notify(NOTIFICATION_TAG, NOTIFICATION_ID, notification);
544 mNotificationManager.cancel(NOTIFICATION_TAG, NOTIFICATION_ID);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
InboundSmsHandler.java 166 private static final String NOTIFICATION_TAG = "InboundSmsHandler";
    [all...]

Completed in 305 milliseconds