Searched refs:MAX_DAILY_ITEMS (Results 1 – 2 of 2) sorted by relevance
978 static final int MAX_DAILY_ITEMS = 10; field in BatteryStatsImpl9980 while (mDailyItems.size() > MAX_DAILY_ITEMS) { in recordDailyStatsLocked()
88657 Lcom/android/internal/os/BatteryStatsImpl;->MAX_DAILY_ITEMS:I