Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/result/
DBugreportCollectorTest.java127 {Relation.AT_START_OF, Freq.EACH, Noun.FAILED_TESTCASE}, in testInvalidPredicate()
128 {Relation.AT_START_OF, Freq.EACH, Noun.FAILED_TESTRUN}, in testInvalidPredicate()
129 {Relation.AT_START_OF, Freq.EACH, Noun.FAILED_INVOCATION}, in testInvalidPredicate()
130 {Relation.AT_START_OF, Freq.FIRST, Noun.FAILED_TESTCASE}, in testInvalidPredicate()
131 {Relation.AT_START_OF, Freq.FIRST, Noun.FAILED_TESTRUN}, in testInvalidPredicate()
132 {Relation.AT_START_OF, Freq.FIRST, Noun.FAILED_INVOCATION}, in testInvalidPredicate()
134 {Relation.AT_START_OF, Freq.FIRST, Noun.INVOCATION}, in testInvalidPredicate()
135 {Relation.AT_START_OF, Freq.FIRST, Noun.FAILED_INVOCATION}, in testInvalidPredicate()
/tools/tradefederation/core/src/com/android/tradefed/result/
DBugreportCollector.java50 p(Relation.AT_START_OF, Freq.EACH, Noun.INVOCATION);
68 AT_START_OF; enumConstant
111 if (rp == Relation.AT_START_OF) { in assertValidPredicate()
358 case AT_START_OF: in check()
486 check(Relation.AT_START_OF, Noun.TESTRUN); in testRunStarted()
504 check(Relation.AT_START_OF, Noun.TESTCASE, test); in testStarted()
515 check(Relation.AT_START_OF, Noun.INVOCATION); in invocationStarted()