Home
last modified time | relevance | path

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

/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DIsolatedHostTest.java506 File androidAllJar = FileUtil.findFile(testDir, mAndroidAllName); in compileClassPath() local
507 if (androidAllJar == null) { in compileClassPath()
512 paths.add(androidAllJar.getAbsolutePath()); in compileClassPath()