Searched refs:isAdaptiveChargingSupported (Results 1 – 5 of 5) sorted by relevance
94 when(mPowerUsageFeatureProvider.isAdaptiveChargingSupported()).thenReturn(true); in getAvailabilityStatus_supportBatteryManager_showPrefPage()113 when(mPowerUsageFeatureProvider.isAdaptiveChargingSupported()).thenReturn(false); in getAvailabilityStatus_supportBatteryManagerWithoutAC_notShowPrefPage()124 when(mPowerUsageFeatureProvider.isAdaptiveChargingSupported()).thenReturn(false); in getAvailabilityStatus_ignoreBatteryManagerWithoutAC_showPrefPage()
59 return mPowerUsageFeatureProvider.isAdaptiveChargingSupported() in getAvailabilityStatus()80 mPowerUsageFeatureProvider.isAdaptiveChargingSupported() in updateSummary()
111 boolean isAdaptiveChargingSupported(); in isAdaptiveChargingSupported() method
163 public boolean isAdaptiveChargingSupported() { in isAdaptiveChargingSupported() method in PowerUsageFeatureProviderImpl
148 assertThat(mPowerFeatureProvider.isAdaptiveChargingSupported()).isFalse(); in isAdaptiveChargingSupported_returnFalse()