Searched refs:VmsClientStats (Results 1 – 4 of 4) sorted by relevance
65 private final Map<VmsLayer, VmsClientStats> mLayerStats = new ArrayMap<>();135 Collection<VmsClientStats> getLayerEntries() { in getLayerEntries()138 .map(VmsClientStats::new) // Make a deep copy of the entries in getLayerEntries()143 private VmsClientStats getLayerEntry(VmsLayer layer) { in getLayerEntry()147 (k) -> new VmsClientStats(mUid, layer)); in getLayerEntry()
67 private static final Function<VmsClientStats, String> VMS_CLIENT_STATS_DUMPSYS_FORMAT =76 private static final Comparator<VmsClientStats> VMS_CLIENT_STATS_ORDER =77 Comparator.comparingInt(VmsClientStats::getUid)78 .thenComparingInt(VmsClientStats::getLayerType)79 .thenComparingInt(VmsClientStats::getLayerChannel)80 .thenComparingInt(VmsClientStats::getLayerVersion);180 private void dumpVmsClientStats(Consumer<VmsClientStats> dumpFn) { in dumpVmsClientStats()
28 class VmsClientStats { class58 VmsClientStats(int uid, VmsLayer layer) { in VmsClientStats() method in VmsClientStats69 VmsClientStats(VmsClientStats other) { in VmsClientStats() method in VmsClientStats
662 VmsClientStats vms_client_stats = 10065 [(module) = "car"];12299 message VmsClientStats { message