Searched refs:executeBlocking (Results 1 – 7 of 7) 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()
62 controllerInstance.getRemoteCallExecutor().executeBlocking(() -> { in executeRemoteCallWithTaskPermission()
410 mMainExecutor.executeBlocking(() -> { in handleCommand()422 mMainExecutor.executeBlocking(() -> { in createExternalInterfaces()433 mMainExecutor.executeBlocking(() -> ShellController.this.handleDump(pw)); in dump()
135 mMainExecutor.executeBlocking(() -> { in updateIsEnabled()
156 executor.executeBlocking(() -> choreographer[0] = Choreographer.getInstance()); in provideShellMainChoreographer()
202 mMainExecutor.executeBlocking(() -> { in updateIsEnabled()
214 mMainExecutor.executeBlocking(() -> { in updateIsEnabled()