Home
last modified time | relevance | path

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

/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/server/inputmethod/
DDefaultImeVisibilityApplierTest.java80 mInputMethodManagerService.setAttachedClientForTesting(requireNonNull( in setUp()
169 mInputMethodManagerService.setAttachedClientForTesting(null); in testApplyImeVisibility_hideImeFromTargetOnSecondaryDisplay()
207 mInputMethodManagerService.setAttachedClientForTesting(null); in testApplyImeVisibility_hideImeWhenUnbinding()
/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java1979 void setAttachedClientForTesting(@NonNull ClientState cs) { in setAttachedClientForTesting() method in InputMethodManagerService