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.java182 private long[] mMatchAnyOis = null; field in HomeSp
193 mMatchAnyOis = matchAnyOis; in setMatchAnyOis()
203 return mMatchAnyOis; in getMatchAnyOis()
311 if (source.mMatchAnyOis != null) { in HomeSp()
312 mMatchAnyOis = Arrays.copyOf(source.mMatchAnyOis, source.mMatchAnyOis.length); in HomeSp()
336 dest.writeLongArray(mMatchAnyOis); in writeToParcel()
357 && Arrays.equals(mMatchAnyOis, that.mMatchAnyOis) in equals()
366 Arrays.hashCode(mMatchAnyOis), Arrays.hashCode(mOtherHomePartners), in hashCode()
390 builder.append("MatchAnyOIs: ").append(mMatchAnyOis).append("\n"); in toString()
/packages/modules/Wifi/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt726 Landroid/net/wifi/hotspot2/pps/HomeSp;->mMatchAnyOis:[J