Home
last modified time | relevance | path

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

/cts/hostsidetests/incident/src/com/android/server/cts/
DBatteryStatsIncidentTest.java247 double minDrained = pus.getMinDrainedPowerMah(); in testSystemProto() local
249 assertTrue(0 <= minDrained); in testSystemProto()
250 assertTrue(minDrained <= maxDrained); in testSystemProto()