Home
last modified time | relevance | path

Searched refs:shouldHideDevicePowerComponent (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/
DBatteryUtilsTest.java221 assertThat(mBatteryUtils.shouldHideDevicePowerComponent(mAggregateBatteryConsumer, in testShouldHideSystemConsumer_TypeIdle_ReturnTrue()
227 assertThat(mBatteryUtils.shouldHideDevicePowerComponent(mAggregateBatteryConsumer, in testShouldHideSystemConsumer_TypeMobileRadio_ReturnTrue()
233 assertThat(mBatteryUtils.shouldHideDevicePowerComponent(mAggregateBatteryConsumer, in testShouldHideSystemConsumer_TypeScreen_ReturnTrue()
239 assertThat(mBatteryUtils.shouldHideDevicePowerComponent(mAggregateBatteryConsumer, in testShouldHideSystemConsumer_TypeBluetooth_ReturnTrue()
244 assertThat(mBatteryUtils.shouldHideDevicePowerComponent(mAggregateBatteryConsumer, in testShouldHideSystemConsumer_TypeWifi_ReturnTrue()
250 assertThat(mBatteryUtils.shouldHideDevicePowerComponent(mAggregateBatteryConsumer, in testShouldHideSystemConsumer_OtherType_ReturnFalse()
/packages/apps/Settings/src/com/android/settings/fuelgauge/
DBatteryUtils.java198 public boolean shouldHideDevicePowerComponent(BatteryConsumer consumer, in shouldHideDevicePowerComponent() method in BatteryUtils
DBatteryAppListPreferenceController.java348 && mBatteryUtils.shouldHideDevicePowerComponent(deviceConsumer, componentId)) { in getCoalescedUsageList()