Searched defs:executeCommand (Results  1 – 7 of 7) sorted by relevance
| /frameworks/opt/car/services/builtInServices/host_tests/src/com/android/internal/car/test/ | 
| D | CarServiceCrashDumpTest.java | 97     private String executeCommand(String command, Object... args) throws Exception {  in executeCommand()  method in CarServiceCrashDumpTest
  | 
| /frameworks/base/core/java/android/view/ | 
| D | IWindow.aidl | 55     void executeCommand(String command, String parameters, in ParcelFileDescriptor descriptor);  in executeCommand()  method
  | 
| D | ViewRootImpl.java | 10635         public void executeCommand(String command, String parameters, ParcelFileDescriptor out) {  in executeCommand()  method in ViewRootImpl.TrackballAxis.W
  | 
| /frameworks/base/services/tests/wmtests/src/com/android/server/wm/ | 
| D | TestIWindow.java | 42     public void executeCommand(String command, String parameters,  in executeCommand()  method in TestIWindow
  | 
| /frameworks/base/core/java/com/android/internal/view/ | 
| D | BaseIWindow.java | 93     public void executeCommand(String command, String parameters, ParcelFileDescriptor out) {  in executeCommand()  method in BaseIWindow
  | 
| /frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/ | 
| D | SystemWindows.java | 373         public void executeCommand(String command, String parameters, ParcelFileDescriptor out) {}  in executeCommand()  method in SystemWindows.ContainerWindow
  | 
| /frameworks/native/libs/binder/ | 
| D | IPCThreadState.cpp | 1274 status_t IPCThreadState::executeCommand(int32_t cmd)  in executeCommand()  function in android::IPCThreadState
  |