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