Merge "Update adaptive preference summary" into sc-v2-dev am: 6ff60d7771 am: e6a10f3487

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15981706

Change-Id: If760aaa0006cadb1f5cbb999b977ffe719dfb6d7
This commit is contained in:
TreeHugger Robot
2021-10-06 10:19:36 +00:00
committed by Automerger Merge Worker
5 changed files with 21 additions and 1 deletions

View File

@@ -126,6 +126,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();