Searched refs:latinIme_fr (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/inputmethod/ |
D | InputMethodSubtypeSwitchingControllerTest.java | 210 final ImeSubtypeListItem latinIme_fr = enabledItems.get(1); in testControllerImpl() local 222 latinIme_en_US, latinIme_fr, japaneseIme_ja_JP); in testControllerImpl() 231 latinIme_en_US, latinIme_fr); in testControllerImpl() 264 final ImeSubtypeListItem latinIme_fr = enabledItems.get(1); in testControllerImplWithUserAction() local 276 latinIme_en_US, latinIme_fr, japaneseIme_ja_JP); in testControllerImplWithUserAction() 278 onUserAction(controller, latinIme_fr); in testControllerImplWithUserAction() 280 latinIme_fr, latinIme_en_US, japaneseIme_ja_JP); in testControllerImplWithUserAction() 282 onUserAction(controller, latinIme_fr); in testControllerImplWithUserAction() 284 latinIme_fr, latinIme_en_US, japaneseIme_ja_JP); in testControllerImplWithUserAction() 286 onUserAction(controller, latinIme_fr); in testControllerImplWithUserAction() [all …]
|