Home
last modified time | relevance | path

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

/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/testtype/
DGameQualificationHostsideController.java180 public void setInvocationContext(IInvocationContext iInvocationContext) { in setInvocationContext() method in GameQualificationHostsideController
/tools/asuite/atest/bazel/runner/tests/src/com/android/tradefed/testtype/bazel/
DBazelTestTest.java105 mTestInfo = TestInformation.newBuilder().setInvocationContext(context).build(); in setUp()