Searched defs:pred (Results 1 – 1 of 1) sorted by relevance
/tools/tradefederation/core/javatests/com/android/tradefed/result/ |
D | BugreportCollectorTest.java | 190 Predicate pred = new Predicate(Relation.AFTER, Freq.EACH, Noun.FAILED_TESTCASE); in testTestFailed() local 222 Predicate pred = new Predicate(Relation.AFTER, Freq.EACH, Noun.TESTCASE); in testTestEnded() local 252 Predicate pred = new Predicate(Relation.AFTER, Freq.EACH, Noun.TESTCASE); in testWaitForDevice() local 283 Predicate pred = new Predicate(Relation.AFTER, Freq.FIRST, Noun.TESTCASE); in testTestEnded_firstCase() local 313 Predicate pred = new Predicate(Relation.AFTER, Freq.FIRST, Noun.TESTRUN); in testTestEnded_firstRun() local 339 Predicate pred = new Predicate(Relation.AFTER, Freq.EACH, Noun.TESTRUN); in testTestRunEnded() local
|