Home | History | Annotate | Download | only in cts

Lines Matching defs:runShellCommand

21 import static android.autofillservice.cts.common.ShellHelper.runShellCommand;
187 Log.i(TAG, "dumpsys autofill\n\n" + runShellCommand("dumpsys autofill"));
713 runShellCommand(ACCELLEROMETER_CHANGE, 0);
721 runShellCommand(ACCELLEROMETER_CHANGE, 1);
728 return Integer.parseInt(runShellCommand("cmd autofill get max_partitions"));
735 runShellCommand("cmd autofill set max_partitions %d", value);
764 return runShellCommand("cmd autofill get log_level");
771 runShellCommand("cmd autofill set log_level %s", level);
818 final String result = runShellCommand(CMD_LIST_SESSIONS);