Home
last modified time | relevance | path

Searched refs:QosProtocol (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/telephony/java/android/telephony/data/
DQosBearerFilter.java49 public @interface QosProtocol {} annotation in QosBearerFilter
60 private @QosProtocol int protocol;
93 @Nullable PortRange remotePort, @QosProtocol int protocol, int tos, long flowLabel, in QosBearerFilter()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DRILTest.java2431 halQosFilter.protocol = android.hardware.radio.V1_6.QosProtocol.UDP; in testConvertDataCallResult()