Searched defs:mAppUidStatsMap (Results 1 – 3 of 3) sorted by relevance
118 bpf::BpfMap<uint32_t, StatsValue> mAppUidStatsMap; variable
265 private TestBpfMap<UidStatsMapKey, StatsMapValue> mAppUidStatsMap = new TestBpfMap<>( field in NetworkStatsServiceTest
419 private final IBpfMap<UidStatsMapKey, StatsMapValue> mAppUidStatsMap; field in NetworkStatsService