Home
last modified time | relevance | path

Searched refs:imm (Results 1 – 4 of 4) sorted by relevance

/cts/tests/uiautomator/test-apps/CtsUiAutomatorApp/src/com/android/cts/uiautomator/
DTest1DetailFragment.java65 InputMethodManager imm = (InputMethodManager) getActivity().getSystemService( in onCreateView()
67 imm.hideSoftInputFromWindow(mEditText.getWindowToken(), 0); in onCreateView()
DTest3DetailFragment.java97 InputMethodManager imm = (InputMethodManager) getActivity().getSystemService( in onCreateView()
99 imm.hideSoftInputFromWindow(mEditText.getWindowToken(), 0); in onCreateView()
/cts/tests/tests/view/src/android/view/inputmethod/cts/
DInputMethodInfoTest.java205 final InputMethodManager imm = (InputMethodManager) mContext in testInputMethodSubtypesOfSystemImes() local
207 final List<InputMethodInfo> imis = imm.getInputMethodList(); in testInputMethodSubtypesOfSystemImes()
222 imm.getEnabledInputMethodSubtypeList(imi, true); in testInputMethodSubtypesOfSystemImes()
/cts/tests/tests/view/src/android/view/cts/
DViewTest.java2970 final InputMethodManager imm = (InputMethodManager)getActivity().getSystemService( in testSetScrollContainer() local
2985 imm.showSoftInput(mockView, 0); in testSetScrollContainer()
2994 imm.hideSoftInputFromInputMethod(mockView.getWindowToken(), 0); in testSetScrollContainer()
3331 final InputMethodManager imm = (InputMethodManager)getActivity().getSystemService( in testInputConnection() local
3350 imm.showSoftInput(editText, 0); in testInputConnection()
3367 assertTrue(imm.isActive(editText)); in testInputConnection()
3369 imm.isActive(view); in testInputConnection()