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

  /tools/tradefederation/core/prod-tests/src/com/android/sdk/
EmulatorBootTest.java 138 String cmdResult = device.executeShellCommand(cmd);
139 CLog.i("%s on device %s is %s", cmd, mDevice.getSerialNumber(), cmdResult);
141 String[] cmdResultLines = cmdResult.split("\n");
  /cts/tests/tests/net/src/android/net/cts/
NetworkWatchlistTest.java 135 final String cmdResult = runCommand(
137 assertThat(cmdResult).contains("Success");
  /cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
MeteredDataRestrictionTest.java 198 String cmdResult = null;
200 cmdResult = executeCmd(cmd);
201 if (cmdResult.contains(expectedResult)) {
207 + ", actual status=" + cmdResult);

Completed in 172 milliseconds