Searched refs:minDiceChainSize (Results 1 – 1 of 1) sorted by relevance
1316 int minDiceChainSize = getVendorApiLevel() >= 202404 ? 5 : 4; in bccIsSuperficiallyWellFormed() local1317 assertThat(diceChainSize).isAtLeast(minDiceChainSize); in bccIsSuperficiallyWellFormed()