Home
last modified time | relevance | path

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

/cts/tests/inputmethod/tests32/src/android/view/inputmethod/cts/sdk32/
DInputMethodManagerTest.kt58 session.callRequestShowSelf(0) in <lambda>()
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DInputMethodStatsTest.java286 imeSession.callRequestShowSelf(0 /* flags */); in testImeShowImeRequestFinished()
DInputMethodServiceTest.java361 imeSession.callRequestShowSelf(0);
1193 imeSession.callRequestShowSelf(0 /* flags */);
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DMockImeSession.java1718 public ImeCommand callRequestShowSelf(int flags) { in callRequestShowSelf() method in MockImeSession