Searched refs:assertRotationOrder (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/inputmethod/ |
D | InputMethodSubtypeSwitchingControllerTest.java | 177 private void assertRotationOrder(final ControllerImpl controller, in assertRotationOrder() method in InputMethodSubtypeSwitchingControllerTest 221 assertRotationOrder(controller, false /* onlyCurrentIme */, in testControllerImpl() 225 assertRotationOrder(controller, false /* onlyCurrentIme */, in testControllerImpl() 230 assertRotationOrder(controller, true /* onlyCurrentIme */, in testControllerImpl() 232 assertRotationOrder(controller, true /* onlyCurrentIme */, in testControllerImpl() 275 assertRotationOrder(controller, false /* onlyCurrentIme */, in testControllerImplWithUserAction() 279 assertRotationOrder(controller, false /* onlyCurrentIme */, in testControllerImplWithUserAction() 283 assertRotationOrder(controller, false /* onlyCurrentIme */, in testControllerImplWithUserAction() 287 assertRotationOrder(controller, false /* onlyCurrentIme */, in testControllerImplWithUserAction() 292 assertRotationOrder(controller, true /* onlyCurrentIme */, in testControllerImplWithUserAction() [all …]
|