Home
last modified time | relevance | path

Searched defs:logCommand (Results 1 – 3 of 3) sorted by relevance

/cts/hostsidetests/appsecurity/test-apps/StorageApp/src/com/android/cts/storageapp/
DUtils.java187 public static void logCommand(String... cmd) throws Exception { in logCommand() method in Utils
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/utils/
DShellCommandUtils.java194 private static void logCommand(String command, boolean allowEmptyOutput, byte[] stdInBytes) { in logCommand() method in ShellCommandUtils
/cts/hostsidetests/appsecurity/test-apps/ExternalStorageApp/src/com/android/cts/externalstorageapp/
DCommonExternalStorageTest.java475 public static void logCommand(String... cmd) throws Exception { in logCommand() method in CommonExternalStorageTest