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