Searched refs:updateInterfaceIpState (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/packages/Tethering/tests/unit/src/com/android/networkstack/tethering/ |
D | TetheringTest.java | 696 verify(mWifiManager).updateInterfaceIpState( in failingLocalOnlyHotspotLegacyApBroadcast() 769 verify(mWifiManager).updateInterfaceIpState( in workingLocalOnlyHotspotEnrichedApBroadcast() 771 verify(mWifiManager).updateInterfaceIpState( in workingLocalOnlyHotspotEnrichedApBroadcast() 792 verify(mWifiManager, times(3)).updateInterfaceIpState( in workingLocalOnlyHotspotEnrichedApBroadcast() 1005 verify(mWifiManager).updateInterfaceIpState( in failingWifiTetheringLegacyApBroadcast() 1037 verify(mWifiManager).updateInterfaceIpState( in workingWifiTetheringEnrichedApBroadcast() 1039 verify(mWifiManager).updateInterfaceIpState( in workingWifiTetheringEnrichedApBroadcast() 1078 verify(mWifiManager, times(3)).updateInterfaceIpState( in workingWifiTetheringEnrichedApBroadcast() 1116 verify(mWifiManager).updateInterfaceIpState( in failureEnablingIpForwarding() 1118 verify(mWifiManager).updateInterfaceIpState( in failureEnablingIpForwarding() [all …]
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
D | WifiServiceImplTest.java | 2036 mWifiServiceImpl.updateInterfaceIpState(WIFI_IFACE_NAME, IFACE_IP_MODE_TETHERED); in testTetheringDoesNotStartWhenAlreadyTetheringActive() 2057 mWifiServiceImpl.updateInterfaceIpState(WIFI_IFACE_NAME, IFACE_IP_MODE_TETHERED); in testStartTetheredHotspotDoesNotStartWhenAlreadyTetheringActive() 2076 mWifiServiceImpl.updateInterfaceIpState(WIFI_IFACE_NAME, IFACE_IP_MODE_TETHERED); in testHotspotDoesNotStartWhenAlreadyTethering() 2273 mWifiServiceImpl.updateInterfaceIpState(mLohsInterfaceName, IFACE_IP_MODE_LOCAL_ONLY); in setupWardenForCustomLohs() 2791 mWifiServiceImpl.updateInterfaceIpState(mLohsInterfaceName, IFACE_IP_MODE_LOCAL_ONLY); in setupLocalOnlyHotspot() 2918 mWifiServiceImpl.updateInterfaceIpState(WIFI_IFACE_NAME, IFACE_IP_MODE_LOCAL_ONLY); in testAllRegisteredCallbacksTriggeredWhenSoftApStops() 2965 mWifiServiceImpl.updateInterfaceIpState(WIFI_IFACE_NAME, IFACE_IP_MODE_LOCAL_ONLY); in testLOHSReadyWithoutRegisteredRequestsStopsSoftApMode() 2982 mWifiServiceImpl.updateInterfaceIpState(WIFI_IFACE_NAME, IFACE_IP_MODE_LOCAL_ONLY); in testRegisteredLocalOnlyHotspotRequestorsGetOnStartedCallbackWhenReady() 3000 mWifiServiceImpl.updateInterfaceIpState(WIFI_IFACE_NAME, IFACE_IP_MODE_LOCAL_ONLY); in testRegisterLocalOnlyHotspotRequestAfterAlreadyStartedGetsOnStartedCallback() 3020 mWifiServiceImpl.updateInterfaceIpState(WIFI_IFACE_NAME, IFACE_IP_MODE_CONFIGURATION_ERROR); in testCallOnFailedLocalOnlyHotspotRequestWhenIpConfigFails() [all …]
|
/frameworks/base/wifi/java/android/net/wifi/ |
D | IWifiManager.aidl | 145 void updateInterfaceIpState(String ifaceName, int mode); in updateInterfaceIpState() method
|
D | WifiManager.java | 3029 public void updateInterfaceIpState(@Nullable String ifaceName, @IfaceIpMode int mode) { in updateInterfaceIpState() method in WifiManager 3031 mService.updateInterfaceIpState(ifaceName, mode); in updateInterfaceIpState()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | BaseWifiService.java | 333 public void updateInterfaceIpState(String ifaceName, int mode) { in updateInterfaceIpState() method in BaseWifiService
|
D | WifiServiceImpl.java | 860 public void updateInterfaceIpState(String ifaceName, int mode) { in updateInterfaceIpState() method in WifiServiceImpl 866 mWifiThreadRunner.post(() -> mLohsSoftApTracker.updateInterfaceIpState(ifaceName, mode)); in updateInterfaceIpState() 1298 public void updateInterfaceIpState(String ifaceName, int mode) { in updateInterfaceIpState() method in WifiServiceImpl.LohsSoftApTracker 1567 updateInterfaceIpState(mLohsInterfaceName, in onStateChanged() 1583 updateInterfaceIpState(mLohsInterfaceName, in onStateChanged()
|
/frameworks/base/packages/Tethering/src/com/android/networkstack/tethering/ |
D | Tethering.java | 1646 mgr.updateInterfaceIpState(iface, IFACE_IP_MODE_TETHERED); in handleInterfaceServingStateActive() 1649 mgr.updateInterfaceIpState(iface, IFACE_IP_MODE_LOCAL_ONLY); in handleInterfaceServingStateActive() 1669 getWifiManager().updateInterfaceIpState( in handleInterfaceServingStateInactive() 1672 getWifiManager().updateInterfaceIpState( in handleInterfaceServingStateInactive()
|
/frameworks/base/wifi/api/ |
D | system-current.txt | 482 …net.NetworkStack.PERMISSION_MAINLINE_NETWORK_STACK}) public void updateInterfaceIpState(@Nullable …
|
/frameworks/base/api/ |
D | system-current.txt | 7279 …net.NetworkStack.PERMISSION_MAINLINE_NETWORK_STACK}) public void updateInterfaceIpState(@Nullable …
|