Searched refs:mMatchAllOis (Results 1 – 2 of 2) sorted by relevance
144 private long[] mMatchAllOis = null; field in HomeSp155 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()
725 Landroid/net/wifi/hotspot2/pps/HomeSp;->mMatchAllOis:[J