/frameworks/base/services/tests/servicestests/src/com/android/server/devicestate/ |
D | DeviceStateNotificationControllerTest.java | 137 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/ |
D | TvPipNotificationController.java | 56 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/ |
D | DeviceStateNotificationController.java | 55 @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/ |
D | StatusBarNotificationTest.java | 95 assertEquals(TAG, logMaker.getTaggedData(MetricsEvent.NOTIFICATION_TAG)); in testLogMaker()
|
/frameworks/base/core/java/android/service/notification/ |
D | StatusBarNotification.java | 499 .addTaggedData(MetricsEvent.NOTIFICATION_TAG, getTag()) in getLogMaker()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | InboundSmsHandler.java | 214 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/ |
D | GsmInboundSmsHandlerTest.java | 370 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/ |
D | SatelliteController.java | 439 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/ |
D | metrics_constants.proto | 3652 NOTIFICATION_TAG = 797; enumerator
|
/frameworks/base/core/api/ |
D | current.txt | 6459 … field public static final String EXTRA_NOTIFICATION_TAG = "android.intent.extra.NOTIFICATION_TAG";
|