Searched refs:NOTIFICATION_TAG (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/tv/ |
D | PipNotification.java | 49 private static final String NOTIFICATION_TAG = PipNotification.class.getSimpleName(); field in PipNotification 209 mNotificationManager.notify(NOTIFICATION_TAG, SystemMessage.NOTE_TV_PIP, in notifyPipNotification() 215 mNotificationManager.cancel(NOTIFICATION_TAG, SystemMessage.NOTE_TV_PIP); in dismissPipNotification()
|
/frameworks/base/core/tests/coretests/src/android/service/notification/ |
D | StatusBarNotificationTest.java | 87 assertEquals(TAG, logMaker.getTaggedData(MetricsEvent.NOTIFICATION_TAG)); in testLogMaker()
|
/frameworks/base/services/core/java/com/android/server/biometrics/face/ |
D | FaceService.java | 104 private static final String NOTIFICATION_TAG = "FaceService"; field in FaceService 336 mNotificationManager.notifyAsUser(NOTIFICATION_TAG, NOTIFICATION_ID, notification, in onAcquired() 386 mNotificationManager.cancelAsUser(NOTIFICATION_TAG, NOTIFICATION_ID, in enroll()
|
/frameworks/base/core/java/android/service/notification/ |
D | StatusBarNotification.java | 462 .addTaggedData(MetricsEvent.NOTIFICATION_TAG, getTag()) in getLogMaker()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | InboundSmsHandler.java | 189 private static final String NOTIFICATION_TAG = "InboundSmsHandler"; field in InboundSmsHandler 1128 NOTIFICATION_TAG, NOTIFICATION_ID_NEW_MESSAGE, mBuilder.build()); in showNewMessageNotification() 1134 mNotificationManager.cancel(InboundSmsHandler.NOTIFICATION_TAG, in cancelNewMessageNotification()
|
/frameworks/base/proto/src/metrics_constants/ |
D | metrics_constants.proto | 3643 NOTIFICATION_TAG = 797; enumerator
|
/frameworks/base/api/ |
D | current.txt | 5507 … field public static final String EXTRA_NOTIFICATION_TAG = "android.intent.extra.NOTIFICATION_TAG";
|