Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DQosCallbackTracker.java229 if (sessionFilter.getLocalPortRange() == null) return false; in matchesByLocalAddress()
232 sessionFilter.getLocalPortRange().getStart(), in matchesByLocalAddress()
233 sessionFilter.getLocalPortRange().getEnd()); in matchesByLocalAddress()
251 if (sessionFilter.getLocalPortRange() == null in matchesByRemoteAndLocalAddress()
260 sessionFilter.getLocalPortRange().getEnd()); in matchesByRemoteAndLocalAddress()
280 && sessionFilter.getLocalPortRange() != null in getMatchingQosBearerFilter()
281 && sessionFilter.getLocalPortRange().isValid() in getMatchingQosBearerFilter()
294 && sessionFilter.getLocalPortRange() != null in getMatchingQosBearerFilter()
295 && sessionFilter.getLocalPortRange().isValid()) { in getMatchingQosBearerFilter()
399 && sessionFilter.getLocalPortRange() != null in doesLocalConnectionInfoExist()
[all …]
/aosp12/frameworks/base/telephony/java/android/telephony/data/
H A DQosBearerFilter.java131 public @Nullable PortRange getLocalPortRange() { in getLocalPortRange() method in QosBearerFilter