Merge "[Bugfix] Fix the failed test case" into main

This commit is contained in:
Pajace Chen
2024-07-30 02:43:19 +00:00
committed by Android (Google) Code Review

View File

@@ -75,7 +75,8 @@ public class BatteryInfoTest {
private static final String STATUS_CHARGING_TIME = "50% - 0 min left until full";
private static final String STATUS_NOT_CHARGING = "Not charging";
private static final String STATUS_CHARGING_FUTURE_BYPASS = "50% - Charging";
private static final String STATUS_CHARGING_PAUSED = "50% - Charging optimized";
private static final String STATUS_CHARGING_PAUSED =
"50% - Charging on hold to protect battery";
private static final long REMAINING_TIME_NULL = -1;
private static final long REMAINING_TIME = 2;
// Strings are defined in frameworks/base/packages/SettingsLib/res/values/strings.xml