Searched refs:mCurMethodId (Results 1 – 1 of 1) sorted by relevance
508 String mCurMethodId; field in InputMethodManagerService1729 if (mCurMethodId != null && !mMethodMap.get(mCurMethodId).isSystem()) { in resetDefaultImeLocked()2036 final InputMethodInfo imi = mMethodMap.get(mCurMethodId); in onCreateInlineSuggestionsRequestLocked()2176 if (imiId == null && mCurMethodId != null) { in getEnabledInputMethodSubtypeListLocked()2177 imi = mMethodMap.get(mCurMethodId); in getEnabledInputMethodSubtypeListLocked()2422 if (mCurMethodId == null) { in startInputUncheckedLocked()2431 null, null, mCurMethodId, mCurSeq, null); in startInputUncheckedLocked()2485 if (mCurId != null && mCurId.equals(mCurMethodId) in startInputUncheckedLocked()2515 mCurMethodId, SystemClock.uptimeMillis()-mLastBindTime, 0); in startInputUncheckedLocked()2520 InputMethodInfo info = mMethodMap.get(mCurMethodId); in startInputUncheckedLocked()[all …]