Home
last modified time | relevance | path

Searched defs:command (Results 1 – 20 of 20) sorted by relevance

/platform_testing/libraries/system-helpers/commands-helper/src/android/system/helpers/
DCommandsHelper.java78 public String executeShellCommand(String command) { in executeShellCommand()
95 public List<String> executeShellCommandAndSplitOutput(String command, in executeShellCommandAndSplitOutput()
106 public static String execute(String command) { in execute()
116 public static List<String> executeAndSplitLines(String command) { in executeAndSplitLines()
/platform_testing/libraries/collectors-helper/statsd/src/com/android/helpers/
DDeviceConfigHelper.java30 String command = String.format("device_config put %s %s %s", namespace, setting, value); in setConfigValue() local
/platform_testing/utils/permissions/src/com/android/permissionutils/
DPermissionInstrumentation.java35 String command = arguments.getString(PARAM_COMMAND); in onCreate() local
/platform_testing/libraries/aupt-lib/src/android/support/test/aupt/
DFilesystemUtil.java41 public static void saveProcessOutput(Instrumentation instr, String command, File file) in saveProcessOutput()
52 public static void saveProcessOutput(Instrumentation instr, String command, OutputStream out) in saveProcessOutput()
DProcessStatusTracker.java231 public BufferedReader executeShellCommand (String command) { in executeShellCommand()
DLogGenerator.java41 String command, in saveLog()
DMemHealthRecord.java494 public static String getProcessOutput(Instrumentation instr, String command) in getProcessOutput()
/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
DBackupUtils.java60 protected abstract InputStream executeShellCommand(String command) throws IOException; in executeShellCommand()
62 public void executeShellCommandSync(String command) throws IOException { in executeShellCommandSync()
66 public String getShellCommandOutput(String command) throws IOException { in getShellCommandOutput()
262 public String executeShellCommandAndReturnOutput(String command) throws IOException { in executeShellCommandAndReturnOutput()
DLogcatInspector.java25 protected abstract InputStream executeShellCommand(String command) throws IOException; in executeShellCommand()
/platform_testing/libraries/collectors-helper/power/src/com/android/helpers/
DPwrStatsUtilHelper.java102 protected String executeShellCommand(String command) throws IOException { in executeShellCommand()
/platform_testing/libraries/collectors-helper/jank/src/com/android/helpers/
DJankCollectionHelper.java278 String command = String.format(GFXINFO_COMMAND_RESET, "--"); in clearGfxInfo() local
284 String command = String.format(GFXINFO_COMMAND_RESET, pkg); in clearGfxInfo() local
305 String command = String.format(GFXINFO_COMMAND_GET, pkg); in getGfxInfoMetrics() local
/platform_testing/libraries/collectors-helper/utilities/src/com/android/helpers/
DMetricUtility.java122 public static byte[] executeCommandBlocking(String command, Instrumentation instr) { in executeCommandBlocking()
/platform_testing/libraries/collectors-helper/memory/src/com/android/helpers/
DPinnerHelper.java214 public String executeShellCommand(String command) throws IOException { in executeShellCommand()
/platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
DNotificationHelper.java104 String command = String.format(" %s %s %s %s %s", "settings", "put", "secure", in enableNotificationViaAdb() local
110 public void executeAdbCommand(String command) { in executeAdbCommand()
DNotificationInteractionTests.java311 final String command = MessageFormat.format(APPOPS_SET_SHELL_COMMAND, in setAppOpsMode() local
/platform_testing/libraries/device-collectors/src/main/java/android/device/collectors/
DBaseMetricListener.java317 public byte[] executeCommandBlocking(String command) { in executeCommandBlocking()
/platform_testing/libraries/system-helpers/permission-helper/src/android/system/helpers/
DPermissionHelper.java347 String command = String.format("pm %s %s %s", permissionOp.toString().toLowerCase(), in grantOrRevokePermissionViaAdb() local
/platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/
DLockscreenHelper.java216 String command = String.format(" %s %s %s", "input", "keyevent", "82"); in unlockScreen() local
/platform_testing/libraries/automotive-helpers/standard-app-helper/src/android/platform/helpers/
DAbstractAutoStandardAppHelper.java115 protected String executeShellCommand(String command) { in executeShellCommand()
/platform_testing/tests/jank/UbSystemUiJankTests/src/android/platform/systemui/tests/jank/
DSystemUiJankTests.java910 String command = String.format("%s %s %s", "input", "text", PIN); in testPinAppearance() local