Searched refs:CB_AREA_INFO_RECEIVED_ACTION (Results 1 – 4 of 4) sorted by relevance
95 private final static String CB_AREA_INFO_RECEIVED_ACTION = field in SimStatusDialogController127 if (TextUtils.equals(action, CB_AREA_INFO_RECEIVED_ACTION)) {197 new IntentFilter(CB_AREA_INFO_RECEIVED_ACTION), in onResume()
95 private final static String CB_AREA_INFO_RECEIVED_ACTION = field in SimStatusDialogController115 if (TextUtils.equals(action, CB_AREA_INFO_RECEIVED_ACTION)) {185 new IntentFilter(CB_AREA_INFO_RECEIVED_ACTION), in onResume()
42 CellBroadcastAlertService.CB_AREA_INFO_RECEIVED_ACTION); in onReceive()
88 static final String CB_AREA_INFO_RECEIVED_ACTION = field in CellBroadcastAlertService475 Intent intent = new Intent(CB_AREA_INFO_RECEIVED_ACTION); in isChannelEnabled()