Searched refs:mCountDownLatchForTesting (Results 1 – 1 of 1) sorted by relevance
37 private CountDownLatch mCountDownLatchForTesting; field in InputMethodServiceWrapper44 mCountDownLatchForTesting = countDownLatchForTesting; in setCountDownLatchForTesting()65 if (mCountDownLatchForTesting != null) { in onStartInputView()66 mCountDownLatchForTesting.countDown(); in onStartInputView()82 if (mCountDownLatchForTesting != null) { in onFinishInputView()83 mCountDownLatchForTesting.countDown(); in onFinishInputView()98 if (mCountDownLatchForTesting != null) { in onConfigurationChanged()99 mCountDownLatchForTesting.countDown(); in onConfigurationChanged()