Searched refs:gammaReqs (Results 1 – 1 of 1) sorted by relevance
179 MultiMap<String, String> gammaReqs = fullInfo.get("gamma"); in testRequireForProduct_internalState() local180 assertNotNull(gammaReqs); in testRequireForProduct_internalState()181 assertEquals(1, gammaReqs.size()); in testRequireForProduct_internalState()182 List<String> gammaBoot = gammaReqs.get("version-bootloader"); in testRequireForProduct_internalState()