Searched refs:getLocalPortRange (Results 1 – 2 of 2) sorted by relevance
292 if (sessionFilter.getLocalPortRange() == null) { in matchesByLocalAddress()295 } else if (sessionFilter.getLocalPortRange().isValid()) { in matchesByLocalAddress()296 portStart = sessionFilter.getLocalPortRange().getStart(); in matchesByLocalAddress()297 portEnd = sessionFilter.getLocalPortRange().getEnd(); in matchesByLocalAddress()378 || sessionFilter.getLocalPortRange() != null) { in getMatchingQosBearerFilter()499 && sessionFilter.getLocalPortRange() != null in doesLocalConnectionInfoExist()500 && sessionFilter.getLocalPortRange().isValid()) { in doesLocalConnectionInfoExist()
117 public @Nullable PortRange getLocalPortRange() { in getLocalPortRange() method in QosBearerFilter