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

/frameworks/base/core/java/android/os/
H A DBatteryStats.java1005 public final String[] shortValues; field in class:BatteryStats.BitDescription
1013 this.shortValues = null;
1017 String[] values, String[] shortValues) {
1023 this.shortValues = shortValues;
3448 pw.print(longNames? bd.values[val] : bd.shortValues[val]);
1016 BitDescription(int mask, int shift, String name, String shortName, String[] values, String[] shortValues) argument

Completed in 16 milliseconds