Home
last modified time | relevance | path

Searched refs:ACTION_START_ALERT_AUDIO (Results 1 – 3 of 3) sorted by relevance

/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastAlertService.java516 audioIntent.setAction(CellBroadcastAlertAudio.ACTION_START_ALERT_AUDIO); in openEmergencyAlertNotification()
699 audioIntent.setAction(CellBroadcastAlertAudio.ACTION_START_ALERT_AUDIO); in addToNotificationBar()
DCellBroadcastAlertAudio.java67 public static final String ACTION_START_ALERT_AUDIO = "ACTION_START_ALERT_AUDIO"; field in CellBroadcastAlertAudio
/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/
DCellBroadcastAlertServiceTest.java176 assertEquals(CellBroadcastAlertAudio.ACTION_START_ALERT_AUDIO, in testShowNewAlert()