Home
last modified time | relevance | path

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

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