Home
last modified time | relevance | path

Searched refs:callRequestHideSelf (Results 1 – 3 of 3) sorted by relevance

/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DInputMethodStatsTest.java302 imeSession.callRequestHideSelf(0 /* flags */); in testImeHideImeRequestFinished()
DInputMethodServiceTest.java336 imeSession.callRequestHideSelf(0);
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DMockImeSession.java1699 public ImeCommand callRequestHideSelf(int flags) { in callRequestHideSelf() method in MockImeSession