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.java485 String mCurMethodId; field in InputMethodManagerService
1513 if (mCurMethodId != null && !mMethodMap.get(mCurMethodId).isSystem()) { in resetDefaultImeLocked()
1834 if (imiId == null && mCurMethodId != null) { in getEnabledInputMethodSubtypeListLocked()
1835 imi = mMethodMap.get(mCurMethodId); in getEnabledInputMethodSubtypeListLocked()
2069 if (mCurMethodId == null) { in startInputUncheckedLocked()
2078 null, null, mCurMethodId, mCurSeq, null); in startInputUncheckedLocked()
2132 if (mCurId != null && mCurId.equals(mCurMethodId) in startInputUncheckedLocked()
2162 mCurMethodId, SystemClock.uptimeMillis()-mLastBindTime, 0); in startInputUncheckedLocked()
2167 InputMethodInfo info = mMethodMap.get(mCurMethodId); in startInputUncheckedLocked()
2169 throw new IllegalArgumentException("Unknown id: " + mCurMethodId); in startInputUncheckedLocked()
[all …]