Home
last modified time | relevance | path

Searched refs:PhysicalChannelConfig (Results 1 – 25 of 48) sorted by relevance

12

/aosp12/frameworks/base/telephony/java/android/telephony/
H A DPhysicalChannelConfig.java31 public final class PhysicalChannelConfig implements Parcelable { class
408 if (!(o instanceof PhysicalChannelConfig)) { in equals()
412 PhysicalChannelConfig config = (PhysicalChannelConfig) o; in equals()
437 new Parcelable.Creator<PhysicalChannelConfig>() {
439 return new PhysicalChannelConfig(in);
443 return new PhysicalChannelConfig[size];
478 private PhysicalChannelConfig(Parcel in) { in PhysicalChannelConfig() method in PhysicalChannelConfig
496 private PhysicalChannelConfig(Builder builder) { in PhysicalChannelConfig() method in PhysicalChannelConfig
547 public Builder(PhysicalChannelConfig config) { in Builder()
560 public PhysicalChannelConfig build() { in build()
[all …]
H A DAccessNetworkUtils.java570 if (nrArfcn == PhysicalChannelConfig.CHANNEL_NUMBER_UNKNOWN) { in getFrequencyFromNrArfcn()
571 return PhysicalChannelConfig.FREQUENCY_UNKNOWN; in getFrequencyFromNrArfcn()
639 if (uarfcn == PhysicalChannelConfig.CHANNEL_NUMBER_UNKNOWN) { in getFrequencyFromUarfcn()
640 return PhysicalChannelConfig.FREQUENCY_UNKNOWN; in getFrequencyFromUarfcn()
713 if (arfcn == PhysicalChannelConfig.CHANNEL_NUMBER_UNKNOWN) { in getFrequencyFromArfcn()
714 return PhysicalChannelConfig.FREQUENCY_UNKNOWN; in getFrequencyFromArfcn()
H A DPhysicalChannelConfig.aidl20 parcelable PhysicalChannelConfig;
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DPhysicalChannelConfigTest.java24 import android.telephony.PhysicalChannelConfig;
25 import android.telephony.PhysicalChannelConfig.Builder;
38 private static final int CONNECTION_STATUS = PhysicalChannelConfig.CONNECTION_PRIMARY_SERVING;
42 private static final int CHANNEL_NUMBER_UNKNOWN = PhysicalChannelConfig.CHANNEL_NUMBER_UNKNOWN;
48 private PhysicalChannelConfig mPhysicalChannelConfig;
188 PhysicalChannelConfig fromParcel = PhysicalChannelConfig.CREATOR.createFromParcel(parcel); in testParcel()
H A DNetworkTypeControllerTest.java42 import android.telephony.PhysicalChannelConfig;
442 PhysicalChannelConfig physicalChannelConfig = new PhysicalChannelConfig.Builder() in testTransitionToCurrentStateNrConnectedMmwaveWithAdditionalBandAndNoMmwave()
446 List<PhysicalChannelConfig> lastPhysicalChannelConfigList = new ArrayList<>(); in testTransitionToCurrentStateNrConnectedMmwaveWithAdditionalBandAndNoMmwave()
465 PhysicalChannelConfig physicalChannelConfig = new PhysicalChannelConfig.Builder() in testTransitionToCurrentStateNrConnectedWithNoAdditionalBandAndNoMmwave()
469 List<PhysicalChannelConfig> lastPhysicalChannelConfigList = new ArrayList<>(); in testTransitionToCurrentStateNrConnectedWithNoAdditionalBandAndNoMmwave()
1308 List<PhysicalChannelConfig> lastPhysicalChannelConfigList = new ArrayList<>(); in setPhysicalLinkState()
1315 PhysicalChannelConfig physicalChannelConfig = new PhysicalChannelConfig.Builder() in setPhysicalLinkState()
H A DTelephonyRegistryTest.java18 import static android.telephony.PhysicalChannelConfig.PHYSICAL_CELL_ID_UNKNOWN;
51 import android.telephony.PhysicalChannelConfig;
96 private List<PhysicalChannelConfig> mPhysicalChannelConfigs;
217 public void onPhysicalChannelConfigChanged(@NonNull List<PhysicalChannelConfig> configs) { in onPhysicalChannelConfigChanged()
757 PhysicalChannelConfig config = new PhysicalChannelConfig.Builder() in testPhysicalChannelConfigChanged()
762 List<PhysicalChannelConfig> configs = new ArrayList<>(1); in testPhysicalChannelConfigChanged()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRadioIndication.java92 import android.hardware.radio.V1_6.PhysicalChannelConfig.Band;
104 import android.telephony.PhysicalChannelConfig;
1217 android.hardware.radio.V1_4.PhysicalChannelConfig config) { in setFrequencyRangeOrChannelNumber()
1234 return PhysicalChannelConfig.CONNECTION_PRIMARY_SERVING; in convertConnectionStatusFromCellConnectionStatus()
1236 return PhysicalChannelConfig.CONNECTION_SECONDARY_SERVING; in convertConnectionStatusFromCellConnectionStatus()
1241 return PhysicalChannelConfig.CONNECTION_UNKNOWN; in convertConnectionStatusFromCellConnectionStatus()
1251 public void setBandToBuilder(PhysicalChannelConfig.Builder builder, in setBandToBuilder()
1252 android.hardware.radio.V1_6.PhysicalChannelConfig config) { in setBandToBuilder()
1282 response.add(new PhysicalChannelConfig.Builder() in physicalChannelConfigsIndication()
1290 PhysicalChannelConfig.Builder builder = new PhysicalChannelConfig.Builder(); in physicalChannelConfigsIndication()
[all …]
H A DPhoneNotifier.java29 import android.telephony.PhysicalChannelConfig;
124 void notifyPhysicalChannelConfig(Phone sender, List<PhysicalChannelConfig> configs); in notifyPhysicalChannelConfig()
H A DDefaultPhoneNotifier.java29 import android.telephony.PhysicalChannelConfig;
243 List<PhysicalChannelConfig> configs) { in notifyPhysicalChannelConfig()
H A DServiceStateTracker.java76 import android.telephony.PhysicalChannelConfig;
193 private List<PhysicalChannelConfig> mLastPhysicalChannelConfigList = null;
895 public List<PhysicalChannelConfig> getPhysicalChannelConfigList() { in getPhysicalChannelConfigList()
1717 List<PhysicalChannelConfig> list = (List<PhysicalChannelConfig>) ar.result; in handleMessage()
1868 .map(PhysicalChannelConfig::getCellBandwidthDownlinkKhz) in getBandwidthsFromConfigs()
2195 for (PhysicalChannelConfig config : physicalChannelConfigs) { in updateNrFrequencyRangeFromPhysicalChannelConfigs()
2219 List<PhysicalChannelConfig> configs, ServiceState ss) { in updateNrStateFromPhysicalChannelConfigs()
2225 for (PhysicalChannelConfig config : configs) { in updateNrStateFromPhysicalChannelConfigs()
2662 != PhysicalChannelConfig.CELL_BANDWIDTH_UNKNOWN) { in setPhyCellInfoFromCellIdentity()
2674 List<PhysicalChannelConfig> pccs, CellIdentity cellIdentity) { in getPrimaryPhysicalChannelConfigForCell()
[all …]
H A DNetworkTypeController.java32 import android.telephony.PhysicalChannelConfig;
1254 List<PhysicalChannelConfig> physicalChannelConfigList = in isAdditionalNrAdvancedBand()
1260 for (PhysicalChannelConfig item : physicalChannelConfigList) { in isAdditionalNrAdvancedBand()
1279 List<PhysicalChannelConfig> physicalChannelConfigList = in getPhysicalLinkStateFromPhysicalChannelConfig()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/coex/
H A DCoexUtils.java28 import android.telephony.PhysicalChannelConfig;
564 if (downlinkFreqKhz < 0 && downlinkFreqKhz != PhysicalChannelConfig.FREQUENCY_UNKNOWN) { in CoexCellChannel()
567 + PhysicalChannelConfig.FREQUENCY_UNKNOWN); in CoexCellChannel()
570 && downlinkBandwidthKhz != PhysicalChannelConfig.CELL_BANDWIDTH_UNKNOWN) { in CoexCellChannel()
573 + PhysicalChannelConfig.CELL_BANDWIDTH_UNKNOWN); in CoexCellChannel()
575 if (uplinkFreqKhz < 0 && uplinkFreqKhz != PhysicalChannelConfig.FREQUENCY_UNKNOWN) { in CoexCellChannel()
578 + PhysicalChannelConfig.FREQUENCY_UNKNOWN); in CoexCellChannel()
581 && uplinkBandwidthKhz != PhysicalChannelConfig.CELL_BANDWIDTH_UNKNOWN) { in CoexCellChannel()
584 + PhysicalChannelConfig.CELL_BANDWIDTH_UNKNOWN); in CoexCellChannel()
599 @android.annotation.NonNull PhysicalChannelConfig config, int subId) { in CoexCellChannel()
H A DCoexManager.java57 import android.telephony.PhysicalChannelConfig;
185 @NonNull List<PhysicalChannelConfig> configs) { in onPhysicalChannelConfigChanged()
191 for (PhysicalChannelConfig config : configs) { in onPhysicalChannelConfigChanged()
/aosp12/frameworks/base/core/java/com/android/internal/telephony/
H A DIPhoneStateListener.aidl27 import android.telephony.PhysicalChannelConfig;
74 void onPhysicalChannelConfigChanged(in List<PhysicalChannelConfig> configs); in onPhysicalChannelConfigChanged()
H A DITelephonyRegistry.aidl30 import android.telephony.PhysicalChannelConfig;
96 in List<PhysicalChannelConfig> configs); in notifyPhysicalChannelConfigForSubscriber()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiShellCommand.java62 import android.telephony.PhysicalChannelConfig;
1295 + PhysicalChannelConfig.FREQUENCY_UNKNOWN); in buildCoexCellChannels()
1299 && downlinkBandwidthKhz != PhysicalChannelConfig.CELL_BANDWIDTH_UNKNOWN) { in buildCoexCellChannels()
1302 + PhysicalChannelConfig.CELL_BANDWIDTH_UNKNOWN); in buildCoexCellChannels()
1308 + PhysicalChannelConfig.FREQUENCY_UNKNOWN); in buildCoexCellChannels()
1312 && uplinkBandwidthKhz != PhysicalChannelConfig.CELL_BANDWIDTH_UNKNOWN) { in buildCoexCellChannels()
1315 + PhysicalChannelConfig.CELL_BANDWIDTH_UNKNOWN); in buildCoexCellChannels()
1575 + PhysicalChannelConfig.FREQUENCY_UNKNOWN + "> " in onHelpNonPrivileged()
1577 + PhysicalChannelConfig.CELL_BANDWIDTH_UNKNOWN + "> " in onHelpNonPrivileged()
1579 + PhysicalChannelConfig.FREQUENCY_UNKNOWN + "> " in onHelpNonPrivileged()
[all …]
/aosp12/hardware/interfaces/radio/1.6/vts/functional/
H A Dradio_indication.cpp36 ::android::hardware::radio::V1_6::PhysicalChannelConfig>& /*configs*/) { in currentPhysicalChannelConfigs_1_6()
84 ::android::hardware::radio::V1_4::PhysicalChannelConfig>& /*configs*/) { in currentPhysicalChannelConfigs_1_4()
143 ::android::hardware::radio::V1_2::PhysicalChannelConfig>& /*configs*/) { in currentPhysicalChannelConfigs()
/aosp12/hardware/interfaces/radio/1.4/vts/functional/
H A Dradio_indication.cpp25 ::android::hardware::radio::V1_4::PhysicalChannelConfig>& /*configs*/) { in currentPhysicalChannelConfigs_1_4()
78 ::android::hardware::radio::V1_2::PhysicalChannelConfig>& /*configs*/) { in currentPhysicalChannelConfigs()
/aosp12/hardware/interfaces/radio/1.5/vts/functional/
H A Dradio_indication.cpp65 ::android::hardware::radio::V1_4::PhysicalChannelConfig>& /*configs*/) { in currentPhysicalChannelConfigs_1_4()
118 ::android::hardware::radio::V1_2::PhysicalChannelConfig>& /*configs*/) { in currentPhysicalChannelConfigs()
/aosp12/hardware/interfaces/radio/1.6/
H A DIRadioIndication.hal27 import @1.6::PhysicalChannelConfig;
116 vec<PhysicalChannelConfig> configs);
/aosp12/hardware/interfaces/radio/config/1.3/
H A DIRadioConfigResponse.hal40 * - Providing android.hardware.radio@1.6::PhysicalChannelConfig through
/aosp12/hardware/interfaces/radio/1.2/
H A DIRadioIndication.hal66 vec<PhysicalChannelConfig> configs);
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/coex/
H A DCoexManagerTest.java58 import android.telephony.PhysicalChannelConfig;
145 private PhysicalChannelConfig createMockPhysicalChannelConfig( in createMockPhysicalChannelConfig()
148 PhysicalChannelConfig config = mock(PhysicalChannelConfig.class); in createMockPhysicalChannelConfig()
/aosp12/hardware/interfaces/radio/1.2/vts/functional/
H A Dradio_indication.cpp43 ::android::hardware::radio::V1_2::PhysicalChannelConfig>& /*configs*/) { in currentPhysicalChannelConfigs()
/aosp12/hardware/interfaces/radio/1.3/vts/functional/
H A Dradio_indication.cpp44 ::android::hardware::radio::V1_2::PhysicalChannelConfig>& /*configs*/) { in currentPhysicalChannelConfigs()

12