Home
last modified time | relevance | path

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

/cts/hostsidetests/incident/src/com/android/server/cts/
DBatteryStatsValidationTest.java448 long currentValueRealtime = getLongValue(0, "bt", "", 7); in testRealtime() local
452 assertTrue(currentValueRealtime >= startingValueRealtime + 4000); in testRealtime()
454 assertTrue(currentValueRealtime < startingValueRealtime + 6000); in testRealtime()