Searched refs:mHaveConnection (Results 1 – 1 of 1) sorted by relevance
554 boolean mHaveConnection; field in InputMethodManagerService2398 if (mHaveConnection) { in startInputUncheckedLocked()2442 mHaveConnection = true; in startInputUncheckedLocked()2572 if (mHaveConnection) { in unbindCurrentMethodLocked()2574 mHaveConnection = false; in unbindCurrentMethodLocked()3134 if (mHaveConnection && !mVisibleBound) { in showCurrentInputLocked()3140 } else if (mHaveConnection && SystemClock.uptimeMillis() in showCurrentInputLocked()3153 Slog.d(TAG, "Can't show input: connection = " + mHaveConnection + ", time = " in showCurrentInputLocked()3240 if (mHaveConnection && mVisibleBound) { in hideCurrentInputLocked()4036 proto.write(HAVE_CONNECTION, mHaveConnection); in dumpDebug()[all …]