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.java144 private long[] mMatchAllOis = null; field in HomeSp
155 mMatchAllOis = matchAllOis; in setMatchAllOis()
165 return mMatchAllOis; in getMatchAllOis()
308 if (source.mMatchAllOis != null) { in HomeSp()
309 mMatchAllOis = Arrays.copyOf(source.mMatchAllOis, source.mMatchAllOis.length); in HomeSp()
335 dest.writeLongArray(mMatchAllOis); in writeToParcel()
356 && Arrays.equals(mMatchAllOis, that.mMatchAllOis) in equals()
365 mHomeNetworkIds, Arrays.hashCode(mMatchAllOis), in hashCode()
389 builder.append("MatchAllOIs: ").append(mMatchAllOis).append("\n"); in toString()
/packages/modules/Wifi/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt725 Landroid/net/wifi/hotspot2/pps/HomeSp;->mMatchAllOis:[J