Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/hotspot2/
H A DOsuProvider.java86 private final List<Integer> mMethodList; field in OsuProvider
104 mMethodList = new ArrayList<>(); in OsuProvider()
106 mMethodList = new ArrayList<>(methodList); in OsuProvider()
123 mMethodList = new ArrayList<>(); in OsuProvider()
132 if (source.mMethodList == null) { in OsuProvider()
133 mMethodList = new ArrayList<>(); in OsuProvider()
135 mMethodList = new ArrayList<>(source.mMethodList); in OsuProvider()
194 return mMethodList; in getMethodList()
208 dest.writeList(mMethodList); in writeToParcel()
228 && Objects.equals(mMethodList, that.mMethodList); in equals()
[all …]
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/anqp/
H A 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()
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/inputmethod/
H A 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()
/aosp12/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodManagerService.java328 final ArrayList<InputMethodInfo> mMethodList = new ArrayList<>(); field in InputMethodManagerService
1257 final int N = mMethodList.size(); in onHandleForceStop()
1260 InputMethodInfo imi = mMethodList.get(i); in onHandleForceStop()
1374 final int N = mMethodList.size(); in onFinishPackageChangesInternal()
1377 InputMethodInfo imi = mMethodList.get(i); in onFinishPackageChangesInternal()
1935 methodList = new ArrayList<>(mMethodList); in getInputMethodListLocked()
4567 mAdditionalSubtypeMap, mMethodMap, mMethodList); in buildInputMethodListLocked()
4598 if (mMethodList.contains(imi)) { in buildInputMethodListLocked()
4622 InputMethodUtils.getDefaultEnabledImes(mContext, mMethodList, in buildInputMethodListLocked()
5157 int N = mMethodList.size(); in dumpAsStringNoCheck()
[all …]
/aosp12/packages/modules/Wifi/apex/hiddenapi/
H A Dhiddenapi-max-target-o-low-priority.txt609 Landroid/net/wifi/hotspot2/OsuProvider;->mMethodList:Ljava/util/List;