Home
last modified time | relevance | path

Searched refs:getTetheringRequest (Results 1 – 14 of 14) 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.java511 apConfig.getTetheringRequest()); in SoftApManager()
700 mSpecifiedModeConfiguration.getTetheringRequest()); in getSoftApModeConfiguration()
802 mSpecifiedModeConfiguration.getTetheringRequest(), in updateApState()
1406 mSpecifiedModeConfiguration.getTetheringRequest()); in processMessageImpl()
2221 mSpecifiedModeConfiguration.getTetheringRequest()); in processMessageImpl()
DWifiCountryCode.java721 modeConfig.getCapability(), country, modeConfig.getTetheringRequest()); in setCountryCodeNative()
DActiveModeWarden.java2158 softApConfig.getTetheringRequest(), null /* iface */)); in processMessageInEmergencyMode()
DWifiServiceImpl.java2170 SAP_START_FAILURE_GENERAL, modeConfig.getTetheringRequest(), null)); in startTetheredHotspotInternal()
2220 apConfig.getTetheringRequest(), null)); in startSoftApInternal()
2951 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.java2228 assertNull(mSoftApModeConfigCaptor.getValue().getTetheringRequest()); in testStartSoftApWithPermissionsAndNullConfig()
2260 assertNull(mSoftApModeConfigCaptor.getValue().getTetheringRequest()); in testStartSoftApWithPermissionsAndValidConfig()
2298 assertNull(mSoftApModeConfigCaptor.getValue().getTetheringRequest()); in testStartSoftApWithoutNetworkStackWithMainlineNetworkStackSucceeds()
2324 assertNull(mSoftApModeConfigCaptor.getValue().getTetheringRequest()); in testStartSoftApWithValidConfigSucceedsAfterFailure()
2337 assertNull(mSoftApModeConfigCaptor.getValue().getTetheringRequest()); in testStartTetheredHotspotWithPermissionsAndNullConfig()
2377 assertThat(mSoftApModeConfigCaptor.getValue().getTetheringRequest()).isEqualTo(request); in testStartTetheredHotspotRequestNetworkStackWithMainlineNetworkStackSucceeds()
2406 assertThat(mSoftApModeConfigCaptor.getValue().getTetheringRequest()).isEqualTo(request); in testStartTetheredHotspotRequestWithPermissions()
2427 assertThat(mSoftApModeConfigCaptor.getValue().getTetheringRequest()).isEqualTo(request);
2454 assertNull(mSoftApModeConfigCaptor.getValue().getTetheringRequest()); in testStartTetheredHotspotWithPermissionsAndValidConfig()
2675 assertNull(mSoftApModeConfigCaptor.getValue().getTetheringRequest()); in testStartTetheredHotspotWithSupported24gBand()
[all …]
DSoftApManagerTest.java2670 softApConfig.getTetheringRequest(), TEST_INTERFACE_NAME))); in startSoftApAndVerifyEnabled()
2681 softApConfig.getTetheringRequest(), TEST_INTERFACE_NAME))); in startSoftApAndVerifyEnabled()
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DTetheringTest.java875 when(softApState.getTetheringRequest()).thenReturn(request); in sendStartTetheringSoftApCallback()
2943 when(softApState.getTetheringRequest()).thenReturn(tetheringRequest); in testFuzzyMatchedWifiCanBeAddedAfterStoppingPendingRequest()
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DTethering.java1589 final TetheringRequest request = softApState.getTetheringRequest(); in onStateChanged()
/packages/modules/Wifi/framework/tests/src/android/net/wifi/
DWifiManagerTest.java1914 assertEquals(TEST_TETHERING_REQUEST, softApState.getTetheringRequest()); in softApCallbackIsCalledOnCorrectThread()
/packages/modules/Wifi/framework/api/
Dsystem-current.txt574 method @Nullable public android.net.TetheringManager.TetheringRequest getTetheringRequest();