Searched refs:fullCmd (Results 1 – 5 of 5) sorted by relevance
/tools/tradefederation/core/prod-tests/src/com/android/framework/tests/ |
D | PreloadedClassesTest.java | 182 String[] fullCmd = constructPreloadCommand(actionCmd); in scanAndExportClasses() local 183 CommandResult result = RunUtil.getDefault().runTimedCmd(SCAN_TIMEOUT_MS, fullCmd); in scanAndExportClasses() 216 String[] fullCmd = constructPreloadCommand(actionCmd); in writePreloadedClasses() local 217 CommandResult result = RunUtil.getDefault().runTimedCmd(COMPUTE_TIMEOUT_MS, fullCmd); in writePreloadedClasses()
|
/tools/tradefederation/core/src/com/android/tradefed/targetprep/ |
D | PreloadedClassesPreparer.java | 94 String[] fullCmd = in setUp() local 97 CommandResult result = getRunUtil().runTimedCmd(mWriteTimeout, fullCmd); in setUp()
|
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | RunUtil.java | 281 final String fullCmd = Arrays.toString(command); in runCmdInBackground() local 282 CLog.v("Running %s", fullCmd); in runCmdInBackground()
|
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | NativeDevice.java | 698 final String[] fullCmd = buildAdbShellCommand(cmd); in executeShellV2Command() local 700 new AdbShellAction(fullCmd, timeUnit.toMillis(maxTimeoutForCommand)); in executeShellV2Command() 701 performDeviceAction(String.format("adb %s", fullCmd[4]), adbActionV2, retryAttempts); in executeShellV2Command() 1605 final String[] fullCmd = buildAdbCommand(cmdArgs); in executeAdbCommand() local 1606 AdbAction adbAction = new AdbAction(fullCmd); in executeAdbCommand() 1650 final String[] fullCmd = buildFastbootCommand(cmdArgs); in doFastbootCommand() local 1665 result = runUtil.runTimedCmd(timeout, fullCmd); in doFastbootCommand()
|
D | DeviceManager.java | 807 String[] fullCmd = ArrayUtil.buildArray(new String[] {"adb"}, cmdArgs); in executeGlobalAdbCommand() local 808 CommandResult result = getRunUtil().runTimedCmd(FASTBOOT_CMD_TIMEOUT, fullCmd); in executeGlobalAdbCommand()
|