Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
DFlashingResourcesParserTest.java61 List<String> boards = result.get(FlashingResourcesParser.BOARD_KEY); in testParseAndroidInfo()
85 List<String> boards = result.get(FlashingResourcesParser.BOARD_KEY); in testParseAndroidInfo_withConstraint()
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DFlashingResourcesParser.java69 public static final String BOARD_KEY = "board"; field in FlashingResourcesParser
214 Collection<String> board = boardReqs.get(BOARD_KEY); in getRequiredBoards()