Home
last modified time | relevance | path

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

/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/invoker/
DExecutionFiles.java37 ADB_BINARY, enumConstant
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/adb/
DAdbStopServerPreparer.java97 testInfo.executionFiles().put(FilesKey.ADB_BINARY, adb); in setUp()
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/
DRunHostScriptTargetPreparer.java151 File adbBinary = testInfo.executionFiles().get(FilesKey.ADB_BINARY); in setPathVariable()
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
DRunHostScriptTargetPreparerTest.java161 when(mTestInfo.executionFiles().get(eq(FilesKey.ADB_BINARY))).thenReturn(adbBinary); in testSetUp_pathVariable()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/python/
DPythonBinaryHostTest.java271 File updatedAdb = testInfo.executionFiles().get(FilesKey.ADB_BINARY); in runSinglePythonFile()
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/python/
DPythonBinaryHostTestTest.java319 mTestInfo.executionFiles().put(FilesKey.ADB_BINARY, new File("/test/adb")); in testRun_withAdbPath()