Home
last modified time | relevance | path

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

/tools/tradefederation/core/isolation/
Disolation_runner.proto48 repeated string testJarAbsPaths = 2; field
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DIsolatedHostTest.java257 List<String> testJarAbsPaths = getJarPaths(mJars); in run() local
262 .addAllTestJarAbsPaths(testJarAbsPaths) in run()