Searched refs:CHART_KEY_ARRAY_SIZE (Results 1 – 1 of 1) sorted by relevance
72 private static final int CHART_KEY_ARRAY_SIZE = DESIRED_HISTORY_SIZE; field in BatteryChartPreferenceController642 final long[] batteryHistoryKeys = new long[CHART_KEY_ARRAY_SIZE]; in getBatteryHistoryKeys()643 for (int index = 0; index < CHART_KEY_ARRAY_SIZE; index++) { in getBatteryHistoryKeys()