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 35 public String batteryTechnology;
54 batteryTechnology = other.batteryTechnology;
76 batteryTechnology = p.readString();
93 p.writeString(batteryTechnology);
  /frameworks/native/services/batteryservice/include/batteryservice/
BatteryService.h 56 String8 batteryTechnology;

Completed in 204 milliseconds