Searched refs:ethertypes (Results 1 – 4 of 4) sorted by relevance
49 public final SparseIntArray ethertypes = new SparseIntArray(); field in WakeupStats97 increment(ethertypes, ev.ethertype); in countEvent()117 for (int i = 0; i < ethertypes.size(); i++) { in toString()118 int eth = ethertypes.keyAt(i); in toString()119 int count = ethertypes.valueAt(i); in toString()
504 stats.ethertypes.put(0x800, 3); in testWakeupStatsSerialization()505 stats.ethertypes.put(0x86dd, 3); in testWakeupStatsSerialization()
132 wakeupStats.ethertypeCounts = toPairArray(in.ethertypes); in toProto()
36404 Landroid/net/metrics/WakeupStats;->ethertypes:Landroid/util/SparseIntArray;