Home
last modified time | relevance | path

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

/aosp_15_r20/art/tools/dexfuzz/src/dexfuzz/executors/
H A DExecutor.java159 device.pushProgramToDevice(programName, testLocation); in prepareProgramForExecution()
H A DDevice.java280 public void pushProgramToDevice(String programName, String testLocation) { in pushProgramToDevice() method in Device