Searched refs:mLatchForTesting (Results 1 – 1 of 1) sorted by relevance
84 @Nullable private CountDownLatch mLatchForTesting; field in InputMethodBindingController123 mLatchForTesting = latchForTesting; in InputMethodBindingController()318 if (mLatchForTesting != null) {319 mLatchForTesting.countDown(); // Notify the finish to tests