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/ |
D | WifiServiceImplTest.java | 24 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 …]
|
D | ActiveModeWardenTest.java | 460 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()
|
D | WifiMetricsTest.java | 904 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/ |
D | WifiServiceImpl.java | 1022 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()
|
D | WifiMetrics.java | 1921 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/ |
D | Tethering.java | 58 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/ |
D | TetheringTest.java | 47 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/ |
D | WifiManager.java | 650 IFACE_IP_MODE_LOCAL_ONLY}) 691 public static final int IFACE_IP_MODE_LOCAL_ONLY = 2; field in WifiManager
|
/frameworks/base/api/ |
D | system-current.txt | 5418 field public static final int IFACE_IP_MODE_LOCAL_ONLY = 2; // 0x2
|
/frameworks/base/non-updatable-api/ |
D | system-current.txt | 5324 field public static final int IFACE_IP_MODE_LOCAL_ONLY = 2; // 0x2
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 47399 Landroid/net/wifi/WifiManager;->IFACE_IP_MODE_LOCAL_ONLY:I
|