Searched refs:executeBlocking (Results 1 – 6 of 6) sorted by relevance
45 default void executeBlocking(Runnable runnable, int waitTimeout, TimeUnit waitTimeUnit) in executeBlocking() method61 default void executeBlocking(Runnable runnable) throws InterruptedException { in executeBlocking() method62 executeBlocking(runnable, 2, TimeUnit.SECONDS); in executeBlocking()
52 controllerInstance.getRemoteCallExecutor().executeBlocking(() -> { in executeRemoteCallWithTaskPermission()
297 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()
135 mMainExecutor.executeBlocking(() -> { in updateIsEnabled()
156 executor.executeBlocking(() -> choreographer[0] = Choreographer.getInstance()); in provideShellMainChoreographer()
238 mMainExecutor.executeBlocking(() -> { in updateIsEnabled()