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:
@@ -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