Home
last modified time | relevance | path

Searched refs:shouldShowBatteryAttributionList (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/fuelgauge/batteryusage/
DDataProcessor.java376 if (!shouldShowBatteryAttributionList(context)) { in generateBatteryEntryListFromBatteryUsageStats()
1666 private static boolean shouldShowBatteryAttributionList(final Context context) { in shouldShowBatteryAttributionList() method
1672 final boolean shouldShowBatteryAttributionList = in shouldShowBatteryAttributionList()
1674 if (!shouldShowBatteryAttributionList) { in shouldShowBatteryAttributionList()
1677 return shouldShowBatteryAttributionList; in shouldShowBatteryAttributionList()