Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DWindowInsetsAnimationSynchronicityTests.java96 try (ImeSession imeSession = new ImeSession(SimpleIme.getName(mContext))) { in runTest()
292 private static class ImeSession implements AutoCloseable { class in WindowInsetsAnimationSynchronicityTests
298 ImeSession(ComponentName ime) throws Exception { in ImeSession() method in WindowInsetsAnimationSynchronicityTests.ImeSession
/cts/tests/translation/src/android/translation/cts/
DUiTranslationManagerTest.java371 try (ImeSession imeSession = new ImeSession( in testIMEUiTranslationStateCallback()
786 private static class ImeSession implements AutoCloseable { class in UiTranslationManagerTest
791 ImeSession(ComponentName ime) throws Exception { in ImeSession() method in UiTranslationManagerTest.ImeSession
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DSpellCheckerTest.kt421 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