Searched refs:ethertypes (Results 1 – 3 of 3) sorted by relevance
49 public final SparseIntArray ethertypes = new SparseIntArray(); field in WakeupStats99 increment(ethertypes, ev.ethertype); in countEvent()119 for (int i = 0; i < ethertypes.size(); i++) { in toString()120 int eth = ethertypes.keyAt(i); in toString()121 int count = ethertypes.valueAt(i); in toString()
132 wakeupStats.ethertypeCounts = toPairArray(in.ethertypes); in toProto()
33203 Landroid/net/metrics/WakeupStats;->ethertypes:Landroid/util/SparseIntArray;