Home
last modified time | relevance | path

Searched refs:getTetheringRequest (Results 1 – 12 of 12) sorted by relevance

/packages/modules/NetworkStack/apishim/35/com/android/networkstack/apishim/
DWifiManagerShimImpl.java85 public TetheringRequest getTetheringRequest() { in startTetheredHotspot()
86 return state.getTetheringRequest(); in startTetheredHotspot()
/packages/modules/NetworkStack/apishim/common/com/android/networkstack/apishim/common/
DWifiManagerShim.java67 TetheringRequest getTetheringRequest(); in getTetheringRequest() method
/packages/modules/Wifi/service/java/com/android/server/wifi/
DSoftApModeConfiguration.java80 public TetheringManager.TetheringRequest getTetheringRequest() { in getTetheringRequest() method in SoftApModeConfiguration
DSoftApManager.java483 apConfig.getTetheringRequest()); in SoftApManager()
643 mSpecifiedModeConfiguration.getTetheringRequest()); in getSoftApModeConfiguration()
738 mSpecifiedModeConfiguration.getTetheringRequest(), in updateApState()
1382 mSpecifiedModeConfiguration.getTetheringRequest()); in processMessageImpl()
2115 mSpecifiedModeConfiguration.getTetheringRequest()); in processMessageImpl()
DWifiCountryCode.java714 modeConfig.getCapability(), country, modeConfig.getTetheringRequest()); in setCountryCodeNative()
DActiveModeWarden.java2059 softApConfig.getTetheringRequest(), null /* iface */)); in processMessageInEmergencyMode()
DWifiServiceImpl.java1822 SAP_START_FAILURE_GENERAL, modeConfig.getTetheringRequest(), null)); in startTetheredHotspotInternal()
1872 apConfig.getTetheringRequest(), null)); in startSoftApInternal()
2505 mActiveConfig.getTetheringRequest(), null /* iface */)); in startForFirstRequestLocked()
/packages/modules/Wifi/framework/java/android/net/wifi/
DSoftApState.java162 public TetheringManager.TetheringRequest getTetheringRequest() { in getTetheringRequest() method in SoftApState
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiServiceImplTest.java2201 assertNull(mSoftApModeConfigCaptor.getValue().getTetheringRequest()); in testStartSoftApWithPermissionsAndNullConfig()
2233 assertNull(mSoftApModeConfigCaptor.getValue().getTetheringRequest()); in testStartSoftApWithPermissionsAndValidConfig()
2271 assertNull(mSoftApModeConfigCaptor.getValue().getTetheringRequest()); in testStartSoftApWithoutNetworkStackWithMainlineNetworkStackSucceeds()
2297 assertNull(mSoftApModeConfigCaptor.getValue().getTetheringRequest()); in testStartSoftApWithValidConfigSucceedsAfterFailure()
2310 assertNull(mSoftApModeConfigCaptor.getValue().getTetheringRequest()); in testStartTetheredHotspotWithPermissionsAndNullConfig()
2350 assertThat(mSoftApModeConfigCaptor.getValue().getTetheringRequest()).isEqualTo(request); in testStartTetheredHotspotRequestNetworkStackWithMainlineNetworkStackSucceeds()
2378 assertThat(mSoftApModeConfigCaptor.getValue().getTetheringRequest()).isEqualTo(request); in testStartTetheredHotspotRequestWithPermissions()
2405 assertNull(mSoftApModeConfigCaptor.getValue().getTetheringRequest()); in testStartTetheredHotspotWithPermissionsAndValidConfig()
2626 assertNull(mSoftApModeConfigCaptor.getValue().getTetheringRequest()); in testStartTetheredHotspotWithSupported24gBand()
2685 assertNull(mSoftApModeConfigCaptor.getValue().getTetheringRequest()); in testStartTetheredHotspotWithSupported5gBand()
[all …]
DSoftApManagerTest.java2567 softApConfig.getTetheringRequest(), TEST_INTERFACE_NAME))); in startSoftApAndVerifyEnabled()
2578 softApConfig.getTetheringRequest(), TEST_INTERFACE_NAME))); in startSoftApAndVerifyEnabled()
/packages/modules/Wifi/framework/tests/src/android/net/wifi/
DWifiManagerTest.java1871 assertEquals(TEST_TETHERING_REQUEST, softApState.getTetheringRequest()); in softApCallbackIsCalledOnCorrectThread()
/packages/modules/Wifi/framework/api/
Dsystem-current.txt513 method @Nullable public android.net.TetheringManager.TetheringRequest getTetheringRequest();