Home
last modified time | relevance | path

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

/cts/hostsidetests/incident/src/com/android/server/cts/
DBatteryStatsValidationTest.java507 String[] wlParts = line.split(","); in getLongValue() local
508 value = Long.parseLong(wlParts[index]); in getLongValue()