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