Searched refs:droppedRas (Results 1 – 2 of 2) sorted by relevance
61 public final int droppedRas; field in ApfStats103 this.droppedRas = in.readInt(); in ApfStats()112 private ApfStats(long durationMs, int receivedRas, int matchingRas, int droppedRas, in ApfStats() argument118 this.droppedRas = droppedRas; in ApfStats()175 public Builder setDroppedRas(int droppedRas) { in setDroppedRas() argument176 mDroppedRas = droppedRas; in setDroppedRas()251 out.writeInt(droppedRas); in writeToParcel()274 .append(String.format("%d dropped, ", droppedRas)) in toString()289 && droppedRas == other.droppedRas in equals()
285 apfStatistics.droppedRas = in.droppedRas; in setApfStats()