Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java5576 String infoStr[] = line.split(","); in getBootHistory() local
5577 String startStr = infoStr[infoStr.length - 1]; in getBootHistory()
5580 bootHistory.put(startTime, infoStr[0].trim()); in getBootHistory()