Home
last modified time | relevance | path

Searched defs:executeShellCommand (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/tests/SystemMemoryTest/host/src/com/android/tests/sysmem/host/
DDevice.java36 public String executeShellCommand(String command) throws TestException { in executeShellCommand() method in Device
/frameworks/base/core/tests/overlaytests/device/src/com/android/overlaytest/
DLocalOverlayManager.java61 private static String executeShellCommand(final String command) in executeShellCommand() method in LocalOverlayManager
/frameworks/base/core/tests/coretests/src/com/android/internal/os/
DBatteryStatsUserLifecycleTests.java152 private String executeShellCommand(String cmd) throws Exception { in executeShellCommand() method in BatteryStatsUserLifecycleTests
/frameworks/base/core/java/android/app/
DIUiAutomationConnection.aidl47 void executeShellCommand(String command, in ParcelFileDescriptor sink, in executeShellCommand() method
DUiAutomationConnection.java365 public void executeShellCommand(final String command, final ParcelFileDescriptor sink, in executeShellCommand() method in UiAutomationConnection
DUiAutomation.java1136 public ParcelFileDescriptor executeShellCommand(String command) { in executeShellCommand() method in UiAutomation
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/globalactions/
DGlobalActionsImeTest.java128 private static void executeShellCommand(String cmd) { in executeShellCommand() method in GlobalActionsImeTest
/frameworks/base/packages/SettingsProvider/test/src/com/android/providers/settings/
DDeviceConfigServiceTest.java163 private static void executeShellCommand(String command) throws IOException { in executeShellCommand() method in DeviceConfigServiceTest
DBaseSettingsProviderTest.java369 protected static void executeShellCommand(String command) throws IOException { in executeShellCommand() method in BaseSettingsProviderTest
/frameworks/base/apct-tests/perftests/windowmanager/src/android/wm/
DWindowManagerPerfTestBase.java103 static ByteArrayOutputStream executeShellCommand(String command) { in executeShellCommand() method in WindowManagerPerfTestBase
/frameworks/base/core/tests/coretests/src/android/database/
DDatabaseGeneralTest.java1071 private String executeShellCommand(String cmd) throws Exception { in executeShellCommand() method in DatabaseGeneralTest