Home
last modified time | relevance | path

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

/frameworks/base/wifi/java/android/net/wifi/hotspot2/pps/
DHomeSp.java168 private long[] mMatchAnyOis = null; field in HomeSp
173 mMatchAnyOis = matchAnyOis; in setMatchAnyOis()
179 return mMatchAnyOis; in getMatchAnyOis()
249 if (source.mMatchAnyOis != null) { in HomeSp()
250 mMatchAnyOis = Arrays.copyOf(source.mMatchAnyOis, source.mMatchAnyOis.length); in HomeSp()
274 dest.writeLongArray(mMatchAnyOis); in writeToParcel()
295 && Arrays.equals(mMatchAnyOis, that.mMatchAnyOis) in equals()
303 mMatchAnyOis, mOtherHomePartners, mRoamingConsortiumOis); in hashCode()
314 builder.append("MatchAnyOIs: ").append(mMatchAnyOis).append("\n"); in toString()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt46226 Landroid/net/wifi/hotspot2/pps/HomeSp;->mMatchAnyOis:[J