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

  /frameworks/base/core/java/android/os/
BatteryProperties.java 31 public String batteryTechnology;
46 batteryTechnology = other.batteryTechnology;
64 batteryTechnology = p.readString();
77 p.writeString(batteryTechnology);
  /frameworks/native/include/batteryservice/
BatteryService.h 66 String8 batteryTechnology;

Completed in 94 milliseconds