Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tv/
DVpnStatusObserver.kt78 NOTIFICATION_TAG, in <lambda>()
85 cancel(NOTIFICATION_TAG, SystemMessageProto.SystemMessage.NOTE_VPN_STATUS) in <lambda>()
87 notify(NOTIFICATION_TAG, SystemMessageProto.SystemMessage.NOTE_VPN_DISCONNECTED, in <lambda>()
135 val NOTIFICATION_TAG: String = VpnStatusObserver::class.java.simpleName in <lambda>() constant
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/
DTvPipNotificationController.java52 private static final String NOTIFICATION_TAG = "TvPip"; field in TvPipNotificationController
124 mNotificationManager.cancel(NOTIFICATION_TAG, SystemMessage.NOTE_TV_PIP); in dismiss()
159 mNotificationManager.notify(NOTIFICATION_TAG, SystemMessage.NOTE_TV_PIP, in update()
/frameworks/base/core/tests/coretests/src/android/service/notification/
DStatusBarNotificationTest.java87 assertEquals(TAG, logMaker.getTaggedData(MetricsEvent.NOTIFICATION_TAG)); in testLogMaker()
/frameworks/base/core/java/android/service/notification/
DStatusBarNotification.java460 .addTaggedData(MetricsEvent.NOTIFICATION_TAG, getTag()) in getLogMaker()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DInboundSmsHandler.java216 public static final String NOTIFICATION_TAG = "InboundSmsHandler"; field in InboundSmsHandler
1187 NOTIFICATION_TAG, NOTIFICATION_ID_NEW_MESSAGE, mBuilder.build()); in showNewMessageNotification()
1193 mNotificationManager.cancel(InboundSmsHandler.NOTIFICATION_TAG, in cancelNewMessageNotification()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DGsmInboundSmsHandlerTest.java366 eq(InboundSmsHandler.NOTIFICATION_TAG), in testNewSmsWithUserLocked_notificationShown()
396 eq(InboundSmsHandler.NOTIFICATION_TAG), in testNewSmsFromBlockedNumberWithUserLocked_noNotificationShown()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTracker.java158 private static final String NOTIFICATION_TAG = DcTracker.class.getSimpleName(); field in DcTracker
5699 getNotificationManager().notify(NOTIFICATION_TAG, mPhone.getPhoneId(), notification); in showProvisioningNotification()
5707 getNotificationManager().cancel(NOTIFICATION_TAG, mPhone.getPhoneId()); in hideProvisioningNotification()
/frameworks/base/proto/src/metrics_constants/
Dmetrics_constants.proto3643 NOTIFICATION_TAG = 797; enumerator
/frameworks/base/core/api/
Dcurrent.txt5699 … field public static final String EXTRA_NOTIFICATION_TAG = "android.intent.extra.NOTIFICATION_TAG";