Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
DShellExecutor.java45 default void executeBlocking(Runnable runnable, int waitTimeout, TimeUnit waitTimeUnit) in executeBlocking() method
61 default void executeBlocking(Runnable runnable) throws InterruptedException { in executeBlocking() method