Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/os/
H A DBatteryStats.java2178 public final String[] shortValues; field in BatteryStats.BitDescription
2186 this.shortValues = null; in BitDescription()
2190 String[] values, String[] shortValues) { in BitDescription() argument
2196 this.shortValues = shortValues; in BitDescription()
6372 sb.append(longNames ? bd.values[val] : bd.shortValues[val]); in printBitDescriptions()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt38112 Landroid/os/BatteryStats$BitDescription;->shortValues:[Ljava/lang/String;