Home
last modified time | relevance | path

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

/frameworks/av/media/utils/include/mediautils/
DMethodStatistics.h53 : 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;
/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodSettings.java75 private final InputMethodMap mMethodMap; field in InputMethodSettings
101 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 …]