Searched defs:charge (Results 1 – 7 of 7) sorted by relevance
32 fun charge() method
29 const float charge = batteryChargeCounterUah * (3600 * 1e-6); // Joules = Amp-Second in toString() local41 const float charge = -batteryChargeCounterUah * (3600 * 1e-6f); // Joules = Amp-Second in normalizedEnergy() local
138 override fun charge() { in charge() method in com.android.systemui.shared.clocks.ComposedDigitalLayerController
204 override fun charge() { in charge() method
206 override fun charge() { in charge() method
258 override fun charge() = view.animateCharge { dozeState.isActive } in <lambda>() method
359 final long charge = mAccumulatedChargeMicroCoulomb[index]; in writeSummaryToParcel() local