Searched refs:matchesProtocol (Results 1 – 5 of 5) sorted by relevance
111 assertTrue(socketFilter.matchesProtocol(IPPROTO_UDP)); in testProtocolMatch()112 assertTrue(socketFilter6.matchesProtocol(IPPROTO_UDP)); in testProtocolMatch()113 assertFalse(socketFilter.matchesProtocol(IPPROTO_TCP)); in testProtocolMatch()114 assertFalse(socketFilter6.matchesProtocol(IPPROTO_TCP)); in testProtocolMatch()
107 public boolean matchesProtocol(int protocol) { in matchesProtocol() method in QosFilter
206 public boolean matchesProtocol(final int protocol) { in matchesProtocol() method in QosSocketFilter
436 method public boolean matchesProtocol(int);
1311 assertTrue(it.filter.matchesProtocol(proto)) in validateQosCallbackRegisterAndUnregister()