/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/ |
D | BaseDevicePolicyTest.java | 377 String commandOutput = getDevice().executeShellCommand(command); in executeShellCommand() local 436 String commandOutput = getDevice().executeShellCommand(command); in getUserFlags() local 677 String commandOutput = getDevice().executeShellCommand(command); in createUser() local 688 String commandOutput = getCreateManagedProfileCommandOutput(parentUserId); in createManagedProfile() local 694 String commandOutput = getCreateManagedProfileCommandOutput(parentUserId); in assertCannotCreateManagedProfile() local 788 private int getUserIdFromCreateUserCommandOutput(String commandOutput) { in getUserIdFromCreateUserCommandOutput() 802 String commandOutput = getDevice().executeShellCommand(command); in getCreateManagedProfileCommandOutput() local 827 final String commandOutput = getDevice().executeShellCommand("dumpsys user"); in getUserSerialNumber() local 839 String commandOutput = getDevice().executeShellCommand(command); in setProfileOwner() local 871 String commandOutput = getDevice().executeShellCommand(command); in setDeviceAdminInner() local [all …]
|
D | BaseDeviceAdminServiceTest.java | 194 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
|
D | ManagedProfileCrossProfileTest.java | 219 String commandOutput = changeCrossProfileWidgetForUser(WIDGET_PROVIDER_PKG, in testCrossProfileWidgets() local 511 String commandOutput = getDevice().executeShellCommand(adbCommand); in changeCrossProfileWidgetForUser() local
|
D | ManagedProfileTest.java | 492 String commandOutput = getDevice().executeShellCommand( in assertActivityInForeground() local
|
/cts/hostsidetests/appcloning/hostside/src/com/android/cts/appcloning/contacts/ |
D | ManagedProfileContactsAccessTest.java | 137 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/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/ |
D | ActivePasswordSufficientForDeviceTest.java | 121 String commandOutput = SystemUtil.runShellCommand(String.format( in changeUserCredential() local 128 String commandOutput = SystemUtil.runShellCommand(String.format( in changeUserCredential() local
|
/cts/hostsidetests/securitybulletin/src/android/security/cts/ |
D | CVE_2022_20223.java | 47 String commandOutput = AdbUtils.runCommandLine( in testPocCVE_2022_20223() local
|
D | CVE_2021_39707.java | 47 String commandOutput = AdbUtils.runCommandLine( in testPocCVE_2021_39707() local
|
/cts/hostsidetests/packagemanager/multiuser/src/com/android/tests/packagemanager/multiuser/host/ |
D | PackageManagerMultiUserTestBase.java | 102 String commandOutput = getDevice().executeShellCommand(command); in createUser() local 127 String commandOutput = getDevice().executeShellCommand(command); in removeUser() local 134 String commandOutput = getDevice().executeShellCommand(command); in installExistingPackageForUser() local
|
/cts/hostsidetests/media/src/android/media/cts/ |
D | BaseMultiUserTest.java | 167 String commandOutput = executeShellCommand(command); in createAndStartUser() local 266 String commandOutput = executeShellCommand( in getSettings() local 302 String commandOutput = getDevice().executeShellCommand(command); in hasDeviceFeature() local
|
D | BaseMediaHostSideTest.java | 91 String commandOutput = getDevice().executeShellCommand(command); in executeShellCommand() local
|
/cts/hostsidetests/settings/src/com/google/android/cts/settings/ |
D | PrivacyDeviceOwnerTest.java | 234 String commandOutput = getDevice().executeShellCommand(command); in setDeviceOwner() local 243 String commandOutput = getDevice().executeShellCommand(command); in hasDeviceFeature() local
|
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/broadcasts/ |
D | ActivityIntents.kt | 55 .validate { commandOutput -> in <lambda>() method
|
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/ |
D | ResumeOnRebootHostTest.java | 533 String commandOutput = getCreateManagedProfileCommandOutput(parentUserId); in createManagedProfile() local 537 private int getUserIdFromCreateUserCommandOutput(String commandOutput) { in getUserIdFromCreateUserCommandOutput() 552 String commandOutput = getDevice().executeShellCommand(command); in getCreateManagedProfileCommandOutput() local
|
/cts/hostsidetests/tv/src/com/android/cts/tv/ |
D | TvInputManagerHostTest.java | 134 String commandOutput = getDevice().executeShellCommand(command); in hasDeviceFeature() local
|
/cts/hostsidetests/multiuser/src/android/host/multiuser/ |
D | BaseMultiUserTest.java | 186 String commandOutput = getDevice().executeShellCommand("dumpsys user"); in waitForUserRemove() local
|
/cts/hostsidetests/numberblocking/src/com/android/cts/numberblocking/hostside/ |
D | NumberBlockingTest.java | 242 String commandOutput = getDevice().executeShellCommand("dumpsys user"); in getUserSerialNumber() local
|
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/packages/ |
D | Package.java | 253 String commandOutput = Poll.forValue(() -> { in uninstall() local
|
/cts/tests/tests/content/src/android/content/pm/cts/ |
D | PackageManagerTest.java | 2460 String commandOutput = mUiDevice.executeShellCommand("dumpsys activity activities"); in hasResolverActivity() local
|