HomeSort by relevance Sort by last modified time
    Searched refs:runCommandLine (Results 1 - 11 of 11) sorted by null

  /cts/hostsidetests/security/src/android/security/cts/
Poc17_11.java 29 AdbUtils.runCommandLine("logcat -c", getDevice());
31 AdbUtils.runCommandLine("am start -a android.intent.action.VIEW " +
36 String logcat = AdbUtils.runCommandLine("logcat -d", getDevice());
Poc16_05.java 28 AdbUtils.runCommandLine("logcat -c" , getDevice());
31 String logcat = AdbUtils.runCommandLine("logcat -d", getDevice());
Poc17_02.java 27 AdbUtils.runCommandLine("logcat -c", getDevice());
29 String logcatOut = AdbUtils.runCommandLine("logcat -d", getDevice());
Poc18_02.java 29 AdbUtils.runCommandLine("logcat -c" , getDevice());
31 String logcatOutput = AdbUtils.runCommandLine("logcat -d", getDevice());
Poc16_04.java 28 AdbUtils.runCommandLine("logcat -c" , getDevice());
30 String logcat = AdbUtils.runCommandLine("logcat -d", getDevice());
Poc16_10.java 100 AdbUtils.runCommandLine("logcat -c" , getDevice());
102 AdbUtils.runCommandLine("am start -n com.trendmicro.wish_wu.camera2/" +
105 String logcat = AdbUtils.runCommandLine("logcat -d", getDevice());
Poc16_12.java 145 AdbUtils.runCommandLine(command, getDevice());
AdbUtils.java 45 public static String runCommandLine(String command, ITestDevice device) throws Exception {
194 AdbUtils.runCommandLine( "(" + cmd + ") > /dev/null 2>&1; echo $?",
  /external/jsoncpp/src/test_lib_json/
jsontest.h 149 int runCommandLine(int argc, const char* argv[]) const;
jsontest.cpp 325 int Runner::runCommandLine(int argc, const char* argv[]) const {
main.cpp     [all...]

Completed in 88 milliseconds