Home
last modified time | relevance | path

Searched refs:INVOCATION (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/result/
DBugreportCollectorTest.java92 Predicate baz = new Predicate(Relation.AFTER, Freq.EACH, Noun.INVOCATION); in testPredicateEquals()
101 Predicate shortP = new Predicate(Relation.AFTER, Freq.EACH, Noun.INVOCATION); in testPredicatePartialMatch()
102 Predicate longP = new Predicate(Relation.AFTER, Freq.EACH, Noun.INVOCATION, in testPredicatePartialMatch()
109 Predicate shortP = new Predicate(Relation.AFTER, Freq.EACH, Noun.INVOCATION); in testPredicateFullMatch()
110 Predicate longP = new Predicate(Relation.AFTER, Freq.EACH, Noun.INVOCATION, in testPredicateFullMatch()
112 Predicate longP2 = new Predicate(Relation.AFTER, Freq.EACH, Noun.INVOCATION, in testPredicateFullMatch()
134 {Relation.AT_START_OF, Freq.FIRST, Noun.INVOCATION}, in testInvalidPredicate()
136 {Relation.AFTER, Freq.FIRST, Noun.INVOCATION}, in testInvalidPredicate()
/tools/tradefederation/core/src/com/android/tradefed/result/
DBugreportCollector.java50 p(Relation.AT_START_OF, Freq.EACH, Noun.INVOCATION);
62 INVOCATION, enumConstant
121 if (n == Noun.INVOCATION || n == Noun.FAILED_INVOCATION) { in assertValidPredicate()
515 check(Relation.AT_START_OF, Noun.INVOCATION); in invocationStarted()
534 check(Relation.AFTER, Noun.INVOCATION); in invocationEnded()
/tools/tradefederation/core/src/com/android/tradefed/result/proto/
DProtoResultParser.java109 INVOCATION, enumConstant
153 return TestLevel.INVOCATION; in processNewProto()