Searched refs:mMethodList (Results 1 – 5 of 5) sorted by relevance
86 private final List<Integer> mMethodList; field in OsuProvider103 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 …]
43 private final ArrayList<InputMethodInfo> mMethodList = new ArrayList<>(); field in InputMethodSettingValuesWrapper66 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()
77 private final List<Integer> mMethodList; field in OsuProviderInfo91 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()
320 final ArrayList<InputMethodInfo> mMethodList = new ArrayList<>(); field in InputMethodManagerService1145 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 …]
46109 Landroid/net/wifi/hotspot2/OsuProvider;->mMethodList:Ljava/util/List;