Searched refs:cellOn (Results 1 – 1 of 1) sorted by relevance
895 final int cellOn = mDeviceState.getCellOnStatus(this); in isRadioPowerDownOnBluetooth() local896 return (allowed && cellOn == PhoneConstants.CELL_ON_FLAG && !isRadioOn()); in isRadioPowerDownOnBluetooth()