Home
last modified time | relevance | path

Searched defs:runShellCommandOrThrow (Results 1 – 2 of 2) sorted by relevance

/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DMultiUserUtils.java68 private static String runShellCommandOrThrow(@NonNull UiAutomation uiAutomation, in runShellCommandOrThrow() method in MultiUserUtils
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DSystemUtil.java136 public static String runShellCommandOrThrow(String cmd) { in runShellCommandOrThrow() method in SystemUtil