Home
last modified time | relevance | path

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

/cts/tests/tests/wifi/src/android/net/wifi/cts/
DWifiManagerTest.java1146 List<Integer> supportedSoftApBands = new ArrayList<>(); in startLocalOnlyHotspot() local
1150 supportedSoftApBands = getSupportedSoftApBand( in startLocalOnlyHotspot()
1180 assertEquals(supportedSoftApBands.size() > 0 ? supportedSoftApBands.get(0) in startLocalOnlyHotspot()