HomeSort by relevance Sort by last modified time
    Searched refs:CellBroadcastConfigService (Results 1 - 6 of 6) sorted by null

  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastAlertDialog.java 48 if (CellBroadcastConfigService.isEmergencyAlertMessage(getLatestMessage())) {
CellBroadcastAlertFullScreen.java 294 if (CellBroadcastConfigService.isEmergencyAlertMessage(message) &&
369 if (message != null && CellBroadcastConfigService.isEmergencyAlertMessage(message)) {
425 if (CellBroadcastConfigService.isEmergencyAlertMessage(nextMessage)) {
CellBroadcastReceiver.java 182 * Tell {@link CellBroadcastConfigService} to enable the CB channels.
186 Intent serviceIntent = new Intent(CellBroadcastConfigService.ACTION_ENABLE_CHANNELS,
187 null, context, CellBroadcastConfigService.class);
CellBroadcastConfigService.java 48 public class CellBroadcastConfigService extends IntentService {
49 private static final String TAG = "CellBroadcastConfigService";
56 public CellBroadcastConfigService() {
CellBroadcastResources.java 292 if (CellBroadcastConfigService.isEmergencyAlertMessage(cbm)) {
CellBroadcastAlertService.java 220 if (CellBroadcastConfigService.isEmergencyAlertMessage(cbm)) {

Completed in 183 milliseconds