Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DBaseDevicePolicyTest.java149 String commandOutput = getDevice().executeShellCommand(command); in switchUser() local
159 String commandOutput = getDevice().executeShellCommand(command); in getUserFlags() local
296 String commandOutput = getDevice().executeShellCommand(command); in hasDeviceFeature() local
332 String commandOutput = getDevice().executeShellCommand(command); in createUser() local
346 String commandOutput = getDevice().executeShellCommand(command); in createManagedProfile() local
364 String commandOutput = getDevice().executeShellCommand("dumpsys user"); in getUserSerialNumber() local
384 String commandOutput = getDevice().executeShellCommand(command); in setProfileOwner() local
407 String commandOutput = getDevice().executeShellCommand(command); in setDeviceAdminInner() local
413 String commandOutput = setDeviceAdminInner(componentName, userId); in setDeviceAdmin() local
422 String commandOutput = setDeviceAdminInner(componentName, userId); in setDeviceAdminExpectingFailure() local
[all …]
DEphemeralUserTest.java114 String commandOutput = getDevice().executeShellCommand(command); in testCreateEphemeralWithoutUserSplitFails() local
121 String commandOutput = getDevice().executeShellCommand("dumpsys user"); in getGuestUsersEphemeral() local
DCustomDeviceOwnerTest.java153 String commandOutput = getDevice().executeShellCommand(command); in testSilentPackageInstall() local
DManagedProfileTest.java564 String commandOutput = changeCrossProfileWidgetForUser(WIDGET_PROVIDER_PKG, in testCrossProfileWidgets() local
742 String commandOutput = getDevice().executeShellCommand(adbCommand); in changeUserRestrictionForUser() local
753 String commandOutput = getDevice().executeShellCommand(adbCommand); in changeCrossProfileWidgetForUser() local
DDeviceAndProfileOwnerTest.java581 String commandOutput = getDevice().executeShellCommand(adbCommand); in changePolicy() local
/cts/hostsidetests/tv/src/com/android/cts/tv/
DTvInputManagerHostTest.java135 String commandOutput = getDevice().executeShellCommand(command); in hasDeviceFeature() local
/cts/hostsidetests/numberblocking/src/com/android/cts/numberblocking/hostside/
DNumberBlockingTest.java209 String commandOutput = getDevice().executeShellCommand("dumpsys user"); in getUserSerialNumber() local
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DDeqpTestRunner.java1781 String commandOutput = device.executeShellCommand(command); in queryDeviceFeatures() local