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