Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/server/inputmethod/
H A DDefaultImeVisibilityApplierTest.java71 mInputMethodManagerService.setAttachedClientForTesting( in setUp()
136 mInputMethodManagerService.setAttachedClientForTesting(null); in testApplyImeVisibility_hideImeFromTargetOnSecondaryDisplay()
171 mInputMethodManagerService.setAttachedClientForTesting(null); in testApplyImeVisibility_hideImeWhenUnbinding()
/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodManagerService.java2405 void setAttachedClientForTesting(@NonNull ClientState cs) { in setAttachedClientForTesting() method in InputMethodManagerService