Home
last modified time | relevance | path

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

/cts/tests/tests/wifi/src/android/net/wifi/cts/
DWifiManagerTest.java6621 AtomicInteger nEntries = new AtomicInteger(); in testGetSupportedSimultaneousBandCombinations() local
6626 nEntries.set(bands.size()); in testGetSupportedSimultaneousBandCombinations()
6640 nEntries.set(-1); in testGetSupportedSimultaneousBandCombinations()
6644 () -> (nEntries.get() > -1)); in testGetSupportedSimultaneousBandCombinations()