Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/os/
H A DBatteryStats.java2387 public final String[] shortValues; field in BatteryStats.BitDescription
2395 this.shortValues = null; in BitDescription()
2399 String[] values, String[] shortValues) { in BitDescription() argument
2405 this.shortValues = shortValues; in BitDescription()
6806 sb.append(longNames ? bd.values[val] : bd.shortValues[val]); in printBitDescriptions()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt34789 Landroid/os/BatteryStats$BitDescription;->shortValues:[Ljava/lang/String;