Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DHalDeviceManagerTest.java958 mDut.creatingIfaceWillDeletePrivilegedIface( in testDisconnectedP2pTreatedAsOpportunisticAfterTimeout()
988 assertFalse(mDut.creatingIfaceWillDeletePrivilegedIface( in testCreatingIfaceWillDeletePrivilegedIface()
1005 assertTrue(mDut.creatingIfaceWillDeletePrivilegedIface( in testCreatingIfaceWillDeletePrivilegedIface()
1011 assertFalse(mDut.creatingIfaceWillDeletePrivilegedIface( in testCreatingIfaceWillDeletePrivilegedIface()
1019 assertFalse(mDut.creatingIfaceWillDeletePrivilegedIface( in testCreatingIfaceWillDeletePrivilegedIface()
DWifiConnectivityManagerTest.java1671 when(mHalDeviceManager.creatingIfaceWillDeletePrivilegedIface(anyInt(), any())) in multiInternetSecondaryConnectionRequestFailsIfWouldDeletePrivilegedIface()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DHalDeviceManager.java970 public boolean creatingIfaceWillDeletePrivilegedIface( in creatingIfaceWillDeletePrivilegedIface() method in HalDeviceManager
DWifiConnectivityManager.java408 .creatingIfaceWillDeletePrivilegedIface(HalDeviceManager.HDM_CREATE_IFACE_STA, in handleConnectToMultiInternetConnectionInternal()