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

/frameworks/base/services/core/java/com/android/server/
H A DInputMethodManagerService.java376 boolean mBoundToMethod; field in class:InputMethodManagerService
1095 if (mBoundToMethod) {
1096 mBoundToMethod = false;
1136 if (!mBoundToMethod) {
1139 mBoundToMethod = true;
3559 + " mBoundToMethod=" + mBoundToMethod);

Completed in 89 milliseconds