Config battery info page(1/2)
- Make battery information page configurable Bug: 301817717 Test: make SettingsRoboTests Change-Id: I51bf00fe3d9993ecd4e8481cd7c15d70b3c09ec4
This commit is contained in:
@@ -47,4 +47,9 @@ public class BatterySettingsFeatureProviderImplTest {
|
||||
public void isFirstUseDateAvailable_returnFalse() {
|
||||
assertThat(mImpl.isFirstUseDateAvailable(mContext, 1000L)).isFalse();
|
||||
}
|
||||
|
||||
@Test
|
||||
public void isBatteryInfoEnabled_returnFalse() {
|
||||
assertThat(mImpl.isBatteryInfoEnabled(mContext)).isFalse();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user