Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
DFlashingResourcesParserTest.java179 MultiMap<String, String> gammaReqs = fullInfo.get("gamma"); in testRequireForProduct_internalState() local
180 assertNotNull(gammaReqs); in testRequireForProduct_internalState()
181 assertEquals(1, gammaReqs.size()); in testRequireForProduct_internalState()
182 List<String> gammaBoot = gammaReqs.get("version-bootloader"); in testRequireForProduct_internalState()