Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
DFlashingResourcesParserTest.java182 List<String> gammaBoot = gammaReqs.get("version-bootloader"); in testRequireForProduct_internalState() local
183 assertEquals(2, gammaBoot.size()); in testRequireForProduct_internalState()
184 assertEquals("istanbul", gammaBoot.get(0)); in testRequireForProduct_internalState()
185 assertEquals("constantinople", gammaBoot.get(1)); in testRequireForProduct_internalState()