Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/data/
DQos.java48 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 …]
DEpsQos.java35 public EpsQos(QosBandwidth downlink, QosBandwidth uplink, int qosClassId) { in EpsQos()
DNrQos.java35 public NrQos(QosBandwidth downlink, QosBandwidth uplink, int qosFlowId, int fiveQi, in NrQos()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/data/
DDataCallResponseTest.java74 new Qos.QosBandwidth(-1, -1), new Qos.QosBandwidth(-1, -1), -1)) in testParcel()
DQosCallbackTrackerTest.java140 new Qos.QosBandwidth(dlMbr, dlGbr), new Qos.QosBandwidth(ulMbr, ulGbr), 4); in createEpsQos()
DDataNetworkTest.java234 new Qos.QosBandwidth(1000, 1),
235 new Qos.QosBandwidth(1000, 0),
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DNetworkTypeControllerTest.java2027 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()
DRILTest.java2447 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/
DRILUtils.java3626 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/
Dpreloaded-classes7806 android.telephony.data.Qos$QosBandwidth$1
7807 android.telephony.data.Qos$QosBandwidth
Dboot-image-profile.txt30214 Landroid/telephony/data/Qos$QosBandwidth$1;
30215 Landroid/telephony/data/Qos$QosBandwidth;
/frameworks/base/config/
Dpreloaded-classes7837 android.telephony.data.Qos$QosBandwidth$1
7838 android.telephony.data.Qos$QosBandwidth
Dboot-image-profile.txt40375 Landroid/telephony/data/Qos$QosBandwidth$1;
40376 Landroid/telephony/data/Qos$QosBandwidth;