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

  /cts/tests/app/src/android/app/cts/android/app/cts/tools/
ServiceProcessController.java 136 public void tempWhitelist(long duration) throws IOException {
137 String cmd = "cmd deviceidle tempwhitelist -d " + duration + " " + mServicePackage;
142 String cmd = "cmd deviceidle tempwhitelist -r " + mServicePackage;
  /cts/tests/app/src/android/app/cts/
ActivityManagerProcessStateTest.java 165 executeShellCmd("cmd deviceidle tempwhitelist -r " + SIMPLE_PACKAGE_NAME);
488 cmd = String.format("cmd deviceidle tempwhitelist -d %d %s",
508 executeShellCmd("cmd deviceidle tempwhitelist -r " + SIMPLE_PACKAGE_NAME);
    [all...]

Completed in 66 milliseconds