Home
last modified time | relevance | path

Searched refs:updateInterfaceIpState (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DTetheringTest.java1018 verify(mWifiManager).updateInterfaceIpState( in failingLocalOnlyHotspotLegacyApBroadcast()
1023 verify(mWifiManager, never()).updateInterfaceIpState( in failingLocalOnlyHotspotLegacyApBroadcast()
1105 verify(mWifiManager, times(3)).updateInterfaceIpState( in verifyStopHotpot()
1122 verify(mWifiManager).updateInterfaceIpState( in verifyStartHotspot()
1130 verify(mWifiManager).updateInterfaceIpState(TEST_WLAN_IFNAME, expectedState); in verifyStartHotspot()
2052 verify(mWifiManager).updateInterfaceIpState( in failingWifiTetheringLegacyApBroadcast()
2057 verify(mWifiManager, never()).updateInterfaceIpState( in failingWifiTetheringLegacyApBroadcast()
2224 verify(mWifiManager, never()).updateInterfaceIpState( in startWifiApBroadcastDoesNotStartIpServing()
2263 verify(mWifiManager).updateInterfaceIpState( in failureEnablingIpForwarding()
2265 verify(mWifiManager).updateInterfaceIpState( in failureEnablingIpForwarding()
[all …]
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DTethering.java2226 mgr.updateInterfaceIpState(iface, IFACE_IP_MODE_TETHERED); in handleInterfaceServingStateActive()
2229 mgr.updateInterfaceIpState(iface, IFACE_IP_MODE_LOCAL_ONLY); in handleInterfaceServingStateActive()
2253 mgr.updateInterfaceIpState(iface, IFACE_IP_MODE_CONFIGURATION_ERROR); in handleInterfaceServingStateInactive()
2255 mgr.updateInterfaceIpState(iface, IFACE_IP_MODE_UNSPECIFIED); in handleInterfaceServingStateInactive()
/packages/modules/Wifi/framework/java/android/net/wifi/
DIWifiManager.aidl236 void updateInterfaceIpState(String ifaceName, int mode); in updateInterfaceIpState() method
DWifiManager.java5588 public void updateInterfaceIpState(@Nullable String ifaceName, @IfaceIpMode int mode) { in updateInterfaceIpState() method in WifiManager
5590 mService.updateInterfaceIpState(ifaceName, mode); in updateInterfaceIpState()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiServiceImplTest.java3723 mWifiServiceImpl.updateInterfaceIpState(WIFI_IFACE_NAME, IFACE_IP_MODE_TETHERED); in testTetheringDoesNotStartWhenAlreadyTetheringActive()
3751 mWifiServiceImpl.updateInterfaceIpState(WIFI_IFACE_NAME, IFACE_IP_MODE_TETHERED); in testStartTetheredHotspotDoesNotStartWhenAlreadyTetheringActive()
3777 mWifiServiceImpl.updateInterfaceIpState(WIFI_IFACE_NAME, IFACE_IP_MODE_TETHERED); in testStartTetheredHotspotRequestDoesNotStartWhenAlreadyTetheringActive()
3802 mWifiServiceImpl.updateInterfaceIpState(WIFI_IFACE_NAME, IFACE_IP_MODE_TETHERED); in testHotspotDoesNotStartWhenAlreadyTethering()
3946 mWifiServiceImpl.updateInterfaceIpState(mLohsInterfaceName, IFACE_IP_MODE_LOCAL_ONLY); in setupWardenForCustomLohs()
4479 mWifiServiceImpl.updateInterfaceIpState(mLohsInterfaceName, IFACE_IP_MODE_LOCAL_ONLY); in setupLocalOnlyHotspot()
4606 mWifiServiceImpl.updateInterfaceIpState(WIFI_IFACE_NAME, IFACE_IP_MODE_LOCAL_ONLY); in testAllRegisteredCallbacksTriggeredWhenSoftApStops()
4653 mWifiServiceImpl.updateInterfaceIpState(WIFI_IFACE_NAME, IFACE_IP_MODE_LOCAL_ONLY); in testLOHSReadyWithoutRegisteredRequestsStopsSoftApMode()
4674 mWifiServiceImpl.updateInterfaceIpState(WIFI_IFACE_NAME, IFACE_IP_MODE_LOCAL_ONLY); in testRegisteredLocalOnlyHotspotRequestorsGetOnStartedCallbackWhenReady()
4693 mWifiServiceImpl.updateInterfaceIpState(WIFI_IFACE_NAME, IFACE_IP_MODE_LOCAL_ONLY); in testRegisterLocalOnlyHotspotRequestAfterAlreadyStartedGetsOnStartedCallback()
[all …]
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiServiceImpl.java1930 public void updateInterfaceIpState(String ifaceName, int mode) { in updateInterfaceIpState() method in WifiServiceImpl
1935 mWifiThreadRunner.post(() -> mLohsSoftApTracker.updateInterfaceIpState(ifaceName, mode), in updateInterfaceIpState()
2755 public void updateInterfaceIpState(String ifaceName, int mode) { in updateInterfaceIpState() method in WifiServiceImpl.LohsSoftApTracker
3052 updateInterfaceIpState(mLohsInterfaceName, in onStateChanged()
3076 updateInterfaceIpState(mLohsInterfaceName, in onStateChanged()
/packages/modules/Wifi/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt909 Landroid/net/wifi/IWifiManager$Stub$Proxy;->updateInterfaceIpState(Ljava/lang/String;I)V
1036 Landroid/net/wifi/IWifiManager;->updateInterfaceIpState(Ljava/lang/String;I)V
1900 Landroid/net/wifi/WifiManager;->updateInterfaceIpState(Ljava/lang/String;I)V
/packages/modules/Wifi/framework/api/
Dsystem-current.txt901 …net.NetworkStack.PERMISSION_MAINLINE_NETWORK_STACK}) public void updateInterfaceIpState(@Nullable …