Home
last modified time | relevance | path

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

/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilitySoftKeyboardTest.java136 String currentIME = Settings.Secure.getString( in testSwitchToInputMethod() local
138 assertNotEquals(Ime1Constants.IME_ID, currentIME); in testSwitchToInputMethod()
143 currentIME = Settings.Secure.getString( in testSwitchToInputMethod()
148 assertEquals(Ime1Constants.IME_ID, currentIME); in testSwitchToInputMethod()