Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRIL.java1701 android.hardware.radio.V1_1.RadioAccessSpecifier rasInHalFormat = in convertRadioAccessSpecifierToRadioHAL() local
1703 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() local
1754 if (rasInHalFormat == null) { in startNetworkScan()
1758 request.specifiers.add(rasInHalFormat); in startNetworkScan()
[all …]