Searched refs:mLegacyLabel (Results 1 – 2 of 2) sorted by relevance
92 public String mLegacyLabel; field in BatteryDiffEntry144 mLegacyLabel = legacyLabel; in BatteryDiffEntry()236 this.mLegacyLabel, in clone()253 return mAppLabel == null || mAppLabel.length() == 0 ? mLegacyLabel : mAppLabel; in getAppLabel()
540 if (batteryDiffEntry.mLegacyLabel != null) { in convertToBatteryUsageDiff()541 builder.setLabel(batteryDiffEntry.mLegacyLabel); in convertToBatteryUsageDiff()