Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/result/
DBugreportCollectorTest.java114 assertFalse(longP.fullMatch(shortP)); in testPredicateFullMatch()
115 assertFalse(shortP.fullMatch(longP)); in testPredicateFullMatch()
117 assertTrue(longP.fullMatch(longP2)); in testPredicateFullMatch()
118 assertTrue(longP2.fullMatch(longP)); in testPredicateFullMatch()
/tools/tradefederation/core/src/com/android/tradefed/result/
DBugreportCollector.java144 public boolean fullMatch(Predicate otherP) { in fullMatch() method in BugreportCollector.Predicate
174 return fullMatch(otherP); in equals()