Home
last modified time | relevance | path

Searched defs:otherP (Results 1 – 1 of 1) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/result/
DBugreportCollector.java140 public boolean partialMatch(Predicate otherP) { in partialMatch()
144 public boolean fullMatch(Predicate otherP) { in fullMatch()
173 Predicate otherP = (Predicate) other; in equals() local