Searched refs:commandOutput (Results 1 – 1 of 1) sorted by relevance
134 String commandOutput = getDevice().executeShellCommand(command); in setProfileOwner() local135 assertTrue("Unexpected dpm output: " + commandOutput, commandOutput.startsWith("Success:")); in setProfileOwner()