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

  /cts/hostsidetests/security/src/android/security/cts/
Poc17_09.java 31 AdbUtils.runCommandGetExitCode("sqlite3 ':memory:' \"CREATE VIRTUAL TABLE a using fts3(b);"
37 AdbUtils.runCommandGetExitCode("sqlite3 ':memory:' \"CREATE VIRTUAL TABLE a using fts3(b);"
43 AdbUtils.runCommandGetExitCode("sqlite3 ':memory:' \"CREATE VIRTUAL TABLE a using fts3(b);"
49 AdbUtils.runCommandGetExitCode("sqlite3 ':memory:' \"CREATE VIRTUAL TABLE a using fts3(b);"
Poc17_11.java 29 AdbUtils.runCommandLine("logcat -c", getDevice());
30 AdbUtils.pushResource("/cve_2017_0859.mp4", "/sdcard/cve_2017_0859.mp4", getDevice());
31 AdbUtils.runCommandLine("am start -a android.intent.action.VIEW " +
36 String logcat = AdbUtils.runCommandLine("logcat -d", getDevice());
Poc16_04.java 28 AdbUtils.runCommandLine("logcat -c" , getDevice());
29 AdbUtils.runPoc("CVE-2016-2419", getDevice(), 60);
30 String logcat = AdbUtils.runCommandLine("logcat -d", getDevice());
39 AdbUtils.runPoc("CVE-2016-0844", getDevice(), 60);
Poc16_05.java 28 AdbUtils.runCommandLine("logcat -c" , getDevice());
29 AdbUtils.runPoc("CVE-2016-2460", getDevice(), 60);
31 String logcat = AdbUtils.runCommandLine("logcat -d", getDevice());
Poc16_12.java 31 AdbUtils.runPoc("CVE-2016-8424", getDevice(), 60);
41 AdbUtils.runPoc("CVE-2016-8425", getDevice(), 60);
51 AdbUtils.runPoc("CVE-2016-8426", getDevice(), 60);
62 AdbUtils.runPoc("CVE-2016-8427", getDevice(), 60);
72 AdbUtils.runPoc("CVE-2016-8428", getDevice(), 60);
82 AdbUtils.runPoc("CVE-2016-8429", getDevice(), 60);
92 AdbUtils.runPoc("CVE-2016-8430", getDevice(), 60);
102 AdbUtils.runPoc("CVE-2016-8431", getDevice(), 60);
112 AdbUtils.runPoc("CVE-2016-8432", getDevice(), 60);
123 AdbUtils.runPocNoOutput("CVE-2016-8434", getDevice(), 60)
    [all...]
Poc17_02.java 27 AdbUtils.runCommandLine("logcat -c", getDevice());
28 AdbUtils.runPoc("CVE-2017-0426", getDevice(), 60);
29 String logcatOut = AdbUtils.runCommandLine("logcat -d", getDevice());
Poc18_02.java 29 AdbUtils.runCommandLine("logcat -c" , getDevice());
30 AdbUtils.runPocNoOutput("CVE-2017-13232", getDevice(), 60);
31 String logcatOutput = AdbUtils.runCommandLine("logcat -d", getDevice());
Poc16_10.java 30 AdbUtils.runPoc("CVE-2016-6730", getDevice(), 60);
40 AdbUtils.runPoc("CVE-2016-6731", getDevice(), 60);
50 AdbUtils.runPoc("CVE-2016-6732", getDevice(), 60);
60 AdbUtils.runPoc("CVE-2016-6733", getDevice(), 60);
70 AdbUtils.runPoc("CVE-2016-6734", getDevice(), 60);
80 AdbUtils.runPoc("CVE-2016-6735", getDevice(), 60);
90 AdbUtils.runPoc("CVE-2016-6736", getDevice(), 60);
99 AdbUtils.installApk("/cve_2016_3916.apk", getDevice());
100 AdbUtils.runCommandLine("logcat -c" , getDevice());
102 AdbUtils.runCommandLine("am start -n com.trendmicro.wish_wu.camera2/"
    [all...]
Poc17_03.java 29 AdbUtils.runPocNoOutput("CVE-2016-8479", getDevice(), 180);
43 AdbUtils.runPocNoOutput("CVE-2017-0508", getDevice(), 30);
56 AdbUtils.runPocNoOutput("CVE-2017-0333", getDevice(), 30);
68 String out = AdbUtils.runPoc("CVE-2017-0334", getDevice());
Poc17_04.java 32 AdbUtils.runCommandGetExitCode("/data/local/tmp/CVE-2017-0553", getDevice())==139);
41 AdbUtils.runPocCheckExitCode("CVE-2014-3145", getDevice(), 60));
Poc16_08.java 29 AdbUtils.runPoc("CVE-2016-2504", getDevice(), 60);
Poc16_09.java 27 AdbUtils.runPoc("CVE-2016-2471", getDevice(), 60);
Poc17_01.java 30 AdbUtils.runPoc("CVE-2016-8482", getDevice(), 60);
Poc17_07.java 30 AdbUtils.runPocCheckExitCode("CVE-2016-2109",
Poc17_12.java 30 AdbUtils.runPocNoOutput("CVE-2017-6262", getDevice(), 600);
Poc18_03.java 28 String output = AdbUtils.runPoc("CVE-2017-13253", getDevice());
AdbUtils.java 37 public class AdbUtils {
175 try (InputStream in = AdbUtils.class.getResourceAsStream(fullResourceName);
194 AdbUtils.runCommandLine( "(" + cmd + ") > /dev/null 2>&1; echo $?",
  /system/extras/pagecache/
pagecache.py 173 class AdbUtils():
183 AdbUtils.add_adb_serial(adb_command, device_serial)
198 adb_command = AdbUtils.construct_adb_shell_command(shell_args, device_serial)
223 dump, ret_code = AdbUtils.run_adb_shell(args, serial)
264 stat_dump = AdbUtils.do_preprocess_adb_cmd('find /system /data /vendor ' +
391 trace_cmd = AdbUtils.construct_adb_shell_command(['atrace', '--stream', 'pagecache'],

Completed in 203 milliseconds