Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/fuelgauge/
DBatteryChartPreferenceController.java474 final String slotInformation = getSlotInformation(); in refreshCategoryTitle() local
475 Log.d(TAG, String.format("refreshCategoryTitle:%s", slotInformation)); in refreshCategoryTitle()
478 getSlotInformation(/*isApp=*/ true, slotInformation)); in refreshCategoryTitle()
482 getSlotInformation(/*isApp=*/ false, slotInformation)); in refreshCategoryTitle()
486 private String getSlotInformation(boolean isApp, String slotInformation) { in getSlotInformation() argument
488 if (slotInformation == null) { in getSlotInformation()
494 ? mPrefContext.getString(R.string.battery_app_usage_for, slotInformation) in getSlotInformation()
495 : mPrefContext.getString(R.string.battery_system_usage_for ,slotInformation); in getSlotInformation()
DAdvancedPowerUsageDetail.java139 boolean isValidToShowSummary, String slotInformation) { in startBatteryDetailPage() argument
146 launchArgs.mSlotInformation = slotInformation; in startBatteryDetailPage()