Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/insets/
DWindowInsetsAnimationSynchronicityTests.java296 private static class ImeSession implements AutoCloseable { class in WindowInsetsAnimationSynchronicityTests
302 ImeSession(ComponentName ime) throws Exception { in ImeSession() method in WindowInsetsAnimationSynchronicityTests.ImeSession
/cts/tests/translation/src/android/translation/cts/
DUiTranslationManagerTest.java1546 private static class ImeSession implements AutoCloseable { class in UiTranslationManagerTest
1551 ImeSession(ComponentName ime) throws Exception { in ImeSession() method in UiTranslationManagerTest.ImeSession
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DSpellCheckerTest.kt758 private inner class ImeSession(val imeId: String) : AutoCloseable { in <lambda>() class in android.view.inputmethod.cts.SpellCheckerTest