/aosp_15_r20/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/ |
H A 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 …]
|
H A 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
|
H A D | ManagedProfileCrossProfileTest.java | 219 String commandOutput = changeCrossProfileWidgetForUser(WIDGET_PROVIDER_PKG, in testCrossProfileWidgets() local 511 String commandOutput = getDevice().executeShellCommand(adbCommand); in changeCrossProfileWidgetForUser() local
|
H A D | ManagedProfileTest.java | 492 String commandOutput = getDevice().executeShellCommand( in assertActivityInForeground() local
|
/aosp_15_r20/cts/hostsidetests/appcloning/hostside/src/com/android/cts/appcloning/contacts/ |
H A 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
|
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | TestDevice.java | 1590 String commandOutput = null; in tokenizeListUserPostT() local 1668 String commandOutput = null; in tokenizeListUsersPreT() local 1769 String commandOutput = executeShellCommand(command); in getMaxNumberOfUsersSupported() local 1783 String commandOutput = executeShellCommand(command); in getMaxNumberOfRunningUsersSupported() local 1801 String commandOutput = executeShellCommand(command).trim(); in isMultiUserSupported() local 2087 final String commandOutput = executeShellCommand("pm list users"); in getUserFlags() local 2117 final String commandOutput = executeShellCommand("pm list users"); in isUserRunning() local 2135 final String commandOutput = executeShellCommand("dumpsys user"); in getUserSerialNumber() local 2228 String commandOutput = commandResult.getStdout(); in hasFeature() local 2448 final String commandOutput = executeShellCommand(command); in setDeviceOwner() local [all …]
|
/aosp_15_r20/cts/hostsidetests/packagemanager/multiuser/src/com/android/tests/packagemanager/multiuser/host/ |
H A 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
|
/aosp_15_r20/cts/hostsidetests/media/src/android/media/cts/ |
H A 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
|
H A D | BaseMediaHostSideTest.java | 91 String commandOutput = getDevice().executeShellCommand(command); in executeShellCommand() local
|
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/targetprep/ |
D | ProfileTargetPreparer.java | 281 String commandOutput = device.executeShellCommand(command); in removeDeviceOwner() local 336 …private static RuntimeException commandError(String error, String command, String commandOutput, E… in commandError() 341 …String error, String command, String commandOutput, Exception exception, ErrorIdentifier errorIden… in commandError()
|
/aosp_15_r20/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/ |
H A D | ActivePasswordSufficientForDeviceTest.java | 121 String commandOutput = SystemUtil.runShellCommand(String.format( in changeUserCredential() local 128 String commandOutput = SystemUtil.runShellCommand(String.format( in changeUserCredential() local
|
/aosp_15_r20/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/ |
H A 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
|
/aosp_15_r20/cts/hostsidetests/settings/src/com/google/android/cts/settings/ |
H A D | PrivacyDeviceOwnerTest.java | 234 String commandOutput = getDevice().executeShellCommand(command); in setDeviceOwner() local 243 String commandOutput = getDevice().executeShellCommand(command); in hasDeviceFeature() local
|
/aosp_15_r20/external/aws-sdk-java-v2/core/auth/src/main/java/software/amazon/awssdk/auth/credentials/ |
H A D | ProcessCredentialsProvider.java | 206 ByteArrayOutputStream commandOutput = new ByteArrayOutputStream(); in executeCommand() local 210 IoUtils.copy(process.getInputStream(), commandOutput, processOutputLimit); in executeCommand() local
|
/aosp_15_r20/cts/hostsidetests/securitybulletin/src/android/security/cts/ |
H A D | CVE_2022_20223.java | 47 String commandOutput = AdbUtils.runCommandLine( in testPocCVE_2022_20223() local
|
H A D | CVE_2021_39707.java | 47 String commandOutput = AdbUtils.runCommandLine( in testPocCVE_2021_39707() local
|
/aosp_15_r20/external/perfetto/ui/src/plugins/dev.perfetto.RecordTrace/recordingV2/ |
H A D | adb_connection_impl.ts | 51 const commandOutput = new ArrayBufferBuilder(); constant
|
/aosp_15_r20/packages/modules/HealthFitness/tests/cts/src/android/healthconnect/cts/migration/ |
D | DataMigrationTest.java | 811 String commandOutput = TestUtils.runShellCommand("dumpsys jobscheduler"); in checkJobExists() local 819 private void storeStateChangeJobAdbDumpsysOutput(String commandOutput) { in storeStateChangeJobAdbDumpsysOutput()
|
/aosp_15_r20/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/broadcasts/ |
H A D | ActivityIntents.kt | 56 .validate { commandOutput -> in <lambda>() method
|
/aosp_15_r20/frameworks/base/tests/ManagedProfileLifecycleStressTest/src/com/android/test/stress/ |
H A D | ManagedProfileLifecycleStressTest.java | 134 String commandOutput = getDevice().executeShellCommand(command); in setProfileOwner() local
|
/aosp_15_r20/tools/tradefederation/contrib/src/com/android/aetest/tradefed/targetprep/ |
D | AeTestManagedProfileCreator.java | 131 String commandOutput = device.executeShellCommand(command); in setUp() local
|
/aosp_15_r20/cts/hostsidetests/tv/src/com/android/cts/tv/ |
H A D | TvInputManagerHostTest.java | 134 String commandOutput = getDevice().executeShellCommand(command); in hasDeviceFeature() local
|
/aosp_15_r20/packages/modules/HealthFitness/tests/integrationtests/src/android/healthconnect/tests/exportimport/ |
D | ExportImportApiTest.java | 211 String commandOutput = in runShellCommandForHCJob() local
|
/aosp_15_r20/cts/hostsidetests/multiuser/src/android/host/multiuser/ |
H A D | BaseMultiUserTest.java | 186 String commandOutput = getDevice().executeShellCommand("dumpsys user"); in waitForUserRemove() local
|
/aosp_15_r20/cts/hostsidetests/numberblocking/src/com/android/cts/numberblocking/hostside/ |
H A D | NumberBlockingTest.java | 242 String commandOutput = getDevice().executeShellCommand("dumpsys user"); in getUserSerialNumber() local
|