Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/fuelgauge/
DBatteryHistoryChart.java324 final String bestFormat = DateFormat.getBestDateTimePattern( in TimeLabel() local
326 label = DateFormat.format(bestFormat, cal).toString(); in TimeLabel()
338 final String bestFormat = DateFormat.getBestDateTimePattern( in DateLabel() local
340 label = DateFormat.format(bestFormat, cal).toString(); in DateLabel()