public static final class BatteryStats.BitDescription extends Object
Modifier and Type | Field and Description |
---|---|
int |
mask |
String |
name |
int |
shift |
String |
shortName |
String[] |
shortValues |
String[] |
values |
Constructor and Description |
---|
BitDescription(int mask,
int shift,
String name,
String shortName,
String[] values,
String[] shortValues) |
BitDescription(int mask,
String name,
String shortName) |