Searched refs:TEST_IME_ID (Results 1 – 1 of 1) sorted by relevance
61 private static final String TEST_IME_ID = PACKAGE_NAME + "/" + TEST_SERVICE_NAME; field in InputMethodBindingControllerTest113 mBindingController.setSelectedMethodId(TEST_IME_ID); in testBindCurrentMethod_notConnected()142 mBindingController.setSelectedMethodId(TEST_IME_ID); in testBindCurrentMethodWithMainConnection()143 info = mInputMethodManagerService.queryInputMethodForCurrentUserLocked(TEST_IME_ID); in testBindCurrentMethodWithMainConnection()146 assertThat(info.getId()).isEqualTo(TEST_IME_ID); in testBindCurrentMethodWithMainConnection()