Home | History | Annotate | Download | only in app

Lines Matching refs:EmptyRunnable

381         mThread.getHandler().post(new EmptyRunnable());
393 mThread.getHandler().post(new EmptyRunnable());
2079 private static final class EmptyRunnable implements Runnable {