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

/frameworks/base/core/java/android/os/
H A DBatteryStats.java1203 public byte batteryPlugType; field in class:BatteryStats.HistoryItem
1408 | ((((int)batteryPlugType)<<24)&0xf000000)
1441 batteryPlugType = (byte)((bat>>24)&0xf);
1482 batteryPlugType = 0;
1510 batteryPlugType = o.batteryPlugType;
1542 && batteryPlugType == o.batteryPlugType
4874 if (oldPlug != rec.batteryPlugType) {
4875 oldPlug = rec.batteryPlugType;
[all...]

Completed in 61 milliseconds