Searched refs:getStatsType (Results 1 – 2 of 2) sorted by relevance
57 static uint64_t getStatsType(struct Stats* stats, StatsType type) { in getStatsType() function158 return getStatsType(&stats, (StatsType) type); in getTotalStat()165 return getStatsType(&stats, (StatsType) type); in getTotalStat()183 return getStatsType(&stats, (StatsType) type); in getIfaceStat()190 return getStatsType(&stats, (StatsType) type); in getIfaceStat()202 return getStatsType(&stats, (StatsType) type); in getUidStat()209 return getStatsType(&stats, (StatsType) type); in getUidStat()
820 public int getStatsType() { in getStatsType() method in BatteryStatsHelper