Home
last modified time | relevance | path

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

12

/aosp_15_r20/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
H A DBaseDevicePolicyTest.java377 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 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
H A DManagedProfileCrossProfileTest.java219 String commandOutput = changeCrossProfileWidgetForUser(WIDGET_PROVIDER_PKG, in testCrossProfileWidgets() local
511 String commandOutput = getDevice().executeShellCommand(adbCommand); in changeCrossProfileWidgetForUser() local
H A DManagedProfileTest.java492 String commandOutput = getDevice().executeShellCommand( in assertActivityInForeground() local
/aosp_15_r20/cts/hostsidetests/appcloning/hostside/src/com/android/cts/appcloning/contacts/
H A 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
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/device/
DTestDevice.java1590 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 DPackageManagerMultiUserTestBase.java102 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 DBaseMultiUserTest.java167 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 DBaseMediaHostSideTest.java91 String commandOutput = getDevice().executeShellCommand(command); in executeShellCommand() local
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DProfileTargetPreparer.java281 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 DActivePasswordSufficientForDeviceTest.java121 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 DResumeOnRebootHostTest.java533 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 DPrivacyDeviceOwnerTest.java234 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 DProcessCredentialsProvider.java206 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 DCVE_2022_20223.java47 String commandOutput = AdbUtils.runCommandLine( in testPocCVE_2022_20223() local
H A DCVE_2021_39707.java47 String commandOutput = AdbUtils.runCommandLine( in testPocCVE_2021_39707() local
/aosp_15_r20/external/perfetto/ui/src/plugins/dev.perfetto.RecordTrace/recordingV2/
H A Dadb_connection_impl.ts51 const commandOutput = new ArrayBufferBuilder(); constant
/aosp_15_r20/packages/modules/HealthFitness/tests/cts/src/android/healthconnect/cts/migration/
DDataMigrationTest.java811 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 DActivityIntents.kt56 .validate { commandOutput -> in <lambda>() method
/aosp_15_r20/frameworks/base/tests/ManagedProfileLifecycleStressTest/src/com/android/test/stress/
H A DManagedProfileLifecycleStressTest.java134 String commandOutput = getDevice().executeShellCommand(command); in setProfileOwner() local
/aosp_15_r20/tools/tradefederation/contrib/src/com/android/aetest/tradefed/targetprep/
DAeTestManagedProfileCreator.java131 String commandOutput = device.executeShellCommand(command); in setUp() local
/aosp_15_r20/cts/hostsidetests/tv/src/com/android/cts/tv/
H A DTvInputManagerHostTest.java134 String commandOutput = getDevice().executeShellCommand(command); in hasDeviceFeature() local
/aosp_15_r20/packages/modules/HealthFitness/tests/integrationtests/src/android/healthconnect/tests/exportimport/
DExportImportApiTest.java211 String commandOutput = in runShellCommandForHCJob() local
/aosp_15_r20/cts/hostsidetests/multiuser/src/android/host/multiuser/
H A DBaseMultiUserTest.java186 String commandOutput = getDevice().executeShellCommand("dumpsys user"); in waitForUserRemove() local
/aosp_15_r20/cts/hostsidetests/numberblocking/src/com/android/cts/numberblocking/hostside/
H A DNumberBlockingTest.java242 String commandOutput = getDevice().executeShellCommand("dumpsys user"); in getUserSerialNumber() local

12