Home
last modified time | relevance | path

Searched refs:CB_AREA_INFO_RECEIVED_ACTION (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Settings/src/com/android/settings/deviceinfo/simstatus/
DSimStatusDialogController.java95 private final static String CB_AREA_INFO_RECEIVED_ACTION = field in SimStatusDialogController
127 if (TextUtils.equals(action, CB_AREA_INFO_RECEIVED_ACTION)) {
197 new IntentFilter(CB_AREA_INFO_RECEIVED_ACTION), in onResume()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/deviceinfo/simstatus/
DSimStatusDialogController.java95 private final static String CB_AREA_INFO_RECEIVED_ACTION = field in SimStatusDialogController
115 if (TextUtils.equals(action, CB_AREA_INFO_RECEIVED_ACTION)) {
185 new IntentFilter(CB_AREA_INFO_RECEIVED_ACTION), in onResume()
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastAreaInfoReceiver.java42 CellBroadcastAlertService.CB_AREA_INFO_RECEIVED_ACTION); in onReceive()
DCellBroadcastAlertService.java88 static final String CB_AREA_INFO_RECEIVED_ACTION = field in CellBroadcastAlertService
475 Intent intent = new Intent(CB_AREA_INFO_RECEIVED_ACTION); in isChannelEnabled()