Searched refs:getStatsType (Results 1 – 2 of 2) sorted by relevance
58 static uint64_t getStatsType(struct Stats* stats, StatsType type) { in getStatsType() function157 return getStatsType(&stats, (StatsType) type); in getTotalStat()172 return getStatsType(&stats, (StatsType) type); in getIfaceStat()182 return getStatsType(&stats, (StatsType) type); in getUidStat()
772 public int getStatsType() { in getStatsType() method in BatteryStatsHelper