Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/
DQosCallbackTracker.java101 boolean matchesProtocol(int protocol); in matchesProtocol() method
142 public boolean matchesProtocol(int protocol) { in QosCallbackTracker()
143 return filter.matchesProtocol(protocol); in QosCallbackTracker()
353 result = filter.matchesProtocol(protocol); in matchesByProtocol()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/data/
DQosCallbackTrackerTest.java92 public boolean matchesProtocol(int protocol) { in matchesProtocol() method in QosCallbackTrackerTest.Filter