Home
last modified time | relevance | path

Searched refs:IFACE_IP_MODE_LOCAL_ONLY (Results 1 – 11 of 11) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiServiceImplTest.java24 import static android.net.wifi.WifiManager.IFACE_IP_MODE_LOCAL_ONLY;
780 WIFI_IFACE_NAME, IFACE_IP_MODE_LOCAL_ONLY); in testSetWifiEnabledFromNetworkSettingsHolderWhenApEnabled() local
808 WIFI_IFACE_NAME, IFACE_IP_MODE_LOCAL_ONLY); in testSetWifiEnabledFromAppFailsWhenApEnabled() local
1102 WIFI_IFACE_NAME, IFACE_IP_MODE_LOCAL_ONLY); in testGetWifiApEnabled() local
1724 eq(WifiManager.IFACE_IP_MODE_LOCAL_ONLY)); in testStopLocalOnlyHotspotTriggersSoftApStopWithOneRegisteredRequest()
1776 eq(WifiManager.IFACE_IP_MODE_LOCAL_ONLY)); in testServiceImplNotCalledWhenBinderDeathTriggeredNoRequests()
1805 eq(WifiManager.IFACE_IP_MODE_LOCAL_ONLY)); in testServiceImplNotCalledWhenBinderDeathTriggeredWithRegisteredRequests()
2113 WIFI_IFACE_NAME, IFACE_IP_MODE_LOCAL_ONLY); in testRegisteredCallbacksTriggeredOnSoftApFailureGeneric() local
2138 WIFI_IFACE_NAME, IFACE_IP_MODE_LOCAL_ONLY); in testRegisteredCallbacksTriggeredOnSoftApFailureNoChannel() local
2164 mWifiServiceImpl.updateInterfaceIpState(WIFI_IFACE_NAME, IFACE_IP_MODE_LOCAL_ONLY); in testRegisteredCallbacksTriggeredOnSoftApDisabling()
[all …]
DActiveModeWardenTest.java460 WifiManager.IFACE_IP_MODE_LOCAL_ONLY, null)); in doesntCallWifiServiceCallbackOnLOHSStateChanged()
743 new SoftApModeConfiguration(WifiManager.IFACE_IP_MODE_LOCAL_ONLY, lohsConfigWC); in testStopTetheringButNotLOHS()
751 when(lohsSoftapManager.getIpMode()).thenReturn(WifiManager.IFACE_IP_MODE_LOCAL_ONLY); in testStopTetheringButNotLOHS()
DWifiMetricsTest.java904 mWifiMetrics.addSoftApUpChangedEvent(true, WifiManager.IFACE_IP_MODE_LOCAL_ONLY); in addSoftApEventsToMetrics()
906 WifiManager.IFACE_IP_MODE_LOCAL_ONLY); in addSoftApEventsToMetrics()
909 mWifiMetrics.addSoftApUpChangedEvent(false, WifiManager.IFACE_IP_MODE_LOCAL_ONLY); in addSoftApEventsToMetrics()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiServiceImpl.java1022 case WifiManager.IFACE_IP_MODE_LOCAL_ONLY: in updateInterfaceIpStateInternal()
1099 stopSoftApInternal(WifiManager.IFACE_IP_MODE_LOCAL_ONLY); in startSoftAp()
1329 == WifiManager.IFACE_IP_MODE_LOCAL_ONLY) { in handleWifiApStateChange()
1496 if (mIfaceIpModes.contains(WifiManager.IFACE_IP_MODE_LOCAL_ONLY)) { in startLocalOnlyHotspot()
1514 startSoftApInternal(mLocalOnlyHotspotConfig, WifiManager.IFACE_IP_MODE_LOCAL_ONLY); in startLocalOnlyHotspot()
1568 stopSoftApInternal(WifiManager.IFACE_IP_MODE_LOCAL_ONLY); in unregisterCallingAppAndStopLocalOnlyHotspot()
DWifiMetrics.java1921 case WifiManager.IFACE_IP_MODE_LOCAL_ONLY: in addSoftApConnectedClientsEvent()
1947 case WifiManager.IFACE_IP_MODE_LOCAL_ONLY: in addSoftApChannelSwitchedEvent()
/frameworks/base/packages/Tethering/src/com/android/networkstack/tethering/
DTethering.java58 import static android.net.wifi.WifiManager.IFACE_IP_MODE_LOCAL_ONLY;
1056 enableWifiIpServingLocked(mWifiP2pTetherInterface, IFACE_IP_MODE_LOCAL_ONLY); in handleWifiP2pAction()
1184 case IFACE_IP_MODE_LOCAL_ONLY: in enableWifiIpServingLocked()
1649 mgr.updateInterfaceIpState(iface, IFACE_IP_MODE_LOCAL_ONLY); in handleInterfaceServingStateActive()
/frameworks/base/packages/Tethering/tests/unit/src/com/android/networkstack/tethering/
DTetheringTest.java47 import static android.net.wifi.WifiManager.IFACE_IP_MODE_LOCAL_ONLY;
761 sendWifiApStateChanged(WIFI_AP_STATE_ENABLED, TEST_WLAN_IFNAME, IFACE_IP_MODE_LOCAL_ONLY); in workingLocalOnlyHotspotEnrichedApBroadcast()
772 TEST_WLAN_IFNAME, WifiManager.IFACE_IP_MODE_LOCAL_ONLY); in workingLocalOnlyHotspotEnrichedApBroadcast()
/frameworks/base/wifi/java/android/net/wifi/
DWifiManager.java650 IFACE_IP_MODE_LOCAL_ONLY})
691 public static final int IFACE_IP_MODE_LOCAL_ONLY = 2; field in WifiManager
/frameworks/base/api/
Dsystem-current.txt5418 field public static final int IFACE_IP_MODE_LOCAL_ONLY = 2; // 0x2
/frameworks/base/non-updatable-api/
Dsystem-current.txt5324 field public static final int IFACE_IP_MODE_LOCAL_ONLY = 2; // 0x2
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt47399 Landroid/net/wifi/WifiManager;->IFACE_IP_MODE_LOCAL_ONLY:I