Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DActiveModeWardenTest.java477 SoftApRole softApRole = softApConfig.getTargetMode() == WifiManager.IFACE_IP_MODE_TETHERED in enterSoftApActiveMode() local
481 when(mSoftApManager.getRole()).thenReturn(softApRole); in enterSoftApActiveMode()
489 any(), any(), any(), eq(TEST_WORKSOURCE), eq(softApRole), anyBoolean()); in enterSoftApActiveMode()
494 if (softApRole == ROLE_SOFTAP_TETHERED) { in enterSoftApActiveMode()