Searched refs:rasInHalFormat (Results 1 – 1 of 1) sorted by relevance
1701 android.hardware.radio.V1_1.RadioAccessSpecifier rasInHalFormat = in convertRadioAccessSpecifierToRadioHAL() local1703 rasInHalFormat.radioAccessNetwork = ras.getRadioAccessNetwork(); in convertRadioAccessSpecifierToRadioHAL()1707 bands = rasInHalFormat.geranBands; in convertRadioAccessSpecifierToRadioHAL()1710 bands = rasInHalFormat.utranBands; in convertRadioAccessSpecifierToRadioHAL()1713 bands = rasInHalFormat.eutranBands; in convertRadioAccessSpecifierToRadioHAL()1728 rasInHalFormat.channels.add(channel); in convertRadioAccessSpecifierToRadioHAL()1732 return rasInHalFormat; in convertRadioAccessSpecifierToRadioHAL()1752 android.hardware.radio.V1_1.RadioAccessSpecifier rasInHalFormat = in startNetworkScan() local1754 if (rasInHalFormat == null) { in startNetworkScan()1758 request.specifiers.add(rasInHalFormat); in startNetworkScan()[all …]