Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pNative.java254 teardownInterface(); in setupInterface()
260 teardownInterface(); in setupInterface()
268 teardownInterface(); in setupInterface()
286 public void teardownInterface() { in teardownInterface() method in WifiP2pNative
DWifiP2pServiceImpl.java3111 mWifiNative.teardownInterface(); in processMessageImpl()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/p2p/
DWifiP2pNativeInterfaceManagementTest.java171 mWifiP2pNative.teardownInterface(); in testTeardownInterface()
194 mWifiP2pNative.teardownInterface(); in testTeardownInterfaceWithNoVendorHal()
DWifiP2pNativeTest.java365 mWifiP2pNative.teardownInterface(); in testTeardownInterfaceSuccessWhenP2pIfaceExists()
374 mWifiP2pNative.teardownInterface(); in testTeardownInterfaceSuccessWhenNoP2pIface()
386 mWifiP2pNative.teardownInterface(); in testTeardownInterfaceSuccessWhenNoHalDeviceMgrSupport()
DWifiP2pServiceImplTest.java1240 verify(mWifiNative).teardownInterface(); in checkIsP2pTearDownWhenClientDisconnected()
1243 verify(mWifiNative, never()).teardownInterface(); in checkIsP2pTearDownWhenClientDisconnected()
1736 verify(mWifiNative).teardownInterface(); in checkIsP2pInitForWifiChanges()
1767 verify(mWifiNative).teardownInterface(); in checkIsP2pInitForUserRestrictionChanges()
5370 verify(mWifiNative).teardownInterface(); in testFactoryResetSuccessWhenP2pEnabled()
6582 verify(mWifiNative).teardownInterface(); in testIdleTimeoutTriggered()
6608 verify(mWifiNative).teardownInterface(); in testWfdInfoIsSetAtP2pEnabledStateForIdleShutdown()
6647 verify(mWifiNative).teardownInterface(); in testWfdInfoIsSetAtP2pEnabledStateForNormalShutdown()
8159 verify(mWifiNative).teardownInterface(); in testP2pChangeToDisableWhenD2DAllowedToFalse()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiNative.java1540 teardownInterface(iface.name); in setupInterfaceForClientInScanMode()
1548 teardownInterface(iface.name); in setupInterfaceForClientInScanMode()
1629 teardownInterface(iface.name); in setupInterfaceForSoftApMode()
1641 teardownInterface(iface.name); in setupInterfaceForSoftApMode()
1649 teardownInterface(iface.name); in setupInterfaceForSoftApMode()
1688 teardownInterface(iface.name); in switchClientInterfaceToScanMode()
1693 teardownInterface(iface.name); in switchClientInterfaceToScanMode()
1732 teardownInterface(iface.name); in switchClientInterfaceToConnectivityMode()
1737 teardownInterface(iface.name); in switchClientInterfaceToConnectivityMode()
1743 teardownInterface(iface.name); in switchClientInterfaceToConnectivityMode()
[all …]
DSoftApManager.java938 mWifiNative.teardownInterface(mApInterfaceName); in stopSoftAp()
1456 mWifiNative.teardownInterface(mApInterfaceName); in processMessageImpl()
DConcreteClientModeManager.java1133 mWifiNative.teardownInterface(mClientInterfaceName); in exitImpl()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DConcreteClientModeManagerTest.java711 verify(mWifiNative, never()).teardownInterface(TEST_INTERFACE_NAME); in clientModeStartedStopsOnInterfaceDestroyed()
724 verify(mWifiNative).teardownInterface(TEST_INTERFACE_NAME); in noCallbackOnInterfaceDestroyedWhenAlreadyStopped()
764 inOrder.verify(mWifiNative).teardownInterface(eq(TEST_INTERFACE_NAME)); in scanModeExitStopsWakeupController()
DWifiNativeInterfaceManagementTest.java1023 mWifiNative.teardownInterface(ifaceName); in validateInterfaceTearDown()
1644 mWifiNative.teardownInterface(ifaceName); in executeAndValidateTeardownClientInterface()
1864 mWifiNative.teardownInterface(ifaceName); in executeAndValidateTeardownClientInterfaceForScan()
2059 mWifiNative.teardownInterface(ifaceName); in executeAndValidateTeardownSoftApInterface()
DSoftApManagerTest.java1011 verify(mWifiNative).teardownInterface(TEST_INTERFACE_NAME); in startSoftApApInterfaceFailedToStart()
2073 verify(mWifiNative).teardownInterface(TEST_INTERFACE_NAME); in stopsSoftApOnTimeoutMessage()