Searched refs:mCurMethod (Results 1 – 2 of 2) sorted by relevance
77 @GuardedBy("ImfLock.class") @Nullable private IInputMethodInvoker mCurMethod; field in InputMethodBindingController229 return mCurMethod; in getCurMethod()289 mCurMethod = IInputMethodInvoker.create(IInputMethod.Stub.asInterface(service));305 mService.initializeImeLocked(mCurMethod, mCurToken);353 if (mCurMethod != null && mCurIntent != null388 mCurMethod = null; in clearCurMethodAndSessions()500 if (mCurMethod != null) { in setCurrentMethodVisible()
613 IInputMethodSession mCurMethod; field in InputMethodManager1037 mCurMethod = res.method; // for @UnsupportedAppUsage in handleMessage()1885 mCurMethod = null; // for @UnsupportedAppUsage in clearBindingLocked()2845 mCurMethod = res.method; // for @UnsupportedAppUsage in startInputInner()