Searched refs:shouldHideAnomaly (Results 1 – 6 of 6) sorted by relevance
/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/ |
D | BatteryUtilsTest.java | 642 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/ |
D | AnomalyDetectionJobService.java | 154 if (batteryUtils.shouldHideAnomaly(powerWhitelistBackend, uid, anomalyInfo)) { in saveAnomalyToDatabase()
|
/packages/apps/Settings/src/com/android/settings/fuelgauge/batterytip/ |
D | AnomalyDetectionJobService.java | 154 if (batteryUtils.shouldHideAnomaly(powerWhitelistBackend, uid, anomalyInfo)) { in saveAnomalyToDatabase()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/batterytip/ |
D | AnomalyDetectionJobServiceTest.java | 164 doReturn(true).when(mBatteryUtils).shouldHideAnomaly(any(), anyInt(), any()); in saveAnomalyToDatabase_systemApp_doNotSaveButLog()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/fuelgauge/ |
D | BatteryUtils.java | 542 public boolean shouldHideAnomaly(PowerWhitelistBackend powerWhitelistBackend, int uid, in shouldHideAnomaly() method in BatteryUtils
|
/packages/apps/Settings/src/com/android/settings/fuelgauge/ |
D | BatteryUtils.java | 581 public boolean shouldHideAnomaly(PowerWhitelistBackend powerWhitelistBackend, int uid, in shouldHideAnomaly() method in BatteryUtils
|