Home
last modified time | relevance | path

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

/tools/tradefederation/core/javatests/com/android/tradefed/targetprep/
DFlashingResourcesParserTest.java194 List<String> gammaBoot = gammaReqs.get("version-bootloader"); in testRequireForProduct_internalState() local
195 assertEquals(2, gammaBoot.size()); in testRequireForProduct_internalState()
196 assertEquals("istanbul", gammaBoot.get(0)); in testRequireForProduct_internalState()
197 assertEquals("constantinople", gammaBoot.get(1)); in testRequireForProduct_internalState()