Home
last modified time | relevance | path

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

/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DMockImeSession.java180 private String getMockImeId() { in getMockImeId() method in MockImeSession
211 executeShellCommand(mUiAutomation, "ime enable " + getMockImeId()); in initialize()
212 executeShellCommand(mUiAutomation, "ime set " + getMockImeId()); in initialize()
215 () -> getMockImeId().equals(getCurrentInputMethodId())); in initialize()