Home
last modified time | relevance | path

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

/tools/tradefederation/core/javatests/com/android/tradefed/targetprep/
DFlashingResourcesParserTest.java68 List<String> boards = result.get(FlashingResourcesParser.BOARD_KEY); in testParseAndroidInfo()
93 List<String> boards = result.get(FlashingResourcesParser.BOARD_KEY); in testParseAndroidInfo_withConstraint()
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DFlashingResourcesParser.java73 public static final String BOARD_KEY = "board"; field in FlashingResourcesParser
224 Collection<String> board = boardReqs.get(BOARD_KEY); in getRequiredBoards()