Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/p2p/
DWifiP2pNativeInterfaceManagementTest.java131 mWifiP2pNative.setupInterface(mHalDeviceInterfaceDestroyedListener, mHandler)); in testSetUpInterface()
145 assertEquals(P2P_IFACE_NAME, mWifiP2pNative.setupInterface( in testSetUpInterfaceWithNoVendorHal()
159 mWifiP2pNative.setupInterface(mHalDeviceInterfaceDestroyedListener, in testTeardownInterface()
175 assertEquals(P2P_IFACE_NAME, mWifiP2pNative.setupInterface( in testTeardownInterfaceWithNoVendorHal()
DWifiP2pServiceImplTest.java607 verify(mWifiNative).setupInterface(any(), any()); in checkIsP2pInitWhenClientConnected()
611 verify(mWifiNative, never()).setupInterface(any(), any()); in checkIsP2pInitWhenClientConnected()
727 when(mWifiNative.setupInterface(any(), any())).thenReturn(IFACE_NAME_P2P); in setUpWifiP2pServiceImpl()
843 verify(mWifiNative, times(2)).setupInterface(any(), any()); in checkIsP2pInitForWifiChanges()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pNative.java227 public String setupInterface( in setupInterface() method in WifiP2pNative
DWifiP2pServiceImpl.java1396 mInterfaceName = mWifiNative.setupInterface((String ifaceName) -> { in processMessage()