Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DBaseDevicePolicyTest.java109 String commandOutput = getDevice().executeShellCommand(command); in startUser() local
118 String commandOutput = getDevice().executeShellCommand(command); in getMaxNumberOfUsersSupported() local
131 String commandOutput = getDevice().executeShellCommand(command); in listUsers() local
266 String commandOutput = getDevice().executeShellCommand(command); in hasDeviceFeature() local
291 String commandOutput = getDevice().executeShellCommand(command); in createUser() local
305 String commandOutput = getDevice().executeShellCommand(command); in createManagedProfile() local
318 String commandOutput = getDevice().executeShellCommand("dumpsys user"); in getUserSerialNumber() local
338 String commandOutput = getDevice().executeShellCommand(command); in setProfileOwner() local
353 String commandOutput = getDevice().executeShellCommand(command); in setDeviceAdmin() local
361 String commandOutput = getDevice().executeShellCommand(command); in setDeviceOwner() local
[all …]
DManagedProfileTest.java587 String commandOutput = changeCrossProfileWidgetForUser(WIDGET_PROVIDER_PKG, in testCrossProfileWidgets() local
634 String commandOutput = getDevice().executeShellCommand(adbCommand); in changeUserRestrictionForUser() local
647 String commandOutput = getDevice().executeShellCommand(adbCommand); in changeCrossProfileWidgetForUser() local
DCustomDeviceOwnerTest.java149 String commandOutput = getDevice().executeShellCommand(command); in testSilentPackageInstall() local
DDeviceAndProfileOwnerTest.java278 String commandOutput = getDevice().executeShellCommand(adbCommand); in changeUserRestrictionForUser() local
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DDeqpTestRunner.java1707 String commandOutput = device.executeShellCommand(command); in queryDeviceFeatures() local