Fix GAR issue for battery chart description and the contrast ratio

Bug: 187813918
Bug: 187811403
Test: make SettingsRoboTests
Change-Id: I4fae623a305fd1ee022336bcae35d9dd9995146d
This commit is contained in:
ykhung
2021-05-12 23:26:32 +08:00
committed by YUKAI HUNG
parent 0f8673407a
commit 2102059e2d
4 changed files with 4 additions and 5 deletions

View File

@@ -634,9 +634,6 @@ public final class BatteryChartPreferenceControllerTest {
assertThat(mBatteryChartPreferenceController
.isValidToShowEntry("com.google.android.gms.persistent"))
.isFalse();
assertThat(mBatteryChartPreferenceController
.isValidToShowEntry("dex2oat64"))
.isFalse();
}
private static Map<Long, Map<String, BatteryHistEntry>> createBatteryHistoryMap() {