Searched refs:SoftApModeConfiguration (Results 1 – 11 of 11) sorted by relevance
461 private SoftApManager createSoftApManager(SoftApModeConfiguration config, in createSoftApManager()489 SoftApModeConfiguration apConfig = in startSoftApWithoutConfig()490 new SoftApModeConfiguration(WifiManager.IFACE_IP_MODE_TETHERED, null, in startSoftApWithoutConfig()501 SoftApModeConfiguration apConfig = new SoftApModeConfiguration( in startSoftApWithConfig()513 SoftApModeConfiguration apConfig = new SoftApModeConfiguration( in startSoftApWithUserApproval()525 SoftApModeConfiguration apConfig = new SoftApModeConfiguration( in startSoftApWithUserRejection()549 SoftApModeConfiguration apConfig = new SoftApModeConfiguration( in startSoftApWithUserApprovalSkippedForTethering()567 SoftApModeConfiguration apConfig = new SoftApModeConfiguration( in startSoftApWithHiddenSsidTrueInConfig()584 SoftApModeConfiguration apConfig = new SoftApModeConfiguration( in startSoftApWithPassphraseInConfig()594 SoftApModeConfiguration nullApConfig = in startSoftApDefaultConfigFailedToLoad()[all …]
197 SoftApModeConfiguration mSoftApConfig;269 mSoftApConfig = (SoftApModeConfiguration) args[2]; in setUp()464 new SoftApModeConfiguration(WifiManager.IFACE_IP_MODE_TETHERED, null, in enterSoftApActiveMode()475 private void enterSoftApActiveMode(SoftApModeConfiguration softApConfig) throws Exception { in enterSoftApActiveMode()1034 enterSoftApActiveMode(new SoftApModeConfiguration( in doesntCallWifiServiceCallbackOnLOHSStateChanged()1087 SoftApModeConfiguration softApConfig = new SoftApModeConfiguration( in testConfigIsPassedToWifiInjector()1114 SoftApModeConfiguration softApConfig1 = new SoftApModeConfiguration( in testStartSoftApModeTwiceWithTwoConfigs()1119 SoftApModeConfiguration softApConfig2 = new SoftApModeConfiguration( in testStartSoftApModeTwiceWithTwoConfigs()1314 SoftApModeConfiguration tetherConfig = in testStopTetheringButNotLOHS()1315 new SoftApModeConfiguration(WifiManager.IFACE_IP_MODE_TETHERED, null, in testStopTetheringButNotLOHS()[all …]
105 @Mock SoftApModeConfiguration mSoftApModeConfiguration;657 ArgumentCaptor<SoftApModeConfiguration> softApModeConfigCaptor = in testCountryCodeChangedWhenSoftApManagerActiveAndForceSoftApRestart()658 ArgumentCaptor.forClass(SoftApModeConfiguration.class); in testCountryCodeChangedWhenSoftApManagerActiveAndForceSoftApRestart()
389 final ArgumentCaptor<SoftApModeConfiguration> mSoftApModeConfigCaptor =390 ArgumentCaptor.forClass(SoftApModeConfiguration.class);
31 class SoftApModeConfiguration { class50 SoftApModeConfiguration(int targetMode, @Nullable SoftApConfiguration config, in SoftApModeConfiguration() method in SoftApModeConfiguration
711 SoftApModeConfiguration modeConfig = sm.getSoftApModeConfiguration(); in setCountryCodeNative()712 SoftApModeConfiguration newModeConfig = new SoftApModeConfiguration( in setCountryCodeNative()
224 @NonNull private SoftApModeConfiguration mSpecifiedModeConfiguration;433 @NonNull SoftApModeConfiguration apConfig, in SoftApManager()478 new SoftApModeConfiguration( in SoftApManager()637 public SoftApModeConfiguration getSoftApModeConfiguration() { in getSoftApModeConfiguration()638 return new SoftApModeConfiguration( in getSoftApModeConfiguration()1377 new SoftApModeConfiguration( in processMessageImpl()2110 new SoftApModeConfiguration( in processMessageImpl()
825 public void startSoftAp(SoftApModeConfiguration softApConfig, WorkSource requestorWs) { in startSoftAp()1206 @NonNull SoftApModeConfiguration softApConfig, @NonNull WorkSource requestorWs) { in startSoftApModeManager()2050 Pair<SoftApModeConfiguration, WorkSource> softApConfigAndWs = in processMessageInEmergencyMode()2051 (Pair<SoftApModeConfiguration, WorkSource>) msg.obj; in processMessageInEmergencyMode()2052 SoftApModeConfiguration softApConfig = softApConfigAndWs.first; in processMessageInEmergencyMode()2314 Pair<SoftApModeConfiguration, WorkSource> softApConfigAndWs = in processMessageFiltered()2561 Pair<SoftApModeConfiguration, WorkSource> softApConfigAndWs = in processMessageFiltered()
1731 if (!startSoftApInternal(new SoftApModeConfiguration( in startSoftAp()1764 return startTetheredHotspotInternal(new SoftApModeConfiguration( in startTetheredHotspot()1805 startTetheredHotspotInternal(new SoftApModeConfiguration( in startTetheredHotspotRequest()1815 private boolean startTetheredHotspotInternal(@NonNull SoftApModeConfiguration modeConfig, in startTetheredHotspotInternal()1854 private boolean startSoftApInternal(SoftApModeConfiguration apConfig, WorkSource requestorWs, in startSoftApInternal()2323 private SoftApModeConfiguration mActiveConfig = null;2497 mActiveConfig = new SoftApModeConfiguration( in startForFirstRequestLocked()
844 @NonNull SoftApModeConfiguration config, in makeSoftApManager()
401 "com.android.server.wifi.SoftApModeConfiguration",402 "com.android.server.wifi.SoftApModeConfiguration$*",403 "com.android.server.wifi.SoftApModeConfiguration.**",