Home
last modified time | relevance | path

Searched defs:executeCommand (Results 1 – 7 of 7) sorted by relevance

/frameworks/opt/car/services/builtInServices/host_tests/src/com/android/internal/car/test/
DCarServiceCrashDumpTest.java97 private String executeCommand(String command, Object... args) throws Exception { in executeCommand() method in CarServiceCrashDumpTest
/frameworks/base/core/java/android/view/
DIWindow.aidl55 void executeCommand(String command, String parameters, in ParcelFileDescriptor descriptor); in executeCommand() method
DViewRootImpl.java10635 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/
DTestIWindow.java42 public void executeCommand(String command, String parameters, in executeCommand() method in TestIWindow
/frameworks/base/core/java/com/android/internal/view/
DBaseIWindow.java93 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/
DSystemWindows.java373 public void executeCommand(String command, String parameters, ParcelFileDescriptor out) {} in executeCommand() method in SystemWindows.ContainerWindow
/frameworks/native/libs/binder/
DIPCThreadState.cpp1274 status_t IPCThreadState::executeCommand(int32_t cmd) in executeCommand() function in android::IPCThreadState