Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/
DBatteryChartViewTest.java134 when(mPowerUsageFeatureProvider.isChartGraphSlotsEnabled(mContext)) in testClickable_isChartGraphSlotsEnabledIsFalse_notClickable()
145 when(mPowerUsageFeatureProvider.isChartGraphSlotsEnabled(mContext)) in testClickable_accessibilityIsDisabled_clickable()
157 when(mPowerUsageFeatureProvider.isChartGraphSlotsEnabled(mContext)) in testClickable_accessibilityIsEnabledWithoutValidId_clickable()
172 when(mPowerUsageFeatureProvider.isChartGraphSlotsEnabled(mContext)) in testClickable_accessibilityIsEnabledWithValidId_notClickable()
190 when(mPowerUsageFeatureProvider.isChartGraphSlotsEnabled(mContext)) in testClickable_restoreFromNonClickableState()
/packages/apps/Settings/src/com/android/settings/fuelgauge/
DPowerUsageFeatureProvider.java138 boolean isChartGraphSlotsEnabled(Context context); in isChartGraphSlotsEnabled() method
DPowerUsageFeatureProviderImpl.java162 public boolean isChartGraphSlotsEnabled(Context context) { in isChartGraphSlotsEnabled() method in PowerUsageFeatureProviderImpl
DBatteryChartView.java315 .isChartGraphSlotsEnabled(context) in updateClickableState()