Home
last modified time | relevance | path

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

/frameworks/base/services/tests/powerstatstests/src/com/android/server/power/stats/
DEnergyConsumerSnapshotTest.java63 private static final int VOLTAGE_3 = 3_000; field in EnergyConsumerSnapshotTest
155 delta = snapshot.updateAndGetDelta(RESULTS_3, VOLTAGE_3); in testUpdateAndGetDelta()
161 expectedChargeUC = calculateChargeConsumedUC(90_000, VOLTAGE_1, 190_000, VOLTAGE_3); in testUpdateAndGetDelta()
163 expectedChargeUC = calculateChargeConsumedUC(12_000_000, VOLTAGE_1, 12_000_000, VOLTAGE_3); in testUpdateAndGetDelta()
165 expectedChargeUC = calculateChargeConsumedUC(12_000, VOLTAGE_1, 13_000, VOLTAGE_3); in testUpdateAndGetDelta()
171 expectedChargeUC = calculateChargeConsumedUC(0, VOLTAGE_1, 9_000, VOLTAGE_3); in testUpdateAndGetDelta()
173 expectedChargeUC = calculateChargeConsumedUC(13_000, VOLTAGE_1, 18_000, VOLTAGE_3); in testUpdateAndGetDelta()
175 expectedChargeUC = calculateChargeConsumedUC(0, VOLTAGE_1, 6_000, VOLTAGE_3); in testUpdateAndGetDelta()
187 expectedChargeUC = calculateChargeConsumedUC(190_000, VOLTAGE_3, 290_000, VOLTAGE_4); in testUpdateAndGetDelta()
190 expectedChargeUC = calculateChargeConsumedUC(13_000, VOLTAGE_3, 165_000, VOLTAGE_4); in testUpdateAndGetDelta()
[all …]