HomeSort by relevance Sort by last modified time
    Searched refs:commandOutput (Results 1 - 4 of 4) sorted by null

  /cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
BaseDevicePolicyTest.java 105 String commandOutput = getDevice().executeShellCommand(command);
106 CLog.logAndDisplay(LogLevel.INFO, "Output for command " + command + ": " + commandOutput);
107 assertTrue(commandOutput + " expected to start with \"Success:\"",
108 commandOutput.startsWith("Success:"));
116 String commandOutput = getDevice().executeShellCommand(command);
117 CLog.i("Output for command " + command + ": " + commandOutput);
120 return Integer.parseInt(commandOutput.substring(commandOutput.lastIndexOf(" ")).trim());
122 fail("Failed to parse result: " + commandOutput);
129 String commandOutput = getDevice().executeShellCommand(command)
    [all...]
DeviceOwnerTest.java 94 String commandOutput = getDevice().executeShellCommand(command);
95 CLog.logAndDisplay(LogLevel.INFO, "Output for command " + command + ": " + commandOutput);
96 assertTrue(commandOutput + " expected to start with \"Success:\"",
97 commandOutput.startsWith("Success:"));
ManagedProfileTest.java 243 String commandOutput = getDevice().executeShellCommand(adbCommand);
245 "Output for command " + adbCommand + ": " + commandOutput);
246 return commandOutput;
  /external/chromium_org/chrome/installer/mac/
pkg-dmg 283 sub commandOutput(@);
533 if(!(@output = commandOutput($gConfig{'cmd_mktemp'}, '-d',
778 # commandOutput(@arguments)
783 sub commandOutput(@) {
    [all...]

Completed in 81 milliseconds