Home
last modified time | relevance | path

Searched refs:VOLTAGE_2 (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/power/stats/
H A DEnergyConsumerSnapshotTest.java63 private static final int VOLTAGE_2 = 3_100; field in EnergyConsumerSnapshotTest
148 delta = snapshot.updateAndGetDelta(RESULTS_2, VOLTAGE_2); in testUpdateAndGetDelta()
150 expectedChargeUC = calculateChargeConsumedUC(24_000, VOLTAGE_1, 36_000, VOLTAGE_2); in testUpdateAndGetDelta()
184 expectedChargeUC = calculateChargeConsumedUC(36_000, VOLTAGE_2, 43_000, VOLTAGE_4); in testUpdateAndGetDelta()