Searched refs:mIconInfoList (Results 1 – 1 of 1) sorted by relevance
78 private final List<IconInfo> mIconInfoList; field in OsuProviderInfo92 mIconInfoList = iconInfoList; in OsuProviderInfo()172 return Collections.unmodifiableList(mIconInfoList); in getIconInfoList()233 && (mIconInfoList == null ? that.mIconInfoList == null in equals()234 : mIconInfoList.equals(that.mIconInfoList)) in equals()242 return Objects.hash(mFriendlyNames, mServerUri, mMethodList, mIconInfoList, in hashCode()252 + ", mIconInfoList=" + mIconInfoList in toString()