Searched refs:getTetheringRequest (Results 1 – 12 of 12) 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 | 483 apConfig.getTetheringRequest()); in SoftApManager() 643 mSpecifiedModeConfiguration.getTetheringRequest()); in getSoftApModeConfiguration() 738 mSpecifiedModeConfiguration.getTetheringRequest(), in updateApState() 1382 mSpecifiedModeConfiguration.getTetheringRequest()); in processMessageImpl() 2115 mSpecifiedModeConfiguration.getTetheringRequest()); in processMessageImpl()
|
D | WifiCountryCode.java | 714 modeConfig.getCapability(), country, modeConfig.getTetheringRequest()); in setCountryCodeNative()
|
D | ActiveModeWarden.java | 2059 softApConfig.getTetheringRequest(), null /* iface */)); in processMessageInEmergencyMode()
|
D | WifiServiceImpl.java | 1822 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/ |
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 | 2201 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 …]
|
D | SoftApManagerTest.java | 2567 softApConfig.getTetheringRequest(), TEST_INTERFACE_NAME))); in startSoftApAndVerifyEnabled() 2578 softApConfig.getTetheringRequest(), TEST_INTERFACE_NAME))); in startSoftApAndVerifyEnabled()
|
/packages/modules/Wifi/framework/tests/src/android/net/wifi/ |
D | WifiManagerTest.java | 1871 assertEquals(TEST_TETHERING_REQUEST, softApState.getTetheringRequest()); in softApCallbackIsCalledOnCorrectThread()
|
/packages/modules/Wifi/framework/api/ |
D | system-current.txt | 513 method @Nullable public android.net.TetheringManager.TetheringRequest getTetheringRequest();
|