Searched refs:halEpsQos (Results 1 – 2 of 2) sorted by relevance
132 android.hardware.radio.V1_6.EpsQos halEpsQos = new android.hardware.radio.V1_6.EpsQos(); in createEpsQos() local133 halEpsQos.qci = 4; in createEpsQos()134 halEpsQos.downlink.maxBitrateKbps = dlMbr; in createEpsQos()135 halEpsQos.downlink.guaranteedBitrateKbps = dlGbr; in createEpsQos()136 halEpsQos.uplink.maxBitrateKbps = ulMbr; in createEpsQos()137 halEpsQos.uplink.guaranteedBitrateKbps = ulGbr; in createEpsQos()
2405 android.hardware.radio.V1_6.EpsQos halEpsQos = new android.hardware.radio.V1_6.EpsQos(); in testConvertDataCallResult() local2406 halEpsQos.qci = 4; in testConvertDataCallResult()2407 halEpsQos.downlink.maxBitrateKbps = 4; in testConvertDataCallResult()2408 halEpsQos.downlink.guaranteedBitrateKbps = 7; in testConvertDataCallResult()2409 halEpsQos.uplink.maxBitrateKbps = 5; in testConvertDataCallResult()2410 halEpsQos.uplink.guaranteedBitrateKbps = 8; in testConvertDataCallResult()2412 result16.defaultQos.eps(halEpsQos); in testConvertDataCallResult()2442 halQosSession.qos.eps(halEpsQos); in testConvertDataCallResult()