Home
last modified time | relevance | path

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

/aosp_15_r20/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
H A DBrailleDisplayControllerTest.java213 executeSystemShellCommand("mkdir " + FAKE_HIDRAW_DIR); in setup()
215 !executeSystemShellCommand("ls -l " + FAKE_HIDRAW_DIR).isEmpty()); in setup()
250 executeSystemShellCommand("rm -rf " + FAKE_HIDRAW_DIR); in cleanup()
334 private static String executeSystemShellCommand(String command) throws Exception { in executeSystemShellCommand() method in BrailleDisplayControllerTest
352 executeSystemShellCommand("touch " + path); in createFakeHidrawNode()
354 !executeSystemShellCommand("ls " + path).isEmpty()); in createFakeHidrawNode()
426 fileContents.set(executeSystemShellCommand("cat " + filePath)); in expectFileContents()
831 executeSystemShellCommand("echo -n " + input1 + " >> " + hidraw1 in onInput()