Home
last modified time | relevance | path

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

/packages/modules/Wifi/framework/java/android/net/wifi/hotspot2/pps/
DHomeSp.java189 private long[] mMatchAnyOis = null; field in HomeSp
200 mMatchAnyOis = matchAnyOis; in setMatchAnyOis()
210 return mMatchAnyOis; in getMatchAnyOis()
318 if (source.mMatchAnyOis != null) { in HomeSp()
319 mMatchAnyOis = Arrays.copyOf(source.mMatchAnyOis, source.mMatchAnyOis.length); in HomeSp()
343 dest.writeLongArray(mMatchAnyOis); in writeToParcel()
364 && Arrays.equals(mMatchAnyOis, that.mMatchAnyOis) in equals()
373 Arrays.hashCode(mMatchAnyOis), Arrays.hashCode(mOtherHomePartners), in hashCode()
397 builder.append("MatchAnyOIs: ").append(Arrays.toString(mMatchAnyOis)).append("\n"); in toString()
463 if (mMatchAnyOis != null) { in validate()
[all …]
/packages/modules/Wifi/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt726 Landroid/net/wifi/hotspot2/pps/HomeSp;->mMatchAnyOis:[J