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

/frameworks/base/core/java/android/os/
H A DBatteryStats.java431 public byte batteryPlugType; field in class:BatteryStats.HistoryItem
494 | ((((int)batteryPlugType)<<24)&0xf000000);
508 batteryPlugType = (byte)((bat>>24)&0xf);
588 + " batteryPlugType=" + batteryPlugType
602 | ((((int)batteryPlugType)<<22)&0x00c00000)
646 batteryPlugType = (byte)((stateInt>>22)&0x3);
651 + " batteryPlugType=" + batteryPlugType
664 batteryPlugType
[all...]

Completed in 40 milliseconds