Searched refs:matchingRas (Results 1 – 2 of 2) sorted by relevance
55 public final int matchingRas; field in ApfStats102 this.matchingRas = in.readInt(); in ApfStats()112 private ApfStats(long durationMs, int receivedRas, int matchingRas, int droppedRas, in ApfStats() argument117 this.matchingRas = matchingRas; in ApfStats()166 public Builder setMatchingRas(int matchingRas) { in setMatchingRas() argument167 mMatchingRas = matchingRas; in setMatchingRas()250 out.writeInt(matchingRas); in writeToParcel()273 .append(String.format("%d matching, ", matchingRas)) in toString()288 && matchingRas == other.matchingRas in equals()
284 apfStatistics.matchingRas = in.matchingRas; in setApfStats()