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