Searched refs:executeCommandOnDeviceRaw (Results 1 – 1 of 1) sorted by relevance
796 private String executeCommandOnDeviceRaw(String command) throws DeviceNotAvailableException { in executeCommandOnDeviceRaw() method in TzDataCheckTest801 executeCommandOnDeviceRaw("mkdir -p " + dir.devicePath); in createDeviceDirectory()838 String resultCodeString = executeCommandOnDeviceRaw(execCommandUnderShell); in executeCommandOnDeviceWithResultCode()891 executeCommandOnDeviceRaw("rm -r " + deviceDir); in deleteDeviceDirectory()903 executeCommandOnDeviceRaw("rm " + file.devicePath); in deleteDeviceFile()967 String output = executeCommandOnDeviceRaw("stat -c %F " + path.devicePath); in assertDevicePathIsFile()