Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DActiveModeWardenTest.java397 SoftApRole softApRole = softApConfig.getTargetMode() == WifiManager.IFACE_IP_MODE_TETHERED in enterSoftApActiveMode() local
401 when(mSoftApManager.getRole()).thenReturn(softApRole); in enterSoftApActiveMode()
409 any(), any(), any(), eq(TEST_WORKSOURCE), eq(softApRole), anyBoolean()); in enterSoftApActiveMode()
414 if (softApRole == ROLE_SOFTAP_TETHERED) { in enterSoftApActiveMode()