Home
last modified time | relevance | path

Searched refs:CellBroadcastConfigService (Results 1 – 6 of 6) sorted by relevance

/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastAlertFullScreen.java294 if (CellBroadcastConfigService.isEmergencyAlertMessage(message) && in onCreate()
369 if (message != null && CellBroadcastConfigService.isEmergencyAlertMessage(message)) { in onResume()
425 if (CellBroadcastConfigService.isEmergencyAlertMessage(nextMessage)) { in dismiss()
DCellBroadcastReceiver.java186 Intent serviceIntent = new Intent(CellBroadcastConfigService.ACTION_ENABLE_CHANNELS, in startConfigService()
187 null, context, CellBroadcastConfigService.class); in startConfigService()
DCellBroadcastConfigService.java48 public class CellBroadcastConfigService extends IntentService { class
56 public CellBroadcastConfigService() { in CellBroadcastConfigService() method in CellBroadcastConfigService
DCellBroadcastAlertDialog.java48 if (CellBroadcastConfigService.isEmergencyAlertMessage(getLatestMessage())) { in onCreate()
DCellBroadcastResources.java292 if (CellBroadcastConfigService.isEmergencyAlertMessage(cbm)) { in getDialogTitleResource()
DCellBroadcastAlertService.java220 if (CellBroadcastConfigService.isEmergencyAlertMessage(cbm)) { in showNewAlert()