Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/metrics/
DWakeupStats.java49 public final SparseIntArray ethertypes = new SparseIntArray(); field in WakeupStats
97 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()
/frameworks/base/tests/net/java/com/android/server/connectivity/
DIpConnectivityEventBuilderTest.java502 stats.ethertypes.put(0x800, 3); in testWakeupStatsSerialization()
503 stats.ethertypes.put(0x86dd, 3); in testWakeupStatsSerialization()
/frameworks/base/services/core/java/com/android/server/connectivity/
DIpConnectivityEventBuilder.java133 wakeupStats.ethertypeCounts = toPairArray(in.ethertypes); in toProto()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt44166 Landroid/net/metrics/WakeupStats;->ethertypes:Landroid/util/SparseIntArray;