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

  /frameworks/base/core/java/android/os/
BatteryProperties.java 34 public String batteryTechnology;
52 batteryTechnology = other.batteryTechnology;
73 batteryTechnology = p.readString();
89 p.writeString(batteryTechnology);
  /frameworks/native/services/batteryservice/
BatteryProperties.cpp 45 batteryTechnology = String8((p->readString16()).string());
62 p->writeString16(String16(batteryTechnology));
  /frameworks/native/include/batteryservice/
BatteryService.h 72 String8 batteryTechnology;
  /frameworks/base/services/core/java/com/android/server/
BatteryService.java 350 + ", batteryTechnology=" + mBatteryProps.batteryTechnology
407 mPlugType, mBatteryProps.batteryTechnology);
530 intent.putExtra(BatteryManager.EXTRA_TECHNOLOGY, mBatteryProps.batteryTechnology);
542 ", technology: " + mBatteryProps.batteryTechnology +
    [all...]
  /system/core/healthd/
BatteryMonitor.cpp 77 props->batteryTechnology.clear();
261 props.batteryTechnology = String8(buf);

Completed in 114 milliseconds