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.java187 private String getMockImeId() { in getMockImeId() method in MockImeSession
218 executeShellCommand(mUiAutomation, "ime enable " + getMockImeId()); in initialize()
219 executeShellCommand(mUiAutomation, "ime set " + getMockImeId()); in initialize()
222 () -> getMockImeId().equals(getCurrentInputMethodId())); in initialize()