Searched refs:updateInterfaceIpState (Results 1 – 10 of 10) 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 | 1629 mWifiServiceImpl.updateInterfaceIpState(WIFI_IFACE_NAME, IFACE_IP_MODE_TETHERED); in testTetheringDoesNotStartWhenAlreadyTetheringActive() 1646 mWifiServiceImpl.updateInterfaceIpState(WIFI_IFACE_NAME, IFACE_IP_MODE_TETHERED); in testHotspotDoesNotStartWhenAlreadyTethering() 2164 mWifiServiceImpl.updateInterfaceIpState(WIFI_IFACE_NAME, IFACE_IP_MODE_LOCAL_ONLY); in testRegisteredCallbacksTriggeredOnSoftApDisabling() 2199 mWifiServiceImpl.updateInterfaceIpState(WIFI_IFACE_NAME, IFACE_IP_MODE_LOCAL_ONLY); in testRegisteredCallbacksTriggeredOnSoftApDisabled() 2257 mWifiServiceImpl.updateInterfaceIpState(WIFI_IFACE_NAME, IFACE_IP_MODE_LOCAL_ONLY); in testRegisteredCallbacksTriggeredOnlyOnceWhenSoftApDisabling() 2359 mWifiServiceImpl.updateInterfaceIpState(WIFI_IFACE_NAME, IFACE_IP_MODE_LOCAL_ONLY); in testAllRegisteredCallbacksTriggeredWhenSoftApStops() 2421 mWifiServiceImpl.updateInterfaceIpState(WIFI_IFACE_NAME, IFACE_IP_MODE_LOCAL_ONLY); in testLOHSReadyWithoutRegisteredRequestsStopsSoftApMode() 2441 mWifiServiceImpl.updateInterfaceIpState(WIFI_IFACE_NAME, IFACE_IP_MODE_LOCAL_ONLY); in testRegisteredLocalOnlyHotspotRequestorsGetOnStartedCallbackWhenReady() 2463 mWifiServiceImpl.updateInterfaceIpState(WIFI_IFACE_NAME, IFACE_IP_MODE_LOCAL_ONLY); in testRegisterLocalOnlyHotspotRequestAfterAlreadyStartedGetsOnStartedCallback() 2488 mWifiServiceImpl.updateInterfaceIpState(WIFI_IFACE_NAME, IFACE_IP_MODE_CONFIGURATION_ERROR); in testCallOnFailedLocalOnlyHotspotRequestWhenIpConfigFails() [all …]
|
/frameworks/base/wifi/java/android/net/wifi/ |
D | IWifiManager.aidl | 136 void updateInterfaceIpState(String ifaceName, int mode); in updateInterfaceIpState() method
|
D | WifiManager.java | 2580 public void updateInterfaceIpState(@Nullable String ifaceName, @IfaceIpMode int mode) { 2582 mService.updateInterfaceIpState(ifaceName, mode);
|
/frameworks/base/wifi/java/com/android/server/wifi/ |
D | BaseWifiService.java | 272 public void updateInterfaceIpState(String ifaceName, int mode) { in updateInterfaceIpState() method in BaseWifiService
|
/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/opt/net/wifi/service/java/com/android/server/wifi/ |
D | WifiServiceImpl.java | 999 public void updateInterfaceIpState(String ifaceName, int mode) { in updateInterfaceIpState() method in WifiServiceImpl 1338 updateInterfaceIpState(null, WifiManager.IFACE_IP_MODE_UNSPECIFIED); in handleWifiApStateChange()
|
/frameworks/base/api/ |
D | system-current.txt | 5396 …net.NetworkStack.PERMISSION_MAINLINE_NETWORK_STACK}) public void updateInterfaceIpState(@Nullable …
|
/frameworks/base/non-updatable-api/ |
D | system-current.txt | 5302 …net.NetworkStack.PERMISSION_MAINLINE_NETWORK_STACK}) public void updateInterfaceIpState(@Nullable …
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 46424 Landroid/net/wifi/IWifiManager$Stub$Proxy;->updateInterfaceIpState(Ljava/lang/String;I)V 46551 Landroid/net/wifi/IWifiManager;->updateInterfaceIpState(Ljava/lang/String;I)V 47453 Landroid/net/wifi/WifiManager;->updateInterfaceIpState(Ljava/lang/String;I)V
|