Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/devicestate/
DDeviceStateNotificationControllerTest.java137 eq(DeviceStateNotificationController.NOTIFICATION_TAG), in test_activeNotification()
157 DeviceStateNotificationController.NOTIFICATION_TAG, in test_activeNotification()
167 eq(DeviceStateNotificationController.NOTIFICATION_TAG), in test_powerSaveNotification()
182 eq(DeviceStateNotificationController.NOTIFICATION_TAG), in test_powerSaveNotification()
193 DeviceStateNotificationController.NOTIFICATION_TAG, in test_powerSaveNotification()
203 eq(DeviceStateNotificationController.NOTIFICATION_TAG), in test_thermalNotification()
218 eq(DeviceStateNotificationController.NOTIFICATION_TAG), in test_thermalNotification()
229 DeviceStateNotificationController.NOTIFICATION_TAG, in test_thermalNotification()
239 eq(DeviceStateNotificationController.NOTIFICATION_TAG), in test_deviceStateWithoutNotification()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/
DTvPipNotificationController.java56 private static final String NOTIFICATION_TAG = "TvPip"; field in TvPipNotificationController
154 mNotificationManager.cancel(NOTIFICATION_TAG, SystemMessage.NOTE_TV_PIP); in dismiss()
191 mNotificationManager.notify(NOTIFICATION_TAG, SystemMessage.NOTE_TV_PIP, in updateNotificationContent()
/frameworks/base/services/core/java/com/android/server/devicestate/
DDeviceStateNotificationController.java55 @VisibleForTesting static final String NOTIFICATION_TAG = "DeviceStateManager"; field in DeviceStateNotificationController
179 mHandler.post(() -> mNotificationManager.cancel(NOTIFICATION_TAG, NOTIFICATION_ID)); in cancelNotification()
225 mNotificationManager.notify(NOTIFICATION_TAG, NOTIFICATION_ID, builder.build()); in showNotification()
/frameworks/base/core/tests/coretests/src/android/service/notification/
DStatusBarNotificationTest.java95 assertEquals(TAG, logMaker.getTaggedData(MetricsEvent.NOTIFICATION_TAG)); in testLogMaker()
/frameworks/base/core/java/android/service/notification/
DStatusBarNotification.java499 .addTaggedData(MetricsEvent.NOTIFICATION_TAG, getTag()) in getLogMaker()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DInboundSmsHandler.java214 public static final String NOTIFICATION_TAG = "InboundSmsHandler"; field in InboundSmsHandler
1209 NOTIFICATION_TAG, NOTIFICATION_ID_NEW_MESSAGE, mBuilder.build()); in showNewMessageNotification()
1215 mNotificationManager.cancel(InboundSmsHandler.NOTIFICATION_TAG, in cancelNewMessageNotification()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DGsmInboundSmsHandlerTest.java370 eq(InboundSmsHandler.NOTIFICATION_TAG), in testNewSmsWithUserLocked_notificationShown()
399 eq(InboundSmsHandler.NOTIFICATION_TAG), in testNewSmsFromBlockedNumberWithUserLocked_noNotificationShown()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/satellite/
DSatelliteController.java439 private static final String NOTIFICATION_TAG = "SatelliteController"; field in SatelliteController
4825 notificationManager.notifyAsUser(NOTIFICATION_TAG, NOTIFICATION_ID, in showSatelliteSystemNotification()
/frameworks/base/proto/src/metrics_constants/
Dmetrics_constants.proto3652 NOTIFICATION_TAG = 797; enumerator
/frameworks/base/core/api/
Dcurrent.txt6459 … field public static final String EXTRA_NOTIFICATION_TAG = "android.intent.extra.NOTIFICATION_TAG";