Searched refs:mMethodMap (Results 1 – 2 of 2) sorted by relevance
53 : mMethodMap{methodMap} {}75 auto it = mMethodMap.find(code); in getMethodForCode()76 return it == mMethodMap.end() ? std::to_string((int)code) : it->second; in getMethodForCode()119 const std::map<Code, std::string, std::less<>> mMethodMap;
75 private final InputMethodMap mMethodMap; field in InputMethodSettings101 mMethodMap = methodMap; in InputMethodSettings()109 return mMethodMap; in getMethodMap()164 final InputMethodInfo info = mMethodMap.get(imsPair.first); in getEnabledInputMethodSubtypeList()249 final InputMethodInfo info = mMethodMap.get(ims.first); in createEnabledInputMethodList()349 final InputMethodInfo lastImi = mMethodMap.get(lastIme.first); in getLastInputMethodSubtype()408 final InputMethodInfo imi = mMethodMap.get(imeId); in getEnabledSubtypeHashCodeForInputMethodAndSubtype()555 final InputMethodInfo imi = mMethodMap.get(selectedImiId); in getSelectedInputMethodSubtypeId()589 final InputMethodInfo imi = mMethodMap.get(selectedMethodId); in getCurrentInputMethodSubtypeForNonCurrentUsers()630 final InputMethodInfo imi = mMethodMap.get(imeId); in getNewAdditionalSubtypeMap()[all …]