Searched refs:batteryTechnology (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/os/
H A DBatteryProperties.java32 public String batteryTechnology; field in class:BatteryProperties
48 batteryTechnology = other.batteryTechnology;
67 batteryTechnology = p.readString();
81 p.writeString(batteryTechnology);
/frameworks/native/services/batteryservice/
H A DBatteryProperties.cpp43 batteryTechnology = String8((p->readString16()).string());
58 p->writeString16(String16(batteryTechnology));
/frameworks/native/include/batteryservice/
H A DBatteryService.h67 String8 batteryTechnology; member in struct:android::BatteryProperties
/frameworks/base/services/core/java/com/android/server/
H A DBatteryService.java332 + ", batteryTechnology=" + mBatteryProps.batteryTechnology
387 mPlugType, mBatteryProps.batteryTechnology);
508 intent.putExtra(BatteryManager.EXTRA_TECHNOLOGY, mBatteryProps.batteryTechnology);
519 ", technology: " + mBatteryProps.batteryTechnology +
637 pw.println(" technology: " + mBatteryProps.batteryTechnology);

Completed in 123 milliseconds