Home
last modified time | relevance | path

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

/packages/modules/Wifi/framework/java/android/net/wifi/hotspot2/pps/
DHomeSp.java151 private long[] mMatchAllOis = null; field in HomeSp
162 mMatchAllOis = matchAllOis; in setMatchAllOis()
172 return mMatchAllOis; in getMatchAllOis()
315 if (source.mMatchAllOis != null) { in HomeSp()
316 mMatchAllOis = Arrays.copyOf(source.mMatchAllOis, source.mMatchAllOis.length); in HomeSp()
342 dest.writeLongArray(mMatchAllOis); in writeToParcel()
363 && Arrays.equals(mMatchAllOis, that.mMatchAllOis) in equals()
372 mHomeNetworkIds, Arrays.hashCode(mMatchAllOis), in hashCode()
396 builder.append("MatchAllOIs: ").append(Arrays.toString(mMatchAllOis)).append("\n"); in toString()
451 if (mMatchAllOis != null) { in validate()
[all …]
/packages/modules/Wifi/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt725 Landroid/net/wifi/hotspot2/pps/HomeSp;->mMatchAllOis:[J