Searched refs:updateInterfaceIpState (Results 1 – 9 of 9) sorted by relevance
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/ |
D | TetheringTest.java | 905 verify(mWifiManager).updateInterfaceIpState( in failingLocalOnlyHotspotLegacyApBroadcast() 978 verify(mWifiManager, times(3)).updateInterfaceIpState( in verifyStopHotpot() 994 verify(mWifiManager).updateInterfaceIpState( in verifyStartHotspot() 1002 verify(mWifiManager).updateInterfaceIpState(TEST_WLAN_IFNAME, expectedState); in verifyStartHotspot() 1928 verify(mWifiManager).updateInterfaceIpState( in failingWifiTetheringLegacyApBroadcast() 2014 verify(mWifiManager).updateInterfaceIpState( in failureEnablingIpForwarding() 2016 verify(mWifiManager).updateInterfaceIpState( in failureEnablingIpForwarding() 2033 verify(mWifiManager).updateInterfaceIpState( in failureEnablingIpForwarding() 3651 verify(mWifiManager).updateInterfaceIpState( in testWifiTetheringWhenP2pActive() 3654 verify(mWifiManager).updateInterfaceIpState(TEST_WLAN_IFNAME, IFACE_IP_MODE_TETHERED); in testWifiTetheringWhenP2pActive()
|
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/ |
D | Tethering.java | 1945 mgr.updateInterfaceIpState(iface, IFACE_IP_MODE_TETHERED); in handleInterfaceServingStateActive() 1948 mgr.updateInterfaceIpState(iface, IFACE_IP_MODE_LOCAL_ONLY); in handleInterfaceServingStateActive() 1972 mgr.updateInterfaceIpState(iface, IFACE_IP_MODE_CONFIGURATION_ERROR); in handleInterfaceServingStateInactive() 1974 mgr.updateInterfaceIpState(iface, IFACE_IP_MODE_UNSPECIFIED); in handleInterfaceServingStateInactive()
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | WifiServiceImplTest.java | 3672 mWifiServiceImpl.updateInterfaceIpState(WIFI_IFACE_NAME, IFACE_IP_MODE_TETHERED); in testTetheringDoesNotStartWhenAlreadyTetheringActive() 3700 mWifiServiceImpl.updateInterfaceIpState(WIFI_IFACE_NAME, IFACE_IP_MODE_TETHERED); in testStartTetheredHotspotDoesNotStartWhenAlreadyTetheringActive() 3726 mWifiServiceImpl.updateInterfaceIpState(WIFI_IFACE_NAME, IFACE_IP_MODE_TETHERED); in testStartTetheredHotspotRequestDoesNotStartWhenAlreadyTetheringActive() 3751 mWifiServiceImpl.updateInterfaceIpState(WIFI_IFACE_NAME, IFACE_IP_MODE_TETHERED); in testHotspotDoesNotStartWhenAlreadyTethering() 3896 mWifiServiceImpl.updateInterfaceIpState(mLohsInterfaceName, IFACE_IP_MODE_LOCAL_ONLY); in setupWardenForCustomLohs() 4411 mWifiServiceImpl.updateInterfaceIpState(mLohsInterfaceName, IFACE_IP_MODE_LOCAL_ONLY); in setupLocalOnlyHotspot() 4538 mWifiServiceImpl.updateInterfaceIpState(WIFI_IFACE_NAME, IFACE_IP_MODE_LOCAL_ONLY); in testAllRegisteredCallbacksTriggeredWhenSoftApStops() 4585 mWifiServiceImpl.updateInterfaceIpState(WIFI_IFACE_NAME, IFACE_IP_MODE_LOCAL_ONLY); in testLOHSReadyWithoutRegisteredRequestsStopsSoftApMode() 4606 mWifiServiceImpl.updateInterfaceIpState(WIFI_IFACE_NAME, IFACE_IP_MODE_LOCAL_ONLY); in testRegisteredLocalOnlyHotspotRequestorsGetOnStartedCallbackWhenReady() 4625 mWifiServiceImpl.updateInterfaceIpState(WIFI_IFACE_NAME, IFACE_IP_MODE_LOCAL_ONLY); in testRegisterLocalOnlyHotspotRequestAfterAlreadyStartedGetsOnStartedCallback() [all …]
|
/packages/modules/Wifi/framework/java/android/net/wifi/ |
D | IWifiManager.aidl | 227 void updateInterfaceIpState(String ifaceName, int mode); in updateInterfaceIpState() method
|
D | BaseWifiService.java | 452 public void updateInterfaceIpState(String ifaceName, int mode) { in updateInterfaceIpState() method in BaseWifiService
|
D | WifiManager.java | 5441 public void updateInterfaceIpState(@Nullable String ifaceName, @IfaceIpMode int mode) { in updateInterfaceIpState() method in WifiManager 5443 mService.updateInterfaceIpState(ifaceName, mode); in updateInterfaceIpState()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | WifiServiceImpl.java | 1589 public void updateInterfaceIpState(String ifaceName, int mode) { in updateInterfaceIpState() method in WifiServiceImpl 1594 mWifiThreadRunner.post(() -> mLohsSoftApTracker.updateInterfaceIpState(ifaceName, mode), in updateInterfaceIpState() 2338 public void updateInterfaceIpState(String ifaceName, int mode) { in updateInterfaceIpState() method in WifiServiceImpl.LohsSoftApTracker 2604 updateInterfaceIpState(mLohsInterfaceName, in onStateChanged() 2620 updateInterfaceIpState(mLohsInterfaceName, in onStateChanged()
|
/packages/modules/Wifi/apex/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority.txt | 909 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/ |
D | system-current.txt | 834 …net.NetworkStack.PERMISSION_MAINLINE_NETWORK_STACK}) public void updateInterfaceIpState(@Nullable …
|