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

/frameworks/base/core/java/android/os/
H A DBatteryStats.java429 public byte batteryPlugType; field in class:BatteryStats.HistoryItem
492 | ((((int)batteryPlugType)<<24)&0xf000000);
506 batteryPlugType = (byte)((bat>>24)&0xf);
586 + " batteryPlugType=" + batteryPlugType
600 | ((((int)batteryPlugType)<<22)&0x00c00000)
644 batteryPlugType = (byte)((stateInt>>22)&0x3);
649 + " batteryPlugType=" + batteryPlugType
662 batteryPlugType
[all...]
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java4393 mHistoryCur.batteryPlugType = (byte)plugType;
4411 if (mHistoryCur.batteryPlugType != plugType) {
4412 mHistoryCur.batteryPlugType = (byte)plugType;

Completed in 126 milliseconds