Home
last modified time | relevance | path

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

/cts/hostsidetests/incident/src/com/android/server/cts/
DBatteryStatsValidationTest.java440 long startingValueRealtime = getLongValue(0, "bt", "", 7); in testRealtime()
441 long startingValueBatteryRealtime = getLongValue(0, "bt", "", 5); in testRealtime()
448 long currentValueRealtime = getLongValue(0, "bt", "", 7); in testRealtime()
449 long currentValueBatteryRealtime = getLongValue(0, "bt", "", 5); in testRealtime()
520 long value = getLongValue(uid, tag, optionalAfterTag, index); in assertValueRange()
528 private long getLongValue(int uid, String tag, String optionalAfterTag, int index) in getLongValue() method in BatteryStatsValidationTest