Searched refs:VOLTAGE_4 (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/tests/powerstatstests/src/com/android/server/power/stats/ |
D | EnergyConsumerSnapshotTest.java | 64 private static final int VOLTAGE_4 = 2_800; field in EnergyConsumerSnapshotTest 181 delta = snapshot.updateAndGetDelta(RESULTS_4, VOLTAGE_4); in testUpdateAndGetDelta() 183 expectedChargeUC = calculateChargeConsumedUC(36_000, VOLTAGE_2, 43_000, VOLTAGE_4); 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() 195 expectedChargeUC = calculateChargeConsumedUC(9_000, VOLTAGE_3, 11_000, VOLTAGE_4); in testUpdateAndGetDelta() 199 expectedChargeUC = calculateChargeConsumedUC(0, VOLTAGE_3, 8_000, VOLTAGE_4); in testUpdateAndGetDelta()
|