Searched defs:mFlushCallable (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
H A DResearchLog.java201 mExecutor.submit(mFlushCallable);
204 private final Callable<Object> mFlushCallable = new Callable<Object>() { field in class:ResearchLog
223 mFlushFuture = mExecutor.schedule(mFlushCallable, FLUSH_DELAY_IN_MS, TimeUnit.MILLISECONDS);

Completed in 84 milliseconds