Searched defs:CB_AREA_INFO_RECEIVED_ACTION (Results 1 - 2 of 2) sorted by relevance

/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
H A DCellBroadcastAlertService.java57 static final String CB_AREA_INFO_RECEIVED_ACTION = field in class:CellBroadcastAlertService
256 Intent intent = new Intent(CB_AREA_INFO_RECEIVED_ACTION);
/packages/apps/Settings/src/com/android/settings/deviceinfo/
H A DStatus.java110 static final String CB_AREA_INFO_RECEIVED_ACTION = field in class:Status
196 if (CB_AREA_INFO_RECEIVED_ACTION.equals(action)) {
320 registerReceiver(mAreaInfoReceiver, new IntentFilter(CB_AREA_INFO_RECEIVED_ACTION),

Completed in 183 milliseconds