Searched defs:mStatsMapB (Results 1 – 3 of 3) sorted by relevance
63 BpfMapRO<StatsKey, StatsValue> mStatsMapB; variable
263 private TestBpfMap<StatsMapKey, StatsMapValue> mStatsMapB = new TestBpfMap<>(StatsMapKey.class, field in NetworkStatsServiceTest
418 private final IBpfMap<StatsMapKey, StatsMapValue> mStatsMapB; field in NetworkStatsService