Home
last modified time | relevance | path

Searched defs:commandOutput (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DProfileTargetPreparer.java281 String commandOutput = device.executeShellCommand(command); in removeDeviceOwner() local
336 …private static RuntimeException commandError(String error, String command, String commandOutput, E… in commandError()
341 …String error, String command, String commandOutput, Exception exception, ErrorIdentifier errorIden… in commandError()
/tools/tradefederation/contrib/src/com/android/aetest/tradefed/targetprep/
DAeTestManagedProfileCreator.java131 String commandOutput = device.executeShellCommand(command); in setUp() local
/tools/tradefederation/core/src/com/android/tradefed/device/
DTestDevice.java1580 String commandOutput = null; in tokenizeListUserPostT() local
1658 String commandOutput = null; in tokenizeListUsersPreT() local
1759 String commandOutput = executeShellCommand(command); in getMaxNumberOfUsersSupported() local
1773 String commandOutput = executeShellCommand(command); in getMaxNumberOfRunningUsersSupported() local
1791 String commandOutput = executeShellCommand(command).trim(); in isMultiUserSupported() local
2077 final String commandOutput = executeShellCommand("pm list users"); in getUserFlags() local
2107 final String commandOutput = executeShellCommand("pm list users"); in isUserRunning() local
2125 final String commandOutput = executeShellCommand("dumpsys user"); in getUserSerialNumber() local
2218 String commandOutput = commandResult.getStdout(); in hasFeature() local
2437 final String commandOutput = executeShellCommand(command); in setDeviceOwner() local
[all …]