Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java682 boolean mBoundToMethod; field in InputMethodManagerService
2280 if (mBoundToMethod) { in removeClient()
2281 mBoundToMethod = false; in removeClient()
2310 if (mBoundToMethod) { in unbindCurrentClientLocked()
2311 mBoundToMethod = false; in unbindCurrentClientLocked()
2354 if (!mBoundToMethod) { in attachNewInputLocked()
2357 mBoundToMethod = true; in attachNewInputLocked()
5241 + " mBoundToMethod=" + mBoundToMethod + " mVisibleBound=" + mVisibleBound); in dump()