Home
last modified time | relevance | path

Searched refs:executeShellCommand (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/packages/SettingsProvider/test/src/com/android/providers/settings/
DBaseSettingsProviderTest.java192 executeShellCommand("settings reset global " + modeString); in resetSettingsViaShell()
196 executeShellCommand("settings reset secure " + modeString); in resetSettingsViaShell()
213 executeShellCommand("settings reset global " + packageName + " " in resetToDefaultsViaShell()
218 executeShellCommand("settings reset secure " + packageName + " " in resetToDefaultsViaShell()
223 executeShellCommand("settings reset system " + packageName + " " in resetToDefaultsViaShell()
282 executeShellCommand("settings put global " + name + " " in setSettingViaShell()
289 executeShellCommand("settings put secure " + name + " " in setSettingViaShell()
295 executeShellCommand("settings put system " + name + " " in setSettingViaShell()
350 protected static void executeShellCommand(String command) throws IOException { in executeShellCommand() method in BaseSettingsProviderTest
352 .getUiAutomation().executeShellCommand(command).getFileDescriptor()); in executeShellCommand()
DInstallNonMarketAppsDeprecationTest.java80 InstrumentationRegistry.getInstrumentation().getUiAutomation().executeShellCommand( in getSecureSettingForUserViaShell()
/frameworks/base/packages/Shell/tests/src/com/android/shell/
DUiBot.java174 mDevice.executeShellCommand("input keyevent KEYCODE_WAKEUP"); in turnScreenOn()
175 mDevice.executeShellCommand("wm dismiss-keyguard"); in turnScreenOn()
DBugreportReceiverTest.java975 UiDevice.getInstance(getInstrumentation()).executeShellCommand(cmd); in silentlyExecuteShellCommand()
/frameworks/base/core/java/android/app/
DIUiAutomationConnection.aidl45 void executeShellCommand(String command, in ParcelFileDescriptor fd); in executeShellCommand() method
DUiAutomation.java989 public ParcelFileDescriptor executeShellCommand(String command) { in executeShellCommand() method in UiAutomation
1003 mUiAutomationConnection.executeShellCommand(command, sink); in executeShellCommand()
DUiAutomationConnection.java271 public void executeShellCommand(final String command, final ParcelFileDescriptor sink) in executeShellCommand() method in UiAutomationConnection
/frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/
DAppLaunch.java326 executeShellCommand(String.format(SPEED_PROFILE_CMD, appPkgName)); in profileCompileApp()
391 .executeShellCommand(DROP_CACHE_SCRIPT)); in dropCache()
627 .executeShellCommand(launchCmd); in run()
/frameworks/base/packages/PrintSpooler/tests/outofprocess/src/com/android/printspooler/outofprocess/tests/
DBasePrintTest.java127 ParcelFileDescriptor pfd = instrumentation.getUiAutomation().executeShellCommand(cmd); in runShellCommand()
DWorkflowTest.java114 getInstrumentation().getUiAutomation().executeShellCommand(cmd))) { in runShellCommand()
/frameworks/base/core/tests/coretests/src/android/print/
DBasePrintTest.java196 ParcelFileDescriptor pfd = instrumentation.getUiAutomation().executeShellCommand(cmd); in runShellCommand()
/frameworks/base/tools/preload2/src/com/android/preload/
DDeviceUtils.java85 device.executeShellCommand(cmdline, receiver, timeout, unit); in doShell()
/frameworks/base/services/tests/servicestests/src/com/android/server/net/
DConnOnActivityStartTest.java328 final String result = mUiDevice.executeShellCommand(cmd).trim(); in executeCommand()
/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
DShortcutManagerTestUtils.java172 instrumentation.getUiAutomation().executeShellCommand(command)); in runCommand()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt5136 method public android.os.ParcelFileDescriptor executeShellCommand(java.lang.String);
/frameworks/base/api/
Dcurrent.txt5972 method public android.os.ParcelFileDescriptor executeShellCommand(java.lang.String);
Dsystem-current.txt6178 method public android.os.ParcelFileDescriptor executeShellCommand(java.lang.String);