Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tests/ManagedProfileLifecycleStressTest/src/com/android/test/stress/
H A DManagedProfileLifecycleStressTest.java134 String commandOutput = getDevice().executeShellCommand(command); in setProfileOwner() local
135 assertTrue("Unexpected dpm output: " + commandOutput, commandOutput.startsWith("Success:")); in setProfileOwner()