Searched refs:batteryTechnology (Results 1 – 3 of 3) sorted by relevance
35 public String batteryTechnology; field in BatteryProperties54 batteryTechnology = other.batteryTechnology; in set()76 batteryTechnology = p.readString(); in BatteryProperties()93 p.writeString(batteryTechnology); in writeToParcel()
56 String8 batteryTechnology; member
432 dst.batteryTechnology = src.batteryTechnology; in copy()534 mPlugType, mHealthInfo.batteryTechnology); in processValuesLocked()675 intent.putExtra(BatteryManager.EXTRA_TECHNOLOGY, mHealthInfo.batteryTechnology); in sendBatteryChangedIntentLocked()996 pw.println(" technology: " + mHealthInfo.batteryTechnology); in dumpInternal()1028 proto.write(BatteryServiceDumpProto.TECHNOLOGY, mHealthInfo.batteryTechnology); in dumpProto()