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/insets/
DWindowInsetsAnimationSynchronicityTests.java97 try (ImeSession imeSession = new ImeSession(SimpleIme.getName(mContext))) { in runTest()
296 private static class ImeSession implements AutoCloseable { class in WindowInsetsAnimationSynchronicityTests
302 ImeSession(ComponentName ime) throws Exception { in ImeSession() method in WindowInsetsAnimationSynchronicityTests.ImeSession
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DSpellCheckerTest.kt443 ImeSession(SPELL_CHECKING_IME_ID).use { in <lambda>()
494 ImeSession(SPELL_CHECKING_IME_ID).use { in <lambda>()
758 private inner class ImeSession(val imeId: String) : AutoCloseable { in <lambda>() class in android.view.inputmethod.cts.SpellCheckerTest
/cts/tests/translation/src/android/translation/cts/
DUiTranslationManagerTest.java572 try (ImeSession imeSession = new ImeSession( in testIMEUiTranslationStateCallback()
1546 private static class ImeSession implements AutoCloseable { class in UiTranslationManagerTest
1551 ImeSession(ComponentName ime) throws Exception { in ImeSession() method in UiTranslationManagerTest.ImeSession