Home
last modified time | relevance | path

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

/frameworks/base/wifi/java/android/net/wifi/hotspot2/
DOsuProvider.java86 private final List<Integer> mMethodList; field in OsuProvider
103 mMethodList = new ArrayList<>(); in OsuProvider()
105 mMethodList = new ArrayList<>(methodList); in OsuProvider()
123 mMethodList = new ArrayList<>(); in OsuProvider()
133 if (source.mMethodList == null) { in OsuProvider()
134 mMethodList = new ArrayList<>(); in OsuProvider()
136 mMethodList = new ArrayList<>(source.mMethodList); in OsuProvider()
196 return mMethodList; in getMethodList()
215 dest.writeList(mMethodList); in writeToParcel()
238 && (mMethodList == null ? that.mMethodList == null in equals()
[all …]
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/inputmethod/
DInputMethodSettingValuesWrapper.java43 private final ArrayList<InputMethodInfo> mMethodList = new ArrayList<>(); field in InputMethodSettingValuesWrapper
66 mMethodList.clear(); in refreshAllInputMethodAndSubtypes()
67 mMethodList.addAll(mImm.getInputMethodList()); in refreshAllInputMethodAndSubtypes()
71 return new ArrayList<>(mMethodList); in getInputMethodList()
124 for (InputMethodInfo imi : mMethodList) { in getEnabledInputMethodList()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/anqp/
DOsuProviderInfo.java77 private final List<Integer> mMethodList; field in OsuProviderInfo
91 mMethodList = methodList; in OsuProviderInfo()
168 return Collections.unmodifiableList(mMethodList); in getMethodList()
231 && (mMethodList == null ? that.mMethodList == null in equals()
232 : mMethodList.equals(that.mMethodList)) in equals()
242 return Objects.hash(mFriendlyNames, mServerUri, mMethodList, mIconInfoList, in hashCode()
251 + ", mMethodList=" + mMethodList in toString()
/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java320 final ArrayList<InputMethodInfo> mMethodList = new ArrayList<>(); field in InputMethodManagerService
1145 final int N = mMethodList.size(); in onHandleForceStop()
1148 InputMethodInfo imi = mMethodList.get(i); in onHandleForceStop()
1262 final int N = mMethodList.size(); in onFinishPackageChangesInternal()
1265 InputMethodInfo imi = mMethodList.get(i); in onFinishPackageChangesInternal()
1775 methodList = new ArrayList<>(mMethodList); in getInputMethodListLocked()
3979 mAdditionalSubtypeMap, mMethodMap, mMethodList); in buildInputMethodListLocked()
4010 if (mMethodList.contains(imi)) { in buildInputMethodListLocked()
4034 InputMethodUtils.getDefaultEnabledImes(mContext, mMethodList, in buildInputMethodListLocked()
4558 int N = mMethodList.size(); in dump()
[all …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt46109 Landroid/net/wifi/hotspot2/OsuProvider;->mMethodList:Ljava/util/List;