Home
last modified time | relevance | path

Searched refs:mDroppedBytes (Results 1 – 1 of 1) sorted by relevance

/packages/services/Car/service/src/com/android/car/stats/
DVmsClientStats.java48 private long mDroppedBytes; field in VmsClientStats
81 this.mDroppedBytes = other.mDroppedBytes; in VmsClientStats()
117 mDroppedBytes += size; in packetDropped()
164 return mDroppedBytes; in getDroppedBytes()