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.java993 List<Integer> supportedSoftApBands = new ArrayList<>(); in startLocalOnlyHotspot() local
997 supportedSoftApBands = getSupportedSoftApBand( in startLocalOnlyHotspot()
1027 assertEquals(supportedSoftApBands.size() > 0 ? supportedSoftApBands.get(0) in startLocalOnlyHotspot()