Searched refs:EmptyRunnable (Results 1 – 1 of 1) sorted by relevance
311 mThread.getHandler().post(new EmptyRunnable()); in waitForIdle()323 mThread.getHandler().post(new EmptyRunnable()); in waitForIdleSync()1555 private static final class EmptyRunnable implements Runnable { class in Instrumentation