[Battery usage U] Remove 'Phone Idle' to avoid confusion

Bug: 252938706
Fix: 252938706
Test: manual
Change-Id: I0ad973718f77640839dbdf4ac5ca4241f01bdb79
This commit is contained in:
Zaiyue Xue
2022-12-21 20:32:10 +08:00
parent 2c7f06e9b3
commit daeafc8fc6
7 changed files with 30 additions and 49 deletions

View File

@@ -146,15 +146,20 @@ public interface PowerUsageFeatureProvider {
Intent getResumeChargeIntent(boolean isDockDefender);
/**
* Returns {@link Set} for hiding applications background usage time.
* Returns {@link Set} for hiding system component ids in the usage screen.
*/
Set<CharSequence> getHideBackgroundUsageTimeSet(Context context);
Set<Integer> getHideSystemComponentSet(Context context);
/**
* Returns {@link Set} for hiding application package names in the usage screen.
*/
Set<CharSequence> getHideApplicationSet(Context context);
/**
* Returns {@link Set} for hiding applications background usage time.
*/
Set<CharSequence> getHideBackgroundUsageTimeSet(Context context);
/**
* Returns {@link Set} for ignoring task root class names for screen on time.
*/