HomeSort by relevance Sort by last modified time
    Searched refs:batteryPlugType (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/os/
BatteryStats.java 445 public byte batteryPlugType;
508 | ((((int)batteryPlugType)<<24)&0xf000000);
522 batteryPlugType = (byte)((bat>>24)&0xf);
602 + " batteryPlugType=" + batteryPlugType
616 | ((((int)batteryPlugType)<<22)&0x00c00000)
660 batteryPlugType = (byte)((stateInt>>22)&0x3);
665 + " batteryPlugType=" + batteryPlugType
678 batteryPlugType = 0
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java     [all...]

Completed in 4561 milliseconds