Fix b/265364507: Merge GPU and TPU into Others in battery usage system components list

Bug: 265364507
Fix: 265364507
Test: manual
Change-Id: Ia428a0854c42dacff130c2492ae11642643043b0
This commit is contained in:
Zaiyue Xue
2023-02-23 15:59:15 +08:00
parent da1f2578a0
commit cbd5223bc7
3 changed files with 18 additions and 1 deletions

View File

@@ -152,6 +152,11 @@ public interface PowerUsageFeatureProvider {
*/
Set<Integer> getOthersSystemComponentSet();
/**
* Returns {@link Set} for the custom system component names which are combined into others
*/
Set<String> getOthersCustomComponentNameSet();
/**
* Returns {@link Set} for hiding system component ids in the usage screen
*/