HomeSort by relevance Sort by last modified time
    Searched refs:batteryTechnology (Results 1 - 7 of 7) 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/
BatteryProperties.cpp 46 batteryTechnology = String8((p->readString16()).string());
64 p->writeString16(String16(batteryTechnology));
  /frameworks/native/services/batteryservice/include/batteryservice/
BatteryService.h 56 String8 batteryTechnology;
  /hardware/interfaces/health/1.0/
types.hal 212 string batteryTechnology;
  /hardware/interfaces/health/1.0/default/
convert.cpp 121 info.batteryTechnology = p->batteryTechnology;
141 p->batteryTechnology = android::String8(info.batteryTechnology.c_str());
  /frameworks/base/services/core/java/com/android/server/
BatteryService.java 359 + ", batteryTechnology=" + mBatteryProps.batteryTechnology
419 mPlugType, mBatteryProps.batteryTechnology);
553 intent.putExtra(BatteryManager.EXTRA_TECHNOLOGY, mBatteryProps.batteryTechnology);
565 ", technology: " + mBatteryProps.batteryTechnology +
    [all...]
  /system/core/healthd/
BatteryMonitor.cpp 81 props->batteryTechnology.clear();
244 props.batteryTechnology = String8(buf.c_str());

Completed in 819 milliseconds