Home
last modified time | relevance | path

Searched defs:executeShellCmd (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/cts/tests/app/shared/src/android/app/cts/
H A DCtsAppTestUtils.java31 public static String executeShellCmd(Instrumentation instrumentation, String cmd) in executeShellCmd() method in CtsAppTestUtils
/aosp_15_r20/frameworks/base/packages/SettingsProvider/test/src/com/android/providers/settings/
H A DSettingsProviderMultiUsersTest.java266 private String executeShellCmd(String command) throws IOException { in executeShellCmd() method in SettingsProviderMultiUsersTest
/aosp_15_r20/cts/tests/app/AppStartTest/src/android/app/cts/
H A DActivityManagerAppStartInfoTest.java469 private String executeShellCmd(String cmdFormat, Object... args) throws Exception { in executeShellCmd() method in ActivityManagerAppStartInfoTest
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/am/
H A DServiceRestarterTest.java458 private String executeShellCmd(String cmd) throws Exception { in executeShellCmd() method in ServiceRestarterTest
/aosp_15_r20/packages/modules/Profiling/tests/cts/src/android/profiling/cts/
DProfilingFrameworkTests.java1099 private String executeShellCmd(String cmdFormat, Object... args) throws Exception { in executeShellCmd() method in ProfilingFrameworkTests
DProfilingServiceTests.java1988 private String executeShellCmd(String cmdFormat, Object... args) throws Exception { in executeShellCmd() method in ProfilingServiceTests
/aosp_15_r20/cts/tests/app/AppExitTest/src/android/app/cts/
H A DActivityManagerAppExitInfoTest.java388 private String executeShellCmd(String cmdFormat, Object... args) throws Exception { in executeShellCmd() method in ActivityManagerAppExitInfoTest
/aosp_15_r20/cts/tests/tests/app.usage/src/android/app/usage/cts/
H A DUsageStatsTest.java2740 private String executeShellCmd(String command) throws IOException { in executeShellCmd() method in UsageStatsTest