Searched refs:updateInterfaceIpState (Results 1 – 9 of 9) sorted by relevance
/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/ |
H A D | TetheringTest.java | 824 verify(mWifiManager).updateInterfaceIpState( in failingLocalOnlyHotspotLegacyApBroadcast() 902 verify(mWifiManager).updateInterfaceIpState( in workingLocalOnlyHotspotEnrichedApBroadcast() 904 verify(mWifiManager).updateInterfaceIpState( in workingLocalOnlyHotspotEnrichedApBroadcast() 925 verify(mWifiManager, times(3)).updateInterfaceIpState( in workingLocalOnlyHotspotEnrichedApBroadcast() 1426 verify(mWifiManager).updateInterfaceIpState( in failingWifiTetheringLegacyApBroadcast() 1457 verify(mWifiManager).updateInterfaceIpState( in workingWifiTetheringEnrichedApBroadcast() 1459 verify(mWifiManager).updateInterfaceIpState( in workingWifiTetheringEnrichedApBroadcast() 1498 verify(mWifiManager, times(3)).updateInterfaceIpState( in workingWifiTetheringEnrichedApBroadcast() 1535 verify(mWifiManager).updateInterfaceIpState( in failureEnablingIpForwarding() 1537 verify(mWifiManager).updateInterfaceIpState( in failureEnablingIpForwarding() [all …]
|
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
H A D | WifiServiceImplTest.java | 2890 mWifiServiceImpl.updateInterfaceIpState(WIFI_IFACE_NAME, IFACE_IP_MODE_TETHERED); in testTetheringDoesNotStartWhenAlreadyTetheringActive() 2917 mWifiServiceImpl.updateInterfaceIpState(WIFI_IFACE_NAME, IFACE_IP_MODE_TETHERED); in testStartTetheredHotspotDoesNotStartWhenAlreadyTetheringActive() 2939 mWifiServiceImpl.updateInterfaceIpState(WIFI_IFACE_NAME, IFACE_IP_MODE_TETHERED); in testHotspotDoesNotStartWhenAlreadyTethering() 3785 mWifiServiceImpl.updateInterfaceIpState(WIFI_IFACE_NAME, IFACE_IP_MODE_LOCAL_ONLY); in testAllRegisteredCallbacksTriggeredWhenSoftApStops() 3832 mWifiServiceImpl.updateInterfaceIpState(WIFI_IFACE_NAME, IFACE_IP_MODE_LOCAL_ONLY); in testLOHSReadyWithoutRegisteredRequestsStopsSoftApMode() 3855 mWifiServiceImpl.updateInterfaceIpState(WIFI_IFACE_NAME, IFACE_IP_MODE_LOCAL_ONLY); in testRegisteredLocalOnlyHotspotRequestorsGetOnStartedCallbackWhenReady() 3874 mWifiServiceImpl.updateInterfaceIpState(WIFI_IFACE_NAME, IFACE_IP_MODE_LOCAL_ONLY); in testRegisterLocalOnlyHotspotRequestAfterAlreadyStartedGetsOnStartedCallback() 3912 mWifiServiceImpl.updateInterfaceIpState(WIFI_IFACE_NAME, IFACE_IP_MODE_TETHERED); in testStopSoftApWhenIpConfigFails() 3933 mWifiServiceImpl.updateInterfaceIpState(WIFI_IFACE_NAME, IFACE_IP_MODE_TETHERED); in testCallOnFailedLocalOnlyHotspotRequestWhenTetheringStarts() 3941 mWifiServiceImpl.updateInterfaceIpState(WIFI_IFACE_NAME, IFACE_IP_MODE_TETHERED); in testCallOnFailedLocalOnlyHotspotRequestWhenTetheringStarts() [all …]
|
/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/ |
H A D | IWifiManager.aidl | 164 void updateInterfaceIpState(String ifaceName, int mode); in updateInterfaceIpState() method
|
H A D | WifiManager.java | 3745 public void updateInterfaceIpState(@Nullable String ifaceName, @IfaceIpMode int mode) { in updateInterfaceIpState() method in WifiManager 3747 mService.updateInterfaceIpState(ifaceName, mode); in updateInterfaceIpState()
|
/aosp12/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/ |
H A D | Tethering.java | 1772 mgr.updateInterfaceIpState(iface, IFACE_IP_MODE_TETHERED); in handleInterfaceServingStateActive() 1775 mgr.updateInterfaceIpState(iface, IFACE_IP_MODE_LOCAL_ONLY); in handleInterfaceServingStateActive() 1799 mgr.updateInterfaceIpState(iface, IFACE_IP_MODE_CONFIGURATION_ERROR); in handleInterfaceServingStateInactive() 1801 mgr.updateInterfaceIpState(iface, IFACE_IP_MODE_UNSPECIFIED); in handleInterfaceServingStateInactive()
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/ |
H A D | BaseWifiService.java | 360 public void updateInterfaceIpState(String ifaceName, int mode) { in updateInterfaceIpState() method in BaseWifiService
|
H A D | WifiServiceImpl.java | 1044 public void updateInterfaceIpState(String ifaceName, int mode) { in updateInterfaceIpState() method in WifiServiceImpl 1049 mWifiThreadRunner.post(() -> mLohsSoftApTracker.updateInterfaceIpState(ifaceName, mode)); in updateInterfaceIpState() 1601 public void updateInterfaceIpState(String ifaceName, int mode) { in updateInterfaceIpState() method in WifiServiceImpl.LohsSoftApTracker 1871 updateInterfaceIpState(mLohsInterfaceName, in onStateChanged() 1887 updateInterfaceIpState(mLohsInterfaceName, in onStateChanged()
|
/aosp12/packages/modules/Wifi/apex/hiddenapi/ |
H A 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
|
/aosp12/packages/modules/Wifi/framework/api/ |
H A D | system-current.txt | 600 …net.NetworkStack.PERMISSION_MAINLINE_NETWORK_STACK}) public void updateInterfaceIpState(@Nullable …
|