Home
last modified time | relevance | path

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

12

/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/utils/permissions/src/com/android/permissionutils/
DPermissionInstrumentation.java35 String command = arguments.getString(PARAM_COMMAND); in onCreate() local
/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/libraries/flicker/utils/src/android/tools/traces/monitors/events/
DEventLogMonitor.kt54 val command = in doStop() constant
/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()
/platform_testing/libraries/device-collectors/src/main/platform-collectors/src/android/device/collectors/
DPowerTestRunListener.java55 String command = "cable_breaker -a break:" + maxTimeout + " -w -"; in disconnectDeviceFromHost() local
/platform_testing/libraries/health/rules/src/android/platform/test/rule/
DEnsureDeviceSettingsRule.kt73 val command = setupErrors.map { it.adbCommandToFixIt }.joinToString("; \\\n") in throwSetupErrors() constant
/platform_testing/libraries/sts-common-util/device-side/src/com/android/sts/common/
DDumpsysUtils.java36 public static String getRawDumpsys(String command) { in getRawDumpsys()
/platform_testing/libraries/collectors-helper/power/src/com/android/helpers/
DPwrStatsUtilHelper.java102 protected String executeShellCommand(String command) throws IOException { in executeShellCommand()
/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
DBackupUtils.java67 protected abstract InputStream executeShellCommand(String command) throws IOException; in executeShellCommand()
69 public void executeShellCommandSync(String command) throws IOException { in executeShellCommandSync()
73 public String getShellCommandOutput(String command) throws IOException { in getShellCommandOutput()
272 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/jank/src/com/android/helpers/
DJankCollectionHelper.java275 String command = String.format(GFXINFO_COMMAND_RESET, "--"); in clearGfxInfo() local
281 String command = String.format(GFXINFO_COMMAND_RESET, pkg); in clearGfxInfo() local
302 String command = String.format(GFXINFO_COMMAND_GET, pkg); in getGfxInfoMetrics() local
/platform_testing/libraries/collectors-helper/generic/src/com/android/helpers/
DGenericExecutableCollectorHelper.java157 public String executeShellCommand(String command) throws IOException { in executeShellCommand()
/platform_testing/host_runners/power/src/com/android/power/
DPowerRunner.java153 List<String> command = new ArrayList<String>(); in prepareInstrumentationCommand() local
/platform_testing/libraries/collectors-helper/memory/src/com/android/helpers/
DPinnerHelper.java179 public String executeShellCommand(String command) throws IOException { in executeShellCommand()
DMemLeaksHelper.java210 public String executeShellCommand(String command) throws IOException { in executeShellCommand()
/platform_testing/libraries/sts-common-util/host-side/src/com/android/sts/common/
DUserUtils.java199 String command = in withUser() local
/platform_testing/libraries/collectors-helper/utilities/src/com/android/helpers/
DMetricUtility.java125 public static byte[] executeCommandBlocking(String command, Instrumentation instr) { in executeCommandBlocking()
/platform_testing/libraries/flicker/utils/src/android/tools/traces/monitors/
DPerfettoTraceMonitor.kt61 val command = in doStart() constant
/platform_testing/libraries/systemui-helper/src/android/platform/helpers/
DCommonUtils.java94 public static String executeShellCommand(String command) { in executeShellCommand()
/platform_testing/libraries/device-collectors/src/main/java/android/device/collectors/
DBaseMetricListener.java333 public byte[] executeCommandBlocking(String command) { in executeCommandBlocking()
/platform_testing/libraries/system-helpers/permission-helper/src/android/system/helpers/
DPermissionHelper.java348 String command = String.format("pm %s %s %s", permissionOp.toString().toLowerCase(), in grantOrRevokePermissionViaAdb() local
/platform_testing/libraries/app-helpers/spectatio/spectatio-util/src/android/platform/spectatio/configs/
DWorkflowTask.java227 String command = validateAndGetTaskConfigText(workflowName); in validateAndExecuteCommand() local

12