Searched refs:mMatchAllOis (Results 1 – 2 of 2) sorted by relevance
151 private long[] mMatchAllOis = null; field in HomeSp162 mMatchAllOis = matchAllOis; in setMatchAllOis()172 return mMatchAllOis; in getMatchAllOis()315 if (source.mMatchAllOis != null) { in HomeSp()316 mMatchAllOis = Arrays.copyOf(source.mMatchAllOis, source.mMatchAllOis.length); in HomeSp()342 dest.writeLongArray(mMatchAllOis); in writeToParcel()363 && Arrays.equals(mMatchAllOis, that.mMatchAllOis) in equals()372 mHomeNetworkIds, Arrays.hashCode(mMatchAllOis), in hashCode()396 builder.append("MatchAllOIs: ").append(Arrays.toString(mMatchAllOis)).append("\n"); in toString()451 if (mMatchAllOis != null) { in validate()[all …]
725 Landroid/net/wifi/hotspot2/pps/HomeSp;->mMatchAllOis:[J