Home
last modified time | relevance | path

Searched defs:executeShellCommand (Results 76 – 100 of 286) sorted by relevance

12345678910>>...12

/aosp_15_r20/frameworks/base/apct-tests/perftests/packagemanager/src/android/content/pm/
H A DPackageInstallerBenchmark.java219 private static String executeShellCommand(String command) throws IOException { in executeShellCommand() method in PackageInstallerBenchmark
/aosp_15_r20/packages/modules/Scheduling/tests/unittests/src/com/android/server/scheduling/
DRebootReadinessUnitTest.java572 private String executeShellCommand(String command) throws Exception { in executeShellCommand() method in RebootReadinessUnitTest
/aosp_15_r20/frameworks/base/packages/SettingsProvider/test/src/com/android/providers/settings/
H A DBaseSettingsProviderTest.java369 protected static void executeShellCommand(String command) throws IOException { in executeShellCommand() method in BaseSettingsProviderTest
/aosp_15_r20/cts/tests/app/BroadcastsTest/src/android/app/cts/broadcasts/
H A DBroadcastReceiverTest.java484 private static byte[] executeShellCommand(String cmd) throws Exception { in executeShellCommand() method in BroadcastReceiverTest
/aosp_15_r20/cts/tests/tests/os/src/android/os/cts/
H A DLowPowerStandbyTest.java746 private String executeShellCommand(String command) throws IOException { in executeShellCommand() method in LowPowerStandbyTest
/aosp_15_r20/cts/tests/app/src/android/app/cts/
H A DForceStopTest.java679 private String executeShellCommand(String cmd) throws IOException { in executeShellCommand() method in ForceStopTest
/aosp_15_r20/cts/tests/tests/content/src/android/content/pm/cts/
H A DPackageManagerShellCommandInstallTest.java271 /* package */ static String executeShellCommand(String command) throws IOException { in executeShellCommand() method in PackageManagerShellCommandInstallTest
278 private static String executeShellCommand(String command, File input) in executeShellCommand() method in PackageManagerShellCommandInstallTest
283 private static String executeShellCommand(String command, File[] inputs) in executeShellCommand() method in PackageManagerShellCommandInstallTest
H A DChecksumsTest.java1544 private static String executeShellCommand(String command) throws IOException { in executeShellCommand() method in ChecksumsTest
1551 private String executeShellCommand(String command, byte[] input) throws IOException { in executeShellCommand() method in ChecksumsTest
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/content/pm/parsing/
H A DApkLiteParseUtilsTest.java275 private static String executeShellCommand(String command) throws IOException { in executeShellCommand() method in ApkLiteParseUtilsTest
/aosp_15_r20/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
H A DBaseDevicePolicyTest.java371 protected String executeShellCommand(String commandTemplate, Object...args) throws Exception { in executeShellCommand() method in BaseDevicePolicyTest
375 protected String executeShellCommand(String command) throws Exception { in executeShellCommand() method in BaseDevicePolicyTest
/aosp_15_r20/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
H A DBackupUtils.java67 protected abstract InputStream executeShellCommand(String command) throws IOException; in executeShellCommand() method in BackupUtils
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/database/
H A DDatabaseGeneralTest.java1071 private String executeShellCommand(String cmd) throws Exception { in executeShellCommand() method in DatabaseGeneralTest
/aosp_15_r20/cts/tests/MediaProviderTranscode/src/android/mediaprovidertranscode/cts/
H A DTranscodeTestUtils.java220 public static String executeShellCommand(String command) throws IOException { in executeShellCommand() method in TranscodeTestUtils
/aosp_15_r20/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/inputmethodservice/
H A DInputMethodServiceTest.java1065 private String executeShellCommand(String cmd) throws IOException { in executeShellCommand() method in InputMethodServiceTest
/aosp_15_r20/platform_testing/libraries/collectors-helper/memory/src/com/android/helpers/
H A DShowmapSnapshotHelper.java700 public String executeShellCommand(String command) throws IOException { in executeShellCommand() method in ShowmapSnapshotHelper
/aosp_15_r20/packages/providers/MediaProvider/tests/src/com/android/providers/media/
DIdleServiceTest.java490 private static String executeShellCommand(String command) throws IOException { in executeShellCommand() method in IdleServiceTest
/aosp_15_r20/frameworks/base/core/java/android/app/
H A DUiAutomationConnection.java534 public void executeShellCommand(final String command, final ParcelFileDescriptor sink, in executeShellCommand() method in UiAutomationConnection
H A DUiAutomation.java1637 public ParcelFileDescriptor executeShellCommand(String command) { in executeShellCommand() method in UiAutomation
/aosp_15_r20/cts/tests/tests/telephony/current/src/android/telephony/cts/
H A DVisualVoicemailServiceTest.java772 private static String executeShellCommand(Instrumentation instrumentation, in executeShellCommand() method in VisualVoicemailServiceTest
H A DSmsManagerTest.java981 private String executeShellCommand(String command) in executeShellCommand() method in SmsManagerTest
/aosp_15_r20/cts/tests/tests/security/src/android/security/cts/
H A DPermissionBackupCertificateCheckTest.kt54 override fun executeShellCommand(command: String): InputStream { in executeShellCommand() method in android.security.cts.PermissionBackupCertificateCheckTest
/aosp_15_r20/cts/tests/app/FgsTest/src/android/app/cts/fgstest/
H A DActivityManagerForegroundServiceTypeTest.java507 private String executeShellCommand(String cmd) throws Exception { in executeShellCommand() method in ActivityManagerForegroundServiceTypeTest
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java982 public void executeShellCommand(final String command, final IShellOutputReceiver receiver) in executeShellCommand() method in NativeDevice
1000 public void executeShellCommand(final String command, final IShellOutputReceiver receiver, in executeShellCommand() method in NativeDevice
1017 public void executeShellCommand( in executeShellCommand() method in NativeDevice
1048 public String executeShellCommand(String command) throws DeviceNotAvailableException { in executeShellCommand() method in NativeDevice
/aosp_15_r20/packages/providers/MediaProvider/tests/client/src/com/android/providers/media/client/
DLegacyProviderMigrationTest.java596 public static String executeShellCommand(String command, UiAutomation uiAutomation) in executeShellCommand() method in LegacyProviderMigrationTest
/aosp_15_r20/cts/tests/tests/provider/src/android/provider/cts/contacts/
H A DVoicemailContractTest.java586 private static String executeShellCommand(Instrumentation instrumentation, in executeShellCommand() method in VoicemailContractTest

12345678910>>...12