Home
last modified time | relevance | path

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

/cts/hostsidetests/tzdata/src/com/android/cts/tzdata/
DTzDataCheckTest.java796 private String executeCommandOnDeviceRaw(String command) throws DeviceNotAvailableException { in executeCommandOnDeviceRaw() method in TzDataCheckTest
801 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()