Searched refs:executeCommand (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/net/
H A DConnOnActivityStartTest.java256 executeCommand("settings put global low_power 1");
258 executeCommand("settings put global low_power 0");
261 final String result = executeCommand("settings get global low_power");
266 executeCommand("cmd netpolicy set restrict-background " + enabled);
267 final String output = executeCommand("cmd netpolicy get restrict-background");
277 executeCommand("dumpsys deviceidle force-idle deep");
281 executeCommand("dumpsys deviceidle unforce");
288 executeCommand("am set-inactive " + TEST_PKG + " " + enabled);
295 executeCommand("cmd netpolicy add restrict-background-blacklist " + mTestPkgUid);
297 executeCommand("cm
350 private String executeCommand(String cmd) throws IOException { method in class:ConnOnActivityStartTest
[all...]
/frameworks/base/core/java/android/view/
H A DIWindow.aidl48 void executeCommand(String command, String parameters, in ParcelFileDescriptor descriptor);
H A DViewRootImpl.java7520 public void executeCommand(String command, String parameters, ParcelFileDescriptor out) { method in class:ViewRootImpl.W
7528 + " executeCommand() from pid=" + Binder.getCallingPid()
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
H A DTestIWindow.java31 public void executeCommand(String command, String parameters, method in class:TestIWindow
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeWindow.java46 public void executeCommand(String arg0, String arg1, ParcelFileDescriptor arg2) method in class:BridgeWindow
/frameworks/base/core/java/com/android/internal/view/
H A DBaseIWindow.java70 public void executeCommand(String command, String parameters, ParcelFileDescriptor out) { method in class:BaseIWindow
/frameworks/native/include/binder/
H A DIPCThreadState.h107 status_t executeCommand(int32_t command);
/frameworks/native/libs/binder/include/binder/
H A DIPCThreadState.h107 status_t executeCommand(int32_t command);
/frameworks/native/libs/binder/
H A DIPCThreadState.cpp449 result = executeCommand(cmd);
797 err = executeCommand(cmd);
957 status_t IPCThreadState::executeCommand(int32_t cmd) function in class:android::IPCThreadState

Completed in 251 milliseconds