Searched refs:mServedInputConnection (Results 1 – 1 of 1) sorted by relevance
569 private RemoteInputConnectionImpl mServedInputConnection; field in InputMethodManager1004 && mServedInputConnection != null in hasActiveInputConnection()1005 && mServedInputConnection.isAssociatedWith(view) in hasActiveInputConnection()1022 return mServedInputConnection != null in hasActiveInputConnectionInternal()1023 && mServedInputConnection.isAssociatedWith(view); in hasActiveInputConnectionInternal()1222 if (mServedInputConnection != null) { in handleMessage()1381 if (mFullscreenMode != fullscreen && mServedInputConnection != null) { in handleMessage()1382 ic = mServedInputConnection; in handleMessage()2008 return mServedInputConnection != null; in isAcceptingText()2094 if (mServedInputConnection != null) { in clearConnectionLocked()[all …]