Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiNative.java503 private boolean hasAnyP2pIface() { in hasAnyP2pIface() method in WifiNative.IfaceManager
736 if (!mIfaceMgr.hasAnyP2pIface()) { in stopSupplicantIfNecessary()
5216 boolean hasAnyP2pIface() {
5217 return mIfaceMgr.hasAnyP2pIface();
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiNativeInterfaceManagementTest.java1443 assertTrue(mWifiNative.hasAnyP2pIface()); in testSetupP2pInterfaceAndTeardownP2pWhenClientInterfaceExist()
1446 assertFalse(mWifiNative.hasAnyP2pIface()); in testSetupP2pInterfaceAndTeardownP2pWhenClientInterfaceExist()