Lines Matching refs:output

132      * @throws ShellCommandUnresponsiveException if the device did not output anything for
133 * a period longer than the max time to output.
187 * @throws ShellCommandUnresponsiveException if the device did not output anything for
188 * a period longer than the max time to output.
229 * @return the string output of the failed install attempt
246 * @throws ShellCommandUnresponsiveException if the device did not output anything for
247 * a period longer than the max time to output.
271 * @throws ShellCommandUnresponsiveException if the device did not output anything for
272 * a period longer than the max time to output.
289 * @throws ShellCommandUnresponsiveException if the device did not output anything for
290 * a period longer than the max time to output.
307 * @throws ShellCommandUnresponsiveException if the device did not output anything for
308 * a period longer than the max time to output.
324 * @throws ShellCommandUnresponsiveException if the device did not output anything for
325 * a period longer than the max time to output.
340 * @throws ShellCommandUnresponsiveException if the device did not output anything for
341 * a period longer than the max time to output.
356 * @throws ShellCommandUnresponsiveException if the device did not output anything for
357 * a period longer than the max time to output.
371 * @throws ShellCommandUnresponsiveException if the device did not output anything for
372 * a period longer than the max time to output.
444 * @throws ShellCommandUnresponsiveException if the device did not output anything for
445 * a period longer than the max time to output.
464 * Helper method which executes a adb shell command and returns output as a {@link String}
465 * @return the output of the command
468 * @throws ShellCommandUnresponsiveException if the device did not output anything for
469 * a period longer than the max time to output.
477 String output = receiver.getOutput();
478 Log.i(LOG_TAG, String.format("Result: %s", output));
479 return output;
487 * @throws ShellCommandUnresponsiveException if the device did not output anything for
488 * a period longer than the max time to output.
496 BufferedReader output = new BufferedReader(new InputStreamReader(process.getInputStream()));
499 while (null != (nextLine = output.readLine())) {
513 * @throws ShellCommandUnresponsiveException if the device did not output anything for
514 * a period longer than the max time to output.
523 String output = receiver.getOutput();
524 Log.i(LOG_TAG, String.format("Result: %s", output));
530 * A {@link IShellOutputReceiver} which collects the whole shell output into one {@link String}
680 * @throws ShellCommandUnresponsiveException if the device did not output anything for
681 * a period longer than the max time to output.
717 * @throws ShellCommandUnresponsiveException if the device did not output anything for
718 * a period longer than the max time to output.
756 * @throws ShellCommandUnresponsiveException if the device did not output anything for
757 * a period longer than the max time to output.
790 * @throws ShellCommandUnresponsiveException if the device did not output anything for
791 * a period longer than the max time to output.
812 * @throws ShellCommandUnresponsiveException if the device did not output anything for
813 * a period longer than the max time to output.
845 * @throws ShellCommandUnresponsiveException if the device did not output anything for
846 * a period longer than the max time to output.
874 * @throws ShellCommandUnresponsiveException if the device did not output anything for
875 * a period longer than the max time to output.