/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/ |
D | ActivePasswordSufficientForDeviceTest.java | 109 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/ |
D | BaseDevicePolicyTest.java | 390 String commandOutput = getDevice().executeShellCommand(command); in executeShellCommand() local 448 String commandOutput = getDevice().executeShellCommand(command); in getUserFlags() local 692 String commandOutput = getDevice().executeShellCommand(command); in createUser() local 703 String commandOutput = getCreateManagedProfileCommandOutput(parentUserId); in createManagedProfile() local 709 String commandOutput = getCreateManagedProfileCommandOutput(parentUserId); in assertCannotCreateManagedProfile() local 793 private int getUserIdFromCreateUserCommandOutput(String commandOutput) { in getUserIdFromCreateUserCommandOutput() 807 String commandOutput = getDevice().executeShellCommand(command); in getCreateManagedProfileCommandOutput() local 825 final String commandOutput = getDevice().executeShellCommand("dumpsys user"); in getUserSerialNumber() local 837 String commandOutput = getDevice().executeShellCommand(command); in setProfileOwner() local 869 String commandOutput = getDevice().executeShellCommand(command); in setDeviceAdminInner() local [all …]
|
D | BaseDeviceAdminServiceTest.java | 193 final String commandOutput = getDevice().executeShellCommand(command); in rumpDumpSysService() local 199 final String commandOutput = rumpDumpSysService(component); in assertServiceBound() local 209 final String commandOutput = rumpDumpSysService(component); in assertServiceNotBound() local
|
D | EphemeralUserTest.java | 89 String commandOutput = getDevice().executeShellCommand("dumpsys user"); in getGuestUsersEphemeral() local
|
D | ManagedProfileCrossProfileTest.java | 246 String commandOutput = changeCrossProfileWidgetForUser(WIDGET_PROVIDER_PKG, in testCrossProfileWidgets() local 554 String commandOutput = getDevice().executeShellCommand(adbCommand); in changeCrossProfileWidgetForUser() local
|
D | ManagedProfileTest.java | 598 String commandOutput = in assertActivityInForeground() local
|
/cts/hostsidetests/packagemanager/multiuser/src/com/android/tests/packagemanager/multiuser/host/ |
D | PackageManagerMultiUserTestBase.java | 97 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/settings/src/com/google/android/cts/settings/ |
D | PrivacyDeviceOwnerTest.java | 232 String commandOutput = getDevice().executeShellCommand(command); in setDeviceOwner() local 241 String commandOutput = getDevice().executeShellCommand(command); in hasDeviceFeature() local
|
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/ |
D | ResumeOnRebootHostTest.java | 581 String commandOutput = getCreateManagedProfileCommandOutput(parentUserId); in createManagedProfile() local 585 private int getUserIdFromCreateUserCommandOutput(String commandOutput) { in getUserIdFromCreateUserCommandOutput() 600 String commandOutput = getDevice().executeShellCommand(command); in getCreateManagedProfileCommandOutput() local
|
/cts/hostsidetests/media/src/android/media/cts/ |
D | BaseMediaHostSideTest.java | 91 String commandOutput = getDevice().executeShellCommand(command); in executeShellCommand() local
|
/cts/hostsidetests/tv/src/com/android/cts/tv/ |
D | TvInputManagerHostTest.java | 134 String commandOutput = getDevice().executeShellCommand(command); in hasDeviceFeature() local
|
/cts/hostsidetests/numberblocking/src/com/android/cts/numberblocking/hostside/ |
D | NumberBlockingTest.java | 244 String commandOutput = getDevice().executeShellCommand("dumpsys user"); in getUserSerialNumber() local
|
/cts/hostsidetests/multiuser/src/android/host/multiuser/ |
D | BaseMultiUserTest.java | 202 String commandOutput = getDevice().executeShellCommand("dumpsys user"); in waitForUserRemove() local
|
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/packages/ |
D | Package.java | 207 String commandOutput = Poll.forValue(() -> { in uninstall() local
|