Home
last modified time | relevance | path

Searched refs:CHART_LEVEL_ARRAY_SIZE (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/fuelgauge/
DBatteryChartPreferenceController.java71 private static final int CHART_LEVEL_ARRAY_SIZE = 13; field in BatteryChartPreferenceController
269 mBatteryHistoryLevels = new int[CHART_LEVEL_ARRAY_SIZE]; in setBatteryHistoryMap()
270 for (int index = 0; index < CHART_LEVEL_ARRAY_SIZE; index++) { in setBatteryHistoryMap()
630 /*timeSlotSize=*/ CHART_LEVEL_ARRAY_SIZE - 1, in getBatteryLast24HrUsageData()
670 mPrefContext, /*timeSlotSize=*/ CHART_LEVEL_ARRAY_SIZE - 1, in doInBackground()