Home
last modified time | relevance | path

Searched refs:CellBroadcastAlertService (Results 1 – 11 of 11) sorted by relevance

/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/
DCellBroadcastAlertServiceTest.java20 import static com.android.cellbroadcastreceiver.CellBroadcastAlertService.SHOW_NEW_ALERT_ACTION;
44 CellBroadcastServiceTestCase<CellBroadcastAlertService> {
47 super(CellBroadcastAlertService.class); in CellBroadcastAlertServiceTest()
99 Intent intent = new Intent(mContext, CellBroadcastAlertService.class); in sendMessage()
127 Intent intent = new Intent(mContext, CellBroadcastAlertService.class); in testShowNewAlert()
137 assertEquals(CellBroadcastAlertService.AlertType.CMAS_DEFAULT, in testShowNewAlert()
167 Intent intent = new Intent(mContext, CellBroadcastAlertService.class); in testDuplicateMessage()
187 Intent intent = new Intent(mContext, CellBroadcastAlertService.class); in testNonDuplicateMessage()
197 assertEquals(CellBroadcastAlertService.class.getName(), in testNonDuplicateMessage()
DCellBroadcastChannelManagerTest.java25 import com.android.cellbroadcastreceiver.CellBroadcastAlertService.AlertType;
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastAlertDialog.java273 if (message != null && CellBroadcastAlertService. in onCreate()
289 if (message != null && CellBroadcastAlertService. in onResume()
313 CellBroadcastAlertService.addToNotificationBar(getLatestMessage(), mMessageList, in onStop()
410 notificationManager.cancel(CellBroadcastAlertService.NOTIFICATION_ID); in clearNotification()
458 if (CellBroadcastAlertService.isEmergencyMessage( in dismiss()
492 notificationManager.cancel(CellBroadcastAlertService.NOTIFICATION_ID); in dismiss()
DCellBroadcastAlertService.java65 public class CellBroadcastAlertService extends Service { class
302 alertIntent.setClass(this, CellBroadcastAlertService.class); in handleCellBroadcastIntent()
704 public CellBroadcastAlertService getService() { in getService()
705 return CellBroadcastAlertService.this; in getService()
DCellBroadcastAreaInfoReceiver.java42 CellBroadcastAlertService.CB_AREA_INFO_RECEIVED_ACTION); in onReceive()
43 areaInfoIntent.setPackage(CellBroadcastAlertService.SETTINGS_APP); in onReceive()
DCellBroadcastReceiver.java96 intent.setClass(context, CellBroadcastAlertService.class); in onReceiveWithPrivilege()
116 CellBroadcastAlertService.createNotificationChannels(context); in onReceiveWithPrivilege()
DCellBroadcastChannelManager.java22 import com.android.cellbroadcastreceiver.CellBroadcastAlertService.AlertType;
DCellBroadcastConfigService.java31 import com.android.cellbroadcastreceiver.CellBroadcastAlertService.AlertType;
DCellBroadcastListActivity.java64 .cancel(CellBroadcastAlertService.NOTIFICATION_ID); in onCreate()
DCellBroadcastResources.java296 if (CellBroadcastAlertService.isEmergencyMessage(context, cbm)) { in getDialogTitleResource()
DCellBroadcastAlertAudio.java44 import com.android.cellbroadcastreceiver.CellBroadcastAlertService.AlertType;