Searched refs:QosBandwidth (Results 1 – 13 of 13) sorted by relevance
/frameworks/base/telephony/java/android/telephony/data/ |
D | Qos.java | 48 final QosBandwidth downlink; 49 final QosBandwidth uplink; 51 Qos(int type, QosBandwidth downlink, QosBandwidth uplink) { in Qos() 57 public QosBandwidth getDownlinkBandwidth() { in getDownlinkBandwidth() 61 public QosBandwidth getUplinkBandwidth() { in getUplinkBandwidth() 65 public static class QosBandwidth implements Parcelable { class in Qos 69 public QosBandwidth(int maxBitrateKbps, int guaranteedBitrateKbps) { in QosBandwidth() method in Qos.QosBandwidth 74 private QosBandwidth(Parcel source) { in QosBandwidth() method in Qos.QosBandwidth 107 if (o == null || !(o instanceof QosBandwidth)) { in equals() 111 QosBandwidth other = (QosBandwidth) o; in equals() [all …]
|
D | EpsQos.java | 35 public EpsQos(QosBandwidth downlink, QosBandwidth uplink, int qosClassId) { in EpsQos()
|
D | NrQos.java | 35 public NrQos(QosBandwidth downlink, QosBandwidth uplink, int qosFlowId, int fiveQi, in NrQos()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/data/ |
D | DataCallResponseTest.java | 74 new Qos.QosBandwidth(-1, -1), new Qos.QosBandwidth(-1, -1), -1)) in testParcel()
|
D | QosCallbackTrackerTest.java | 140 new Qos.QosBandwidth(dlMbr, dlGbr), new Qos.QosBandwidth(ulMbr, ulGbr), 4); in createEpsQos()
|
D | DataNetworkTest.java | 234 new Qos.QosBandwidth(1000, 1), 235 new Qos.QosBandwidth(1000, 0),
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | NetworkTypeControllerTest.java | 2027 new Qos.QosBandwidth(1000, 1), in testNrTimerResetWhenVoiceQos() 2028 new Qos.QosBandwidth(1000, 0), in testNrTimerResetWhenVoiceQos() 2038 new Qos.QosBandwidth(1000, 1), in testNrTimerResetWhenVoiceQos() 2039 new Qos.QosBandwidth(1000, 0), in testNrTimerResetWhenVoiceQos()
|
D | RILTest.java | 2447 EpsQos epsQos = new EpsQos(new Qos.QosBandwidth(4, 7), new Qos.QosBandwidth(5, 8), 4); in testConvertDataCallResult()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | RILUtils.java | 3626 private static Qos.QosBandwidth convertHalQosBandwidth( in convertHalQosBandwidth() 3627 android.hardware.radio.V1_6.QosBandwidth bandwidth) { in convertHalQosBandwidth() 3628 return new Qos.QosBandwidth(bandwidth.maxBitrateKbps, bandwidth.guaranteedBitrateKbps); in convertHalQosBandwidth() 3631 private static Qos.QosBandwidth convertHalQosBandwidth( in convertHalQosBandwidth() 3632 android.hardware.radio.data.QosBandwidth bandwidth) { in convertHalQosBandwidth() 3633 return new Qos.QosBandwidth(bandwidth.maxBitrateKbps, bandwidth.guaranteedBitrateKbps); in convertHalQosBandwidth()
|
/frameworks/base/boot/ |
D | preloaded-classes | 7806 android.telephony.data.Qos$QosBandwidth$1 7807 android.telephony.data.Qos$QosBandwidth
|
D | boot-image-profile.txt | 30214 Landroid/telephony/data/Qos$QosBandwidth$1; 30215 Landroid/telephony/data/Qos$QosBandwidth;
|
/frameworks/base/config/ |
D | preloaded-classes | 7837 android.telephony.data.Qos$QosBandwidth$1 7838 android.telephony.data.Qos$QosBandwidth
|
D | boot-image-profile.txt | 40375 Landroid/telephony/data/Qos$QosBandwidth$1; 40376 Landroid/telephony/data/Qos$QosBandwidth;
|