Searched refs:mMatchAnyOis (Results 1 – 2 of 2) sorted by relevance
168 private long[] mMatchAnyOis = null; field in HomeSp173 mMatchAnyOis = matchAnyOis; in setMatchAnyOis()179 return mMatchAnyOis; in getMatchAnyOis()249 if (source.mMatchAnyOis != null) { in HomeSp()250 mMatchAnyOis = Arrays.copyOf(source.mMatchAnyOis, source.mMatchAnyOis.length); in HomeSp()274 dest.writeLongArray(mMatchAnyOis); in writeToParcel()295 && Arrays.equals(mMatchAnyOis, that.mMatchAnyOis) in equals()303 mMatchAnyOis, mOtherHomePartners, mRoamingConsortiumOis); in hashCode()314 builder.append("MatchAnyOIs: ").append(mMatchAnyOis).append("\n"); in toString()
46226 Landroid/net/wifi/hotspot2/pps/HomeSp;->mMatchAnyOis:[J