Searched refs:isInterfaceUp (Results 1 – 6 of 6) sorted by relevance
238 onUpChanged(mWifiNative.isInterfaceUp(mClientInterfaceName)); in enter()
279 onUpChanged(mWifiNative.isInterfaceUp(mClientInterfaceName)); in enter()
691 onInterfaceStateChanged(ifaceWithName, isInterfaceUp(ifaceName)); in interfaceLinkStateChanged()970 onInterfaceStateChanged(iface, isInterfaceUp(iface.name)); in setupInterfaceForClientInConnectivityMode()1024 onInterfaceStateChanged(iface, isInterfaceUp(iface.name)); in setupInterfaceForClientInScanMode()1080 onInterfaceStateChanged(iface, isInterfaceUp(iface.name)); in setupInterfaceForSoftApMode()1095 public boolean isInterfaceUp(@NonNull String ifaceName) { in isInterfaceUp() method in WifiNative
513 onUpChanged(mWifiNative.isInterfaceUp(mApInterfaceName)); in enter()
1084 assertTrue(mWifiNative.isInterfaceUp(IFACE_NAME_0)); in testIsInterfaceUp()1087 assertFalse(mWifiNative.isInterfaceUp(IFACE_NAME_0)); in testIsInterfaceUp()1090 assertFalse(mWifiNative.isInterfaceUp(IFACE_NAME_0)); in testIsInterfaceUp()
1980 when(mWifiNative.isInterfaceUp(eq(WIFI_IFACE_NAME))).thenReturn(true); in testSupplicantUpdateDriverInactiveIfaceUpClientModeDoesNotTriggerSelfRecovery()