Searched refs:toPairArray (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/services/core/java/com/android/server/connectivity/
H A DIpConnectivityEventBuilder.java100 stats.errnosCounters = toPairArray(in.errnos);
133 wakeupStats.ethertypeCounts = toPairArray(in.ethertypes);
134 wakeupStats.ipNextHeaderCounts = toPairArray(in.ipNextHeaders);
315 private static Pair[] toPairArray(SparseIntArray counts) { method in class:IpConnectivityEventBuilder

Completed in 27 milliseconds