Searched refs:mMatchAnyOis (Results 1 – 2 of 2) sorted by relevance
189 private long[] mMatchAnyOis = null; field in HomeSp200 mMatchAnyOis = matchAnyOis; in setMatchAnyOis()210 return mMatchAnyOis; in getMatchAnyOis()318 if (source.mMatchAnyOis != null) { in HomeSp()319 mMatchAnyOis = Arrays.copyOf(source.mMatchAnyOis, source.mMatchAnyOis.length); in HomeSp()343 dest.writeLongArray(mMatchAnyOis); in writeToParcel()364 && Arrays.equals(mMatchAnyOis, that.mMatchAnyOis) in equals()373 Arrays.hashCode(mMatchAnyOis), Arrays.hashCode(mOtherHomePartners), in hashCode()397 builder.append("MatchAnyOIs: ").append(Arrays.toString(mMatchAnyOis)).append("\n"); in toString()463 if (mMatchAnyOis != null) { in validate()[all …]
726 Landroid/net/wifi/hotspot2/pps/HomeSp;->mMatchAnyOis:[J