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.java464 String mCurMethodId; field in InputMethodManagerService
1664 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 …]