/frameworks/base/packages/SettingsProvider/test/src/com/android/providers/settings/ |
D | BaseSettingsProviderTest.java | 192 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()
|
D | InstallNonMarketAppsDeprecationTest.java | 80 InstrumentationRegistry.getInstrumentation().getUiAutomation().executeShellCommand( in getSecureSettingForUserViaShell()
|
/frameworks/base/packages/Shell/tests/src/com/android/shell/ |
D | UiBot.java | 174 mDevice.executeShellCommand("input keyevent KEYCODE_WAKEUP"); in turnScreenOn() 175 mDevice.executeShellCommand("wm dismiss-keyguard"); in turnScreenOn()
|
D | BugreportReceiverTest.java | 975 UiDevice.getInstance(getInstrumentation()).executeShellCommand(cmd); in silentlyExecuteShellCommand()
|
/frameworks/base/core/java/android/app/ |
D | IUiAutomationConnection.aidl | 45 void executeShellCommand(String command, in ParcelFileDescriptor fd); in executeShellCommand() method
|
D | UiAutomation.java | 989 public ParcelFileDescriptor executeShellCommand(String command) { in executeShellCommand() method in UiAutomation 1003 mUiAutomationConnection.executeShellCommand(command, sink); in executeShellCommand()
|
D | UiAutomationConnection.java | 271 public void executeShellCommand(final String command, final ParcelFileDescriptor sink) in executeShellCommand() method in UiAutomationConnection
|
/frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/ |
D | AppLaunch.java | 326 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/ |
D | BasePrintTest.java | 127 ParcelFileDescriptor pfd = instrumentation.getUiAutomation().executeShellCommand(cmd); in runShellCommand()
|
D | WorkflowTest.java | 114 getInstrumentation().getUiAutomation().executeShellCommand(cmd))) { in runShellCommand()
|
/frameworks/base/core/tests/coretests/src/android/print/ |
D | BasePrintTest.java | 196 ParcelFileDescriptor pfd = instrumentation.getUiAutomation().executeShellCommand(cmd); in runShellCommand()
|
/frameworks/base/tools/preload2/src/com/android/preload/ |
D | DeviceUtils.java | 85 device.executeShellCommand(cmdline, receiver, timeout, unit); in doShell()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/net/ |
D | ConnOnActivityStartTest.java | 328 final String result = mUiDevice.executeShellCommand(cmd).trim(); in executeCommand()
|
/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/ |
D | ShortcutManagerTestUtils.java | 172 instrumentation.getUiAutomation().executeShellCommand(command)); in runCommand()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 5136 method public android.os.ParcelFileDescriptor executeShellCommand(java.lang.String);
|
/frameworks/base/api/ |
D | current.txt | 5972 method public android.os.ParcelFileDescriptor executeShellCommand(java.lang.String);
|
D | system-current.txt | 6178 method public android.os.ParcelFileDescriptor executeShellCommand(java.lang.String);
|