Searched refs:mCurMethodId (Results 1 – 1 of 1) sorted by relevance
464 String mCurMethodId; field in InputMethodManagerService1664 if (mCurMethodId != null && !mMethodMap.get(mCurMethodId).isSystem()) { in resetDefaultImeLocked()1971 final InputMethodInfo imi = mMethodMap.get(mCurMethodId); in onCreateInlineSuggestionsRequestLocked()2114 if (imiId == null && mCurMethodId != null) { in getEnabledInputMethodSubtypeListLocked()2115 imi = mMethodMap.get(mCurMethodId); in getEnabledInputMethodSubtypeListLocked()2329 if (mCurMethodId == null) { in startInputUncheckedLocked()2338 null, null, mCurMethodId, mCurSeq, false); in startInputUncheckedLocked()2396 if (mCurId != null && mCurId.equals(mCurMethodId) in startInputUncheckedLocked()2426 mCurMethodId, SystemClock.uptimeMillis()-mLastBindTime, 0); in startInputUncheckedLocked()2431 InputMethodInfo info = mMethodMap.get(mCurMethodId); in startInputUncheckedLocked()[all …]