Searched defs:mStatsMapA (Results 1 – 3 of 3) sorted by relevance
64 BpfMap<StatsKey, StatsValue> mStatsMapA; variable
235 private TestBpfMap<StatsMapKey, StatsMapValue> mStatsMapA = new TestBpfMap<>(StatsMapKey.class, field in NetworkStatsServiceTest
402 private final IBpfMap<StatsMapKey, StatsMapValue> mStatsMapA; field in NetworkStatsService