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()
502 stats.ethertypes.put(0x800, 3); in testWakeupStatsSerialization()503 stats.ethertypes.put(0x86dd, 3); in testWakeupStatsSerialization()
133 wakeupStats.ethertypeCounts = toPairArray(in.ethertypes); in toProto()
44166 Landroid/net/metrics/WakeupStats;->ethertypes:Landroid/util/SparseIntArray;