Searched refs:inputViewStarted (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/inputmethodservice/ |
H A D | InputMethodServiceTest.java | 616 Runnable runnable, boolean expected, boolean inputViewStarted) in verifyInputViewStatus() argument 618 verifyInputViewStatusInternal(runnable, expected, inputViewStarted, in verifyInputViewStatus() 623 Runnable runnable, boolean expected, boolean inputViewStarted) in verifyInputViewStatusOnMainSync() argument 625 verifyInputViewStatusInternal(runnable, expected, inputViewStarted, in verifyInputViewStatusOnMainSync() 638 Runnable runnable, boolean expected, boolean inputViewStarted, boolean runOnMainSync) in verifyInputViewStatusInternal() argument 659 assertThat(mInputMethodService.getCurrentInputViewStarted()).isEqualTo(inputViewStarted); in verifyInputViewStatusInternal()
|