Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/result/
DBugreportCollectorTest.java169 Predicate pred = new Predicate(Relation.AFTER, Freq.EACH, Noun.FAILED_TESTCASE); in testTestFailed() local
190 Predicate pred = new Predicate(Relation.AFTER, Freq.EACH, Noun.TESTCASE); in testTestEnded() local
211 Predicate pred = new Predicate(Relation.AFTER, Freq.EACH, Noun.TESTCASE); in testWaitForDevice() local
234 Predicate pred = new Predicate(Relation.AFTER, Freq.FIRST, Noun.TESTCASE); in testTestEnded_firstCase() local
255 Predicate pred = new Predicate(Relation.AFTER, Freq.FIRST, Noun.TESTRUN); in testTestEnded_firstRun() local
274 Predicate pred = new Predicate(Relation.AFTER, Freq.EACH, Noun.TESTRUN); in testTestRunEnded() local
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DInstrumentationTest.java909 BugreportCollector.Predicate pred = new BugreportCollector.Predicate( in addBugreportListenerIfEnabled() local