Home
last modified time | relevance | path

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

/frameworks/base/services/tests/powerstatstests/src/com/android/server/power/stats/
DEnergyConsumerSnapshotTest.java61 private static final int VOLTAGE_1 = 3_500; field in EnergyConsumerSnapshotTest
127 delta = snapshot.updateAndGetDelta(RESULTS_1, VOLTAGE_1); in testUpdateAndGetDelta()
130 expectedChargeUC = calculateChargeConsumedUC(14_000, VOLTAGE_0, 24_000, VOLTAGE_1); in testUpdateAndGetDelta()
135 expectedChargeUC = calculateChargeConsumedUC(90_000, VOLTAGE_0, 90_000, VOLTAGE_1); in testUpdateAndGetDelta()
137 expectedChargeUC = calculateChargeConsumedUC(0, VOLTAGE_0, 12_000_000, VOLTAGE_1); in testUpdateAndGetDelta()
149 expectedChargeUC = calculateChargeConsumedUC(24_000, VOLTAGE_1, 36_000, VOLTAGE_2); 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()
[all …]