Searched refs:getTetheringRequest (Results 1 – 14 of 14) sorted by relevance
/packages/modules/NetworkStack/apishim/35/com/android/networkstack/apishim/ |
D | WifiManagerShimImpl.java | 85 public TetheringRequest getTetheringRequest() { in startTetheredHotspot() 86 return state.getTetheringRequest(); in startTetheredHotspot()
|
/packages/modules/NetworkStack/apishim/common/com/android/networkstack/apishim/common/ |
D | WifiManagerShim.java | 67 TetheringRequest getTetheringRequest(); in getTetheringRequest() method
|
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | SoftApModeConfiguration.java | 80 public TetheringManager.TetheringRequest getTetheringRequest() { in getTetheringRequest() method in SoftApModeConfiguration
|
D | SoftApManager.java | 511 apConfig.getTetheringRequest()); in SoftApManager() 700 mSpecifiedModeConfiguration.getTetheringRequest()); in getSoftApModeConfiguration() 802 mSpecifiedModeConfiguration.getTetheringRequest(), in updateApState() 1406 mSpecifiedModeConfiguration.getTetheringRequest()); in processMessageImpl() 2221 mSpecifiedModeConfiguration.getTetheringRequest()); in processMessageImpl()
|
D | WifiCountryCode.java | 721 modeConfig.getCapability(), country, modeConfig.getTetheringRequest()); in setCountryCodeNative()
|
D | ActiveModeWarden.java | 2158 softApConfig.getTetheringRequest(), null /* iface */)); in processMessageInEmergencyMode()
|
D | WifiServiceImpl.java | 2170 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/ |
D | SoftApState.java | 162 public TetheringManager.TetheringRequest getTetheringRequest() { in getTetheringRequest() method in SoftApState
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | WifiServiceImplTest.java | 2228 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 …]
|
D | SoftApManagerTest.java | 2670 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/ |
D | TetheringTest.java | 875 when(softApState.getTetheringRequest()).thenReturn(request); in sendStartTetheringSoftApCallback() 2943 when(softApState.getTetheringRequest()).thenReturn(tetheringRequest); in testFuzzyMatchedWifiCanBeAddedAfterStoppingPendingRequest()
|
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/ |
D | Tethering.java | 1589 final TetheringRequest request = softApState.getTetheringRequest(); in onStateChanged()
|
/packages/modules/Wifi/framework/tests/src/android/net/wifi/ |
D | WifiManagerTest.java | 1914 assertEquals(TEST_TETHERING_REQUEST, softApState.getTetheringRequest()); in softApCallbackIsCalledOnCorrectThread()
|
/packages/modules/Wifi/framework/api/ |
D | system-current.txt | 574 method @Nullable public android.net.TetheringManager.TetheringRequest getTetheringRequest();
|