HomeSort by relevance Sort by last modified time
    Searched refs:batteryTechnology (Results 1 - 6 of 6) 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/services/batteryservice/
BatteryProperties.cpp 42 batteryTechnology = String8((p->readString16()).string());
56 p->writeString16(String16(batteryTechnology));
  /frameworks/native/include/batteryservice/
BatteryService.h 66 String8 batteryTechnology;
  /frameworks/base/services/core/java/com/android/server/
BatteryService.java 330 + ", batteryTechnology=" + mBatteryProps.batteryTechnology
384 mPlugType, mBatteryProps.batteryTechnology);
504 intent.putExtra(BatteryManager.EXTRA_TECHNOLOGY, mBatteryProps.batteryTechnology);
513 ", technology: " + mBatteryProps.batteryTechnology +
628 pw.println(" technology: " + mBatteryProps.batteryTechnology);
    [all...]
  /device/samsung/manta/health/
healthd-manta.cpp 280 props->batteryTechnology = "Li-ion";
  /system/core/healthd/
BatteryMonitor.cpp 210 props.batteryTechnology = String8(buf);

Completed in 613 milliseconds