Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodManagerService.java464 String mCurMethodId; field in InputMethodManagerService
1661 if (mCurMethodId != null && !mMethodMap.get(mCurMethodId).isSystem()) { in resetDefaultImeLocked()
2112 imi = mMethodMap.get(mCurMethodId); in getEnabledInputMethodSubtypeListLocked()
2326 if (mCurMethodId == null) { in startInputUncheckedLocked()
2598 mCurMethodId = null; in resetCurrentMethodAndClient()
2989 if (id.equals(mCurMethodId)) { in setInputMethodLocked()
3031 mCurMethodId = id; in setInputMethodLocked()
4014 proto.write(CUR_METHOD_ID, mCurMethodId); in dumpDebug()
4821 if (mCurMethodId == null) { in getCurrentInputMethodSubtypeLocked()
4861 return mCurMethodId; in getCurrentMethodId()
[all …]