Home
last modified time | relevance | path

Searched refs:mCurMethodId (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java508 String mCurMethodId; field in InputMethodManagerService
1729 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 …]