Searched refs:getStatsType (Results 1 – 2 of 2) sorted by relevance
56 static uint64_t getStatsType(Stats* stats, StatsType type) { in getStatsType() function156 return getStatsType(&stats, (StatsType) type); in getTotalStat()163 return getStatsType(&stats, (StatsType) type); in getTotalStat()180 return getStatsType(&stats, (StatsType) type); in getIfaceStat()187 return getStatsType(&stats, (StatsType) type); in getIfaceStat()198 return getStatsType(&stats, (StatsType) type); in getUidStat()205 return getStatsType(&stats, (StatsType) type); in getUidStat()
820 public int getStatsType() { in getStatsType() method in BatteryStatsHelper