Searched refs:mBoundToMethod (Results 1 – 1 of 1) sorted by relevance
682 boolean mBoundToMethod; field in InputMethodManagerService2280 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()