Home
last modified time | relevance | path

Searched refs:mMatchAllOis (Results 1 – 2 of 2) 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()
302 return Objects.hash(mFqdn, mFriendlyName, mIconUrl, mHomeNetworkIds, mMatchAllOis, in hashCode()
313 builder.append("MatchAllOIs: ").append(mMatchAllOis).append("\n"); in toString()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt46225 Landroid/net/wifi/hotspot2/pps/HomeSp;->mMatchAllOis:[J