Searched refs:getStatsType (Results 1 – 3 of 3) 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
87767 Lcom/android/internal/os/BatteryStatsHelper;->getStatsType()I