| /platform_testing/libraries/system-helpers/commands-helper/src/android/system/helpers/ |
| D | CommandsHelper.java | 78 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/ |
| D | DeviceConfigHelper.java | 30 String command = String.format("device_config put %s %s %s", namespace, setting, value); in setConfigValue() local
|
| /platform_testing/utils/permissions/src/com/android/permissionutils/ |
| D | PermissionInstrumentation.java | 35 String command = arguments.getString(PARAM_COMMAND); in onCreate() local
|
| /platform_testing/libraries/flicker/src/android/tools/device/traces/monitors/events/ |
| D | EventLogMonitor.kt | 54 val command = in doStop() constant
|
| /platform_testing/libraries/aupt-lib/src/android/support/test/aupt/ |
| D | FilesystemUtil.java | 41 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()
|
| D | ProcessStatusTracker.java | 231 public BufferedReader executeShellCommand (String command) { in executeShellCommand()
|
| D | LogGenerator.java | 41 String command, in saveLog()
|
| /platform_testing/libraries/health/rules/src/android/platform/test/rule/ |
| D | EnsureDeviceSettingsRule.kt | 73 val command = setupErrors.map { it.adbCommandToFixIt }.joinToString("; \\\n") in throwSetupErrors() constant
|
| D | InputDeviceRule.kt | 159 val command = """{"command": "inject","id": $deviceId,"events": $evdevEvents}""" in <lambda>() constant
|
| /platform_testing/libraries/collectors-helper/power/src/com/android/helpers/ |
| D | PwrStatsUtilHelper.java | 102 protected String executeShellCommand(String command) throws IOException { in executeShellCommand()
|
| /platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/ |
| D | BackupUtils.java | 63 protected abstract InputStream executeShellCommand(String command) throws IOException; in executeShellCommand() 65 public void executeShellCommandSync(String command) throws IOException { in executeShellCommandSync() 69 public String getShellCommandOutput(String command) throws IOException { in getShellCommandOutput() 268 public String executeShellCommandAndReturnOutput(String command) throws IOException { in executeShellCommandAndReturnOutput()
|
| D | LogcatInspector.java | 25 protected abstract InputStream executeShellCommand(String command) throws IOException; in executeShellCommand()
|
| /platform_testing/libraries/collectors-helper/jank/src/com/android/helpers/ |
| D | JankCollectionHelper.java | 275 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/ |
| D | GenericExecutableCollectorHelper.java | 157 public String executeShellCommand(String command) throws IOException { in executeShellCommand()
|
| /platform_testing/libraries/collectors-helper/utilities/src/com/android/helpers/ |
| D | MetricUtility.java | 122 public static byte[] executeCommandBlocking(String command, Instrumentation instr) { in executeCommandBlocking()
|
| /platform_testing/libraries/collectors-helper/memory/src/com/android/helpers/ |
| D | PinnerHelper.java | 214 public String executeShellCommand(String command) throws IOException { in executeShellCommand()
|
| D | MemLeaksHelper.java | 210 public String executeShellCommand(String command) throws IOException { in executeShellCommand()
|
| /platform_testing/libraries/sts-common-util/host-side/src/com/android/sts/common/ |
| D | UserUtils.java | 192 String command = in withUser() local
|
| /platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/ |
| D | NotificationHelper.java | 104 String command = String.format(" %s %s %s %s %s", "settings", "put", "secure", in enableNotificationViaAdb() local 110 public void executeAdbCommand(String command) { in executeAdbCommand()
|
| D | NotificationInteractionTests.java | 311 final String command = MessageFormat.format(APPOPS_SET_SHELL_COMMAND, in setAppOpsMode() local
|
| /platform_testing/libraries/systemui-helper/src/android/platform/helpers/ |
| D | CommonUtils.java | 93 public static String executeShellCommand(String command) { in executeShellCommand()
|
| /platform_testing/libraries/app-helpers/spectatio/spectatio-util/src/android/platform/spectatio/configs/ |
| D | WorkflowTask.java | 198 String command = validateAndGetTaskConfigText(workflowName); in validateAndExecuteCommand() local
|
| /platform_testing/libraries/device-collectors/src/main/java/android/device/collectors/ |
| D | BaseMetricListener.java | 333 public byte[] executeCommandBlocking(String command) { in executeCommandBlocking()
|
| /platform_testing/libraries/system-helpers/permission-helper/src/android/system/helpers/ |
| D | PermissionHelper.java | 347 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/ |
| D | LockscreenHelper.java | 221 String command = String.format(" %s %s %s", "input", "keyevent", "82"); in unlockScreen() local
|