Merge "Update adaptive preference summary" into sc-v2-dev

This commit is contained in:
TreeHugger Robot
2021-10-06 10:03:55 +00:00
committed by Android (Google) Code Review
5 changed files with 21 additions and 1 deletions

View File

@@ -156,6 +156,11 @@ public class PowerUsageFeatureProviderImplTest {
assertThat(mPowerFeatureProvider.isSmartBatterySupported()).isFalse();
}
@Test
public void testIsAdaptiveChargingSupported_returnFalse() {
assertThat(mPowerFeatureProvider.isAdaptiveChargingSupported()).isFalse();
}
@Test
public void testGetResumeChargeIntent_returnNull() {
assertThat(mPowerFeatureProvider.getResumeChargeIntent()).isNull();