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.java635 boolean mBoundToMethod; field in InputMethodManagerService
2210 if (mBoundToMethod) { in removeClient()
2211 mBoundToMethod = false; in removeClient()
2239 if (mBoundToMethod) { in unbindCurrentClientLocked()
2240 mBoundToMethod = false; in unbindCurrentClientLocked()
2282 if (!mBoundToMethod) { in attachNewInputLocked()
2285 mBoundToMethod = true; in attachNewInputLocked()
4045 proto.write(BOUND_TO_METHOD, mBoundToMethod); in dumpDebug()
5195 + " mBoundToMethod=" + mBoundToMethod + " mVisibleBound=" + mVisibleBound); in dumpAsStringNoCheck()