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