Home
last modified time | relevance | path

Searched refs:mLatchForTesting (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodBindingController.java84 @Nullable private CountDownLatch mLatchForTesting; field in InputMethodBindingController
123 mLatchForTesting = latchForTesting; in InputMethodBindingController()
318 if (mLatchForTesting != null) {
319 mLatchForTesting.countDown(); // Notify the finish to tests