Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/batteryusage/
DBatteryChartPreferenceControllerTest.java347 mBatteryChartPreferenceController.showEmptyChart(); in showEmptyChart_normalCase_showEmptyChart()
359 mBatteryChartPreferenceController.showEmptyChart(); in showEmptyChart_dailyChartViewIsNull_ignoreShowEmptyChart()
370 mBatteryChartPreferenceController.showEmptyChart(); in showEmptyChart_hourlyChartViewIsNull_ignoreShowEmptyChart()
/packages/apps/Settings/src/com/android/settings/fuelgauge/batteryusage/
DPowerUsageAdvanced.java229 mBatteryChartPreferenceController.showEmptyChart(); in onBatteryDiffDataMapUpdate()
DBatteryChartPreferenceController.java346 void showEmptyChart() { in showEmptyChart() method in BatteryChartPreferenceController