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:
@@ -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() {
|
||||
|
Reference in New Issue
Block a user