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.java4628 String infoStr[] = line.split(","); in getBootHistory() local
4629 String startStr = infoStr[infoStr.length - 1]; in getBootHistory()
4632 bootHistory.put(startTime, infoStr[0].trim()); in getBootHistory()