Home
last modified time | relevance | path

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

/frameworks/base/wifi/java/android/net/wifi/hotspot2/pps/
DHomeSp.java141 private long[] mMatchAllOis = null; field in HomeSp
146 mMatchAllOis = matchAllOis; in setMatchAllOis()
152 return mMatchAllOis; in getMatchAllOis()
246 if (source.mMatchAllOis != null) { in HomeSp()
247 mMatchAllOis = Arrays.copyOf(source.mMatchAllOis, source.mMatchAllOis.length); in HomeSp()
273 dest.writeLongArray(mMatchAllOis); in writeToParcel()
294 && Arrays.equals(mMatchAllOis, that.mMatchAllOis) in equals()
303 mHomeNetworkIds, Arrays.hashCode(mMatchAllOis), in hashCode()
316 return Objects.hash(mFqdn, mFriendlyName, mHomeNetworkIds, Arrays.hashCode(mMatchAllOis), in getUniqueId()
329 builder.append("MatchAllOIs: ").append(mMatchAllOis).append("\n"); in toString()