Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DActivePasswordSufficientForDeviceTest.java109 String commandOutput = SystemUtil.runShellCommand(String.format( in changeUserCredential() local
116 String commandOutput = SystemUtil.runShellCommand(String.format( in changeUserCredential() local
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DBaseDevicePolicyTest.java393 String commandOutput = getDevice().executeShellCommand(command); in executeShellCommand() local
452 String commandOutput = getDevice().executeShellCommand(command); in getUserFlags() local
696 String commandOutput = getDevice().executeShellCommand(command); in createUser() local
707 String commandOutput = getCreateManagedProfileCommandOutput(parentUserId); in createManagedProfile() local
713 String commandOutput = getCreateManagedProfileCommandOutput(parentUserId); in assertCannotCreateManagedProfile() local
803 private int getUserIdFromCreateUserCommandOutput(String commandOutput) { in getUserIdFromCreateUserCommandOutput()
817 String commandOutput = getDevice().executeShellCommand(command); in getCreateManagedProfileCommandOutput() local
842 final String commandOutput = getDevice().executeShellCommand("dumpsys user"); in getUserSerialNumber() local
854 String commandOutput = getDevice().executeShellCommand(command); in setProfileOwner() local
886 String commandOutput = getDevice().executeShellCommand(command); in setDeviceAdminInner() local
[all …]
DBaseDeviceAdminServiceTest.java194 final String commandOutput = getDevice().executeShellCommand(command); in rumpDumpSysService() local
200 final String commandOutput = rumpDumpSysService(component); in assertServiceBound() local
210 final String commandOutput = rumpDumpSysService(component); in assertServiceNotBound() local
DEphemeralUserTest.java89 String commandOutput = getDevice().executeShellCommand("dumpsys user"); in getGuestUsersEphemeral() local
DManagedProfileCrossProfileTest.java219 String commandOutput = changeCrossProfileWidgetForUser(WIDGET_PROVIDER_PKG, in testCrossProfileWidgets() local
511 String commandOutput = getDevice().executeShellCommand(adbCommand); in changeCrossProfileWidgetForUser() local
DManagedProfileTest.java576 String commandOutput = getDevice().executeShellCommand( in assertActivityInForeground() local
/cts/hostsidetests/appcloning/hostside/src/com/android/cts/appcloning/contacts/
DManagedProfileContactsAccessTest.java137 String commandOutput = getCreateManagedProfileCommandOutput(parentUserId); in createManagedProfile() local
141 private static int getUserIdFromCreateUserCommandOutput(String commandOutput) { in getUserIdFromCreateUserCommandOutput()
155 String commandOutput = sDevice.executeShellCommand(command); in getCreateManagedProfileCommandOutput() local
163 String commandOutput = getDevice().executeShellCommand(command); in setProfileOwner() local
/cts/hostsidetests/packagemanager/multiuser/src/com/android/tests/packagemanager/multiuser/host/
DPackageManagerMultiUserTestBase.java97 String commandOutput = getDevice().executeShellCommand(command); in createUser() local
118 String commandOutput = getDevice().executeShellCommand(command); in removeUser() local
125 String commandOutput = getDevice().executeShellCommand(command); in installExistingPackageForUser() local
/cts/hostsidetests/securitybulletin/src/android/security/cts/
DCVE_2022_20223.java47 String commandOutput = AdbUtils.runCommandLine( in testPocCVE_2022_20223() local
DCVE_2021_39707.java47 String commandOutput = AdbUtils.runCommandLine( in testPocCVE_2021_39707() local
/cts/hostsidetests/media/src/android/media/cts/
DBaseMultiUserTest.java165 String commandOutput = executeShellCommand(command); in createAndStartUser() local
264 String commandOutput = executeShellCommand( in getSettings() local
300 String commandOutput = getDevice().executeShellCommand(command); in hasDeviceFeature() local
DBaseMediaHostSideTest.java91 String commandOutput = getDevice().executeShellCommand(command); in executeShellCommand() local
/cts/hostsidetests/settings/src/com/google/android/cts/settings/
DPrivacyDeviceOwnerTest.java234 String commandOutput = getDevice().executeShellCommand(command); in setDeviceOwner() local
243 String commandOutput = getDevice().executeShellCommand(command); in hasDeviceFeature() local
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DResumeOnRebootHostTest.java536 String commandOutput = getCreateManagedProfileCommandOutput(parentUserId); in createManagedProfile() local
540 private int getUserIdFromCreateUserCommandOutput(String commandOutput) { in getUserIdFromCreateUserCommandOutput()
555 String commandOutput = getDevice().executeShellCommand(command); in getCreateManagedProfileCommandOutput() local
/cts/hostsidetests/tv/src/com/android/cts/tv/
DTvInputManagerHostTest.java134 String commandOutput = getDevice().executeShellCommand(command); in hasDeviceFeature() local
/cts/hostsidetests/multiuser/src/android/host/multiuser/
DBaseMultiUserTest.java186 String commandOutput = getDevice().executeShellCommand("dumpsys user"); in waitForUserRemove() local
/cts/hostsidetests/numberblocking/src/com/android/cts/numberblocking/hostside/
DNumberBlockingTest.java242 String commandOutput = getDevice().executeShellCommand("dumpsys user"); in getUserSerialNumber() local
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/packages/
DPackage.java230 String commandOutput = Poll.forValue(() -> { in uninstall() local