Home
last modified time | relevance | path

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

/cts/tests/tests/wifi/src/android/net/wifi/cts/
DWifiManagerTest.java4751 AtomicInteger maxNumOfTdlsSessions = new AtomicInteger(0); in testGetMaxSupportedConcurrentTdlsSessions() local
4755 maxNumOfTdlsSessions.set(maxNumOfTdlsSessionsLocal); in testGetMaxSupportedConcurrentTdlsSessions()
4764 assertTrue(maxNumOfTdlsSessions.get() == -1 || maxNumOfTdlsSessions.get() > 0); in testGetMaxSupportedConcurrentTdlsSessions()