Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/fuelgauge/batteryusage/
DBatteryDiffEntry.java92 public String mLegacyLabel; field in BatteryDiffEntry
144 mLegacyLabel = legacyLabel; in BatteryDiffEntry()
236 this.mLegacyLabel, in clone()
253 return mAppLabel == null || mAppLabel.length() == 0 ? mLegacyLabel : mAppLabel; in getAppLabel()
DConvertUtils.java540 if (batteryDiffEntry.mLegacyLabel != null) { in convertToBatteryUsageDiff()
541 builder.setLabel(batteryDiffEntry.mLegacyLabel); in convertToBatteryUsageDiff()