Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodBindingController.java99 @Nullable private CountDownLatch mLatchForTesting; field in InputMethodBindingController
140 mLatchForTesting = latchForTesting; in InputMethodBindingController()
398 if (mLatchForTesting != null) {
399 mLatchForTesting.countDown(); // Notify the finish to tests