Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/inputmethod/
DInputMethodManager.java1089 final InputConnection mDummyInputConnection = new BaseInputConnection(this, false); field in InputMethodManager
1184 mIInputContext = new ControlledInputConnectionWrapper(looper, mDummyInputConnection, this, in InputMethodManager()