Searched refs:CellBroadcastConfigService (Results 1 – 6 of 6) sorted by relevance
294 if (CellBroadcastConfigService.isEmergencyAlertMessage(message) && in onCreate()369 if (message != null && CellBroadcastConfigService.isEmergencyAlertMessage(message)) { in onResume()425 if (CellBroadcastConfigService.isEmergencyAlertMessage(nextMessage)) { in dismiss()
186 Intent serviceIntent = new Intent(CellBroadcastConfigService.ACTION_ENABLE_CHANNELS, in startConfigService()187 null, context, CellBroadcastConfigService.class); in startConfigService()
48 public class CellBroadcastConfigService extends IntentService { class56 public CellBroadcastConfigService() { in CellBroadcastConfigService() method in CellBroadcastConfigService
48 if (CellBroadcastConfigService.isEmergencyAlertMessage(getLatestMessage())) { in onCreate()
292 if (CellBroadcastConfigService.isEmergencyAlertMessage(cbm)) { in getDialogTitleResource()
220 if (CellBroadcastConfigService.isEmergencyAlertMessage(cbm)) { in showNewAlert()