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

/frameworks/base/services/core/java/com/android/server/
H A DInputMethodManagerService.java390 boolean mBoundToMethod; field in class:InputMethodManagerService
1248 if (mBoundToMethod) {
1249 mBoundToMethod = false;
1289 if (!mBoundToMethod) {
1292 mBoundToMethod = true;
3790 + " mBoundToMethod=" + mBoundToMethod);

Completed in 58 milliseconds