Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/data/
DQosBearerSession.java35 final int qosBearerSessionId; field in QosBearerSession
39 public QosBearerSession(int qosBearerSessionId, @NonNull Qos qos, in QosBearerSession() argument
41 this.qosBearerSessionId = qosBearerSessionId; in QosBearerSession()
48 qosBearerSessionId = source.readInt(); in QosBearerSession()
55 return qosBearerSessionId; in getQosBearerSessionId()
68 dest.writeInt(qosBearerSessionId); in writeToParcel()
85 + " qosBearerSessionId=" + qosBearerSessionId in toString()
92 return Objects.hash(qosBearerSessionId, qos, qosBearerFilterList); in hashCode()
104 return this.qosBearerSessionId == other.qosBearerSessionId in equals()