Clean up unused files for Battery Usage in SettingsGoogle, which have

been moved into Settings.

Test: make RunSettingsRoboTests
Bug: 256123455
Change-Id: I21fe684b9b3a2a748c5d10353e68e15ddf281838
This commit is contained in:
Kuan Wang
2022-11-18 15:16:51 +08:00
parent 34c2d48973
commit 24f0f2c2da
5 changed files with 0 additions and 90 deletions

View File

@@ -20,10 +20,8 @@ import android.content.Context;
import android.content.Intent;
import android.util.SparseIntArray;
import com.android.settings.fuelgauge.batteryusage.BatteryHistEntry;
import com.android.settingslib.fuelgauge.Estimate;
import java.util.Map;
import java.util.Set;
/**
@@ -103,12 +101,6 @@ public interface PowerUsageFeatureProvider {
*/
String getOldEstimateDebugString(String timeRemaining);
/**
* Returns the string to show in the advanced usage battery page when enhanced estimates are
* enabled. This string notifies users that the estimate is using enhanced prediction.
*/
String getAdvancedUsageScreenInfoString();
/**
* Returns a signal to indicate if the device will need to warn the user they may not make it
* to their next charging time.
@@ -143,11 +135,6 @@ public interface PowerUsageFeatureProvider {
*/
Intent getResumeChargeIntent();
/**
* Returns battery history data with corresponding timestamp key.
*/
Map<Long, Map<String, BatteryHistEntry>> getBatteryHistory(Context context);
/**
* Returns {@link Set} for hidding applications background usage time.
*/