Hide subtitle for wifi and bluetooth
Hide it for now because the usage time is not accurate. We may revisit it in the future. Bug: 37912143 Test: RunSettingsRoboTests Change-Id: I37b9dca6a188f2973a7a83641d12b24001d629ae
This commit is contained in:
@@ -291,7 +291,9 @@ public class PowerUsageAdvanced extends PowerUsageBase {
|
||||
boolean shouldHideSummary(PowerUsageData powerUsageData) {
|
||||
@UsageType final int usageType = powerUsageData.usageType;
|
||||
|
||||
return usageType == UsageType.CELL;
|
||||
return usageType == UsageType.CELL
|
||||
|| usageType == UsageType.BLUETOOTH
|
||||
|| usageType == UsageType.WIFI;
|
||||
}
|
||||
|
||||
@VisibleForTesting
|
||||
|
Reference in New Issue
Block a user