Home
last modified time | relevance | path

Searched refs:shouldHideAnomaly (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/
DBatteryUtilsTest.java642 assertThat(mBatteryUtils.shouldHideAnomaly(mPowerWhitelistBackend, UID, in testShouldHideAnomaly_systemAppWithLauncher_returnTrue()
652 assertThat(mBatteryUtils.shouldHideAnomaly(mPowerWhitelistBackend, UID, in testShouldHideAnomaly_systemAppWithoutLauncher_returnTrue()
661 assertThat(mBatteryUtils.shouldHideAnomaly(mPowerWhitelistBackend, systemUid, in testShouldHideAnomaly_systemUid_returnTrue()
670 assertThat(mBatteryUtils.shouldHideAnomaly(mPowerWhitelistBackend, UID, in testShouldHideAnomaly_AppInDozeList_returnTrue()
678 assertThat(mBatteryUtils.shouldHideAnomaly(mPowerWhitelistBackend, UID, in testShouldHideAnomaly_normalApp_returnFalse()
687 assertThat(mBatteryUtils.shouldHideAnomaly(mPowerWhitelistBackend, UID, in testShouldHideAnomaly_excessivePriorOApp_returnFalse()
696 assertThat(mBatteryUtils.shouldHideAnomaly(mPowerWhitelistBackend, UID, in testShouldHideAnomaly_excessiveOApp_returnTrue()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/fuelgauge/batterytip/
DAnomalyDetectionJobService.java154 if (batteryUtils.shouldHideAnomaly(powerWhitelistBackend, uid, anomalyInfo)) { in saveAnomalyToDatabase()
/packages/apps/Settings/src/com/android/settings/fuelgauge/batterytip/
DAnomalyDetectionJobService.java154 if (batteryUtils.shouldHideAnomaly(powerWhitelistBackend, uid, anomalyInfo)) { in saveAnomalyToDatabase()
/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/batterytip/
DAnomalyDetectionJobServiceTest.java164 doReturn(true).when(mBatteryUtils).shouldHideAnomaly(any(), anyInt(), any()); in saveAnomalyToDatabase_systemApp_doNotSaveButLog()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/fuelgauge/
DBatteryUtils.java542 public boolean shouldHideAnomaly(PowerWhitelistBackend powerWhitelistBackend, int uid, in shouldHideAnomaly() method in BatteryUtils
/packages/apps/Settings/src/com/android/settings/fuelgauge/
DBatteryUtils.java581 public boolean shouldHideAnomaly(PowerWhitelistBackend powerWhitelistBackend, int uid, in shouldHideAnomaly() method in BatteryUtils