Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DPhysicalChannelConfig.java32 public final class PhysicalChannelConfig implements Parcelable { class
204 if (!(o instanceof PhysicalChannelConfig)) { in equals()
208 PhysicalChannelConfig config = (PhysicalChannelConfig) o; in equals()
225 …public static final @android.annotation.NonNull Parcelable.Creator<PhysicalChannelConfig> CREATOR =
226 new Parcelable.Creator<PhysicalChannelConfig>() {
227 public PhysicalChannelConfig createFromParcel(Parcel in) {
228 return new PhysicalChannelConfig(in);
231 public PhysicalChannelConfig[] newArray(int size) {
232 return new PhysicalChannelConfig[size];
257 private PhysicalChannelConfig(Parcel in) { in PhysicalChannelConfig() method in PhysicalChannelConfig
[all …]
DPhysicalChannelConfig.aidl20 parcelable PhysicalChannelConfig;
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DPhysicalChannelConfigTest.java21 import android.telephony.PhysicalChannelConfig;
22 import android.telephony.PhysicalChannelConfig.Builder;
31 private static final int CONNECTION_STATUS = PhysicalChannelConfig.CONNECTION_PRIMARY_SERVING;
40 PhysicalChannelConfig config = new Builder() in testBuilder()
61 PhysicalChannelConfig config = new Builder() in testParcel()
75 PhysicalChannelConfig fromParcel = PhysicalChannelConfig.CREATOR.createFromParcel(parcel); in testParcel()
DServiceStateTrackerTest.java81 import android.telephony.PhysicalChannelConfig;
2028 ArrayList<PhysicalChannelConfig> pc = new ArrayList<>(); in sendPhyChanConfigChange()
2029 int ssType = PhysicalChannelConfig.CONNECTION_PRIMARY_SERVING; in sendPhyChanConfigChange()
2031 pc.add(new PhysicalChannelConfig.Builder() in sendPhyChanConfigChange()
2037 ssType = PhysicalChannelConfig.CONNECTION_SECONDARY_SERVING; in sendPhyChanConfigChange()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRadioIndication.java97 import android.telephony.PhysicalChannelConfig;
303 ArrayList<android.hardware.radio.V1_4.PhysicalChannelConfig> configs) { in currentPhysicalChannelConfigs_1_4()
312 ArrayList<android.hardware.radio.V1_2.PhysicalChannelConfig> configs) { in currentPhysicalChannelConfigs()
1096 private void setFrequencyRangeOrChannelNumber(PhysicalChannelConfig.Builder builder, in setFrequencyRangeOrChannelNumber()
1097 android.hardware.radio.V1_4.PhysicalChannelConfig config) { in setFrequencyRangeOrChannelNumber()
1114 return PhysicalChannelConfig.CONNECTION_PRIMARY_SERVING; in convertConnectionStatusFromCellConnectionStatus()
1116 return PhysicalChannelConfig.CONNECTION_SECONDARY_SERVING; in convertConnectionStatusFromCellConnectionStatus()
1121 return PhysicalChannelConfig.CONNECTION_UNKNOWN; in convertConnectionStatusFromCellConnectionStatus()
1126 List<PhysicalChannelConfig> response = new ArrayList<>(configs.size()); in physicalChannelConfigsIndication()
1128 if (obj instanceof android.hardware.radio.V1_2.PhysicalChannelConfig) { in physicalChannelConfigsIndication()
[all …]
DServiceStateTracker.java74 import android.telephony.PhysicalChannelConfig;
180 private List<PhysicalChannelConfig> mLastPhysicalChannelConfigList = null;
837 public List<PhysicalChannelConfig> getPhysicalChannelConfigList() { in getPhysicalChannelConfigList()
1625 List<PhysicalChannelConfig> list = (List<PhysicalChannelConfig>) ar.result; in handleMessage()
1698 private int[] getBandwidthsFromConfigs(List<PhysicalChannelConfig> list) { in getBandwidthsFromConfigs()
1700 .map(PhysicalChannelConfig::getCellBandwidthDownlink) in getBandwidthsFromConfigs()
2021 List<PhysicalChannelConfig> physicalChannelConfigs, ServiceState ss) { in updateNrFrequencyRangeFromPhysicalChannelConfigs()
2026 for (PhysicalChannelConfig config : physicalChannelConfigs) { in updateNrFrequencyRangeFromPhysicalChannelConfigs()
2050 List<PhysicalChannelConfig> configs, ServiceState ss) { in updateNrStateFromPhysicalChannelConfigs()
2056 for (PhysicalChannelConfig config : configs) { in updateNrStateFromPhysicalChannelConfigs()
[all …]
DPhone.java52 import android.telephony.PhysicalChannelConfig;
2596 List<PhysicalChannelConfig> physicalChannelConfigs = getPhysicalChannelConfigList(); in registerForPhysicalChannelConfig()
2607 public void notifyPhysicalChannelConfiguration(List<PhysicalChannelConfig> configs) { in notifyPhysicalChannelConfiguration()
2611 public List<PhysicalChannelConfig> getPhysicalChannelConfigList() { in getPhysicalChannelConfigList()
/frameworks/base/core/java/com/android/internal/telephony/
DITelephonyRegistry.aidl29 import android.telephony.PhysicalChannelConfig;
/frameworks/base/config/
Dboot-image-profile.txt7469 HSPLandroid/hardware/radio/V1_2/PhysicalChannelConfig;->readVectorFromParcel(Landroid/os/HwParcel;)…
14101 HSPLandroid/telephony/PhysicalChannelConfig$1;-><init>()V
14102 HSPLandroid/telephony/PhysicalChannelConfig$1;->createFromParcel(Landroid/os/Parcel;)Landroid/telep…
14103 HSPLandroid/telephony/PhysicalChannelConfig$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Obj…
14104 HSPLandroid/telephony/PhysicalChannelConfig$Builder;-><init>()V
14105 HSPLandroid/telephony/PhysicalChannelConfig$Builder;->build()Landroid/telephony/PhysicalChannelConf…
14106 HSPLandroid/telephony/PhysicalChannelConfig;-><init>(Landroid/os/Parcel;)V
14107 HSPLandroid/telephony/PhysicalChannelConfig;-><init>(Landroid/telephony/PhysicalChannelConfig$Build…
14108 HSPLandroid/telephony/PhysicalChannelConfig;->getConnectionStatusString()Ljava/lang/String;
14109 HSPLandroid/telephony/PhysicalChannelConfig;->toString()Ljava/lang/String;
[all …]
Dhiddenapi-greylist-max-o.txt68886 Landroid/telephony/PhysicalChannelConfig;-><init>(II)V
68887 Landroid/telephony/PhysicalChannelConfig;-><init>(Landroid/os/Parcel;)V
68888 Landroid/telephony/PhysicalChannelConfig;->CONNECTION_PRIMARY_SERVING:I
68889 Landroid/telephony/PhysicalChannelConfig;->CONNECTION_SECONDARY_SERVING:I
68890 Landroid/telephony/PhysicalChannelConfig;->CONNECTION_UNKNOWN:I
68891 Landroid/telephony/PhysicalChannelConfig;->CREATOR:Landroid/os/Parcelable$Creator;
68892 Landroid/telephony/PhysicalChannelConfig;->getCellBandwidthDownlink()I
68893 Landroid/telephony/PhysicalChannelConfig;->getConnectionStatus()I
68894 Landroid/telephony/PhysicalChannelConfig;->getConnectionStatusString()Ljava/lang/String;
68895 Landroid/telephony/PhysicalChannelConfig;->mCellBandwidthDownlinkKhz:I
[all …]