Merge "Fix GAR issue for battery chart description and the contrast ratio" into sc-dev am: 0d765c45a4

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14514139

Change-Id: I87667fd8350f235f38a10f586b0c87a85d07439a
This commit is contained in:
YUKAI HUNG
2021-05-12 16:58:58 +00:00
committed by Automerger Merge Worker
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() {