Searched refs:mCurClient (Results 1 – 1 of 1) sorted by relevance
534 private ClientState mCurClient; field in InputMethodManagerService1881 if (mCurClient == client) { in onClientRemoved()1895 mCurClient = null; in onClientRemoved()1911 if (mCurClient != null) { in unbindCurrentClientLocked()1913 Slog.v(TAG, "unbindCurrentInputLocked: client=" + mCurClient.mClient.asBinder()); in unbindCurrentClientLocked()1927 mCurClient.mClient.setActive(false /* active */, false /* fullscreen */); in unbindCurrentClientLocked()1933 mCurClient.mClient.onUnbindMethod(bindingController.getSequenceNumber(), in unbindCurrentClientLocked()1935 mCurClient.mSessionRequested = false; in unbindCurrentClientLocked()1936 mCurClient.mSessionRequestedForAccessibility = false; in unbindCurrentClientLocked()1937 mCurClient = null; in unbindCurrentClientLocked()[all …]