Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
H A 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
62 executeBlocking(runnable, 2, TimeUnit.SECONDS); in executeBlocking()
H A DExecutorUtils.java52 controllerInstance.getRemoteCallExecutor().executeBlocking(() -> { in executeRemoteCallWithTaskPermission()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/sysui/
H A DShellController.java297 mMainExecutor.executeBlocking(() -> ShellController.this.handleInit()); in onInit()
339 mMainExecutor.executeBlocking(() -> { in handleCommand()
351 mMainExecutor.executeBlocking(() -> { in createExternalInterfaces()
362 mMainExecutor.executeBlocking(() -> ShellController.this.handleDump(pw)); in dump()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/
H A DOneHandedTouchHandler.java135 mMainExecutor.executeBlocking(() -> { in updateIsEnabled()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/dagger/
H A DWMShellConcurrencyModule.java156 executor.executeBlocking(() -> choreographer[0] = Choreographer.getInstance()); in provideShellMainChoreographer()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPipResizeGestureHandler.java238 mMainExecutor.executeBlocking(() -> { in updateIsEnabled()