Loading src/java/com/android/internal/telephony/RadioIndication.java +9 −0 Original line number Diff line number Diff line Loading @@ -340,6 +340,15 @@ public class RadioIndication extends IRadioIndication.Stub { physicalChannelConfigsIndication(configs); } /** * Indicates current physical channel configuration. */ public void currentPhysicalChannelConfigs_1_6(int indicationType, ArrayList<android.hardware.radio.V1_6.PhysicalChannelConfig> configs) { mRil.processIndication(indicationType); physicalChannelConfigsIndication(configs); } /** * Indicates current physical channel configuration. */ Loading Loading
src/java/com/android/internal/telephony/RadioIndication.java +9 −0 Original line number Diff line number Diff line Loading @@ -340,6 +340,15 @@ public class RadioIndication extends IRadioIndication.Stub { physicalChannelConfigsIndication(configs); } /** * Indicates current physical channel configuration. */ public void currentPhysicalChannelConfigs_1_6(int indicationType, ArrayList<android.hardware.radio.V1_6.PhysicalChannelConfig> configs) { mRil.processIndication(indicationType); physicalChannelConfigsIndication(configs); } /** * Indicates current physical channel configuration. */ Loading