Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/result/
DBugreportCollector.java140 public boolean partialMatch(Predicate otherP) { in partialMatch() method in BugreportCollector.Predicate
145 if (partialMatch(otherP)) { in fullMatch()
294 if (p.partialMatch(predicate)) { in getPredicate()
305 if (pred.partialMatch(p(relation, freq, noun))) { in search()
/tools/tradefederation/core/tests/src/com/android/tradefed/result/
DBugreportCollectorTest.java104 assertTrue(longP.partialMatch(shortP)); in testPredicatePartialMatch()
105 assertTrue(shortP.partialMatch(longP)); in testPredicatePartialMatch()