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 461 public byte batteryPlugType;
524 | ((((int)batteryPlugType)<<24)&0xf000000);
538 batteryPlugType = (byte)((bat>>24)&0xf);
618 + " batteryPlugType=" + batteryPlugType
632 | ((((int)batteryPlugType)<<22)&0x00c00000)
676 batteryPlugType = (byte)((stateInt>>22)&0x3);
681 + " batteryPlugType=" + batteryPlugType
694 batteryPlugType = 0
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java     [all...]

Completed in 44 milliseconds