Searched refs:matchesProtocol (Results 1 – 2 of 2) sorted by relevance
101 boolean matchesProtocol(int protocol); in matchesProtocol() method142 public boolean matchesProtocol(int protocol) { in QosCallbackTracker()143 return filter.matchesProtocol(protocol); in QosCallbackTracker()353 result = filter.matchesProtocol(protocol); in matchesByProtocol()
92 public boolean matchesProtocol(int protocol) { in matchesProtocol() method in QosCallbackTrackerTest.Filter