Home
last modified time | relevance | path

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

/cts/hostsidetests/incident/src/com/android/server/cts/
DBatteryStatsValidationTest.java441 long startingValueBatteryRealtime = getLongValue(0, "bt", "", 5); in testRealtime() local
456 assertTrue(currentValueBatteryRealtime >= startingValueBatteryRealtime + 2000); in testRealtime()
457 assertTrue(currentValueBatteryRealtime < startingValueBatteryRealtime + 4000); in testRealtime()