Searched refs:ImeSession (Results 1 – 3 of 3) sorted by relevance
96 try (ImeSession imeSession = new ImeSession(SimpleIme.getName(mContext))) { in runTest()292 private static class ImeSession implements AutoCloseable { class in WindowInsetsAnimationSynchronicityTests298 ImeSession(ComponentName ime) throws Exception { in ImeSession() method in WindowInsetsAnimationSynchronicityTests.ImeSession
371 try (ImeSession imeSession = new ImeSession( in testIMEUiTranslationStateCallback()786 private static class ImeSession implements AutoCloseable { class in UiTranslationManagerTest791 ImeSession(ComponentName ime) throws Exception { in ImeSession() method in UiTranslationManagerTest.ImeSession
421 ImeSession(SPELL_CHECKING_IME_ID).use { in <lambda>()693 private inner class ImeSession(val imeId: String) : AutoCloseable { in <lambda>() class in android.view.inputmethod.cts.SpellCheckerTest