Home
last modified time | relevance | path

Searched refs:NOTIFICATION_TAG (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/tv/
DPipNotification.java49 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/
DStatusBarNotificationTest.java87 assertEquals(TAG, logMaker.getTaggedData(MetricsEvent.NOTIFICATION_TAG)); in testLogMaker()
/frameworks/base/services/core/java/com/android/server/biometrics/face/
DFaceService.java104 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/
DStatusBarNotification.java462 .addTaggedData(MetricsEvent.NOTIFICATION_TAG, getTag()) in getLogMaker()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DInboundSmsHandler.java189 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/
Dmetrics_constants.proto3643 NOTIFICATION_TAG = 797; enumerator
/frameworks/base/api/
Dcurrent.txt5507 … field public static final String EXTRA_NOTIFICATION_TAG = "android.intent.extra.NOTIFICATION_TAG";