Searched refs:mCurMethodId (Results 1 – 1 of 1) sorted by relevance
464 String mCurMethodId; field in InputMethodManagerService1661 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 …]