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

/frameworks/base/core/java/android/os/
H A DBatteryStats.java1789 public final String[] shortValues; field in class:BatteryStats.BitDescription
1797 this.shortValues = null;
1801 String[] values, String[] shortValues) {
1807 this.shortValues = shortValues;
5504 pw.print(longNames? bd.values[val] : bd.shortValues[val]);
1800 BitDescription(int mask, int shift, String name, String shortName, String[] values, String[] shortValues) argument

Completed in 35 milliseconds