Searched refs:SoftApModeConfiguration (Results 1 – 9 of 9) sorted by relevance
188 private SoftApManager createSoftApManager(SoftApModeConfiguration config, String countryCode) { in createSoftApManager()212 SoftApModeConfiguration apConfig = in startSoftApWithoutConfig()213 new SoftApModeConfiguration(WifiManager.IFACE_IP_MODE_TETHERED, null, in startSoftApWithoutConfig()224 SoftApModeConfiguration apConfig = new SoftApModeConfiguration( in startSoftApWithConfig()240 SoftApModeConfiguration apConfig = new SoftApModeConfiguration( in startSoftApWithHiddenSsidTrueInConfig()257 SoftApModeConfiguration apConfig = new SoftApModeConfiguration( in startSoftApWithPassphraseInConfig()269 SoftApModeConfiguration nullApConfig = in startSoftApDefaultConfigFailedToLoad()270 new SoftApModeConfiguration(WifiManager.IFACE_IP_MODE_TETHERED, null, in startSoftApDefaultConfigFailedToLoad()312 SoftApModeConfiguration config = new SoftApModeConfiguration( in testSetupForSoftApModeNullApInterfaceNameFailureIncrementsMetrics()317 SoftApModeConfiguration nullApConfig = in testSetupForSoftApModeNullApInterfaceNameFailureIncrementsMetrics()[all …]
121 SoftApModeConfiguration mSoftApConfig;174 mSoftApConfig = (SoftApModeConfiguration) args[2]; in setUp()275 new SoftApModeConfiguration(WifiManager.IFACE_IP_MODE_TETHERED, null, in enterSoftApActiveMode()284 private void enterSoftApActiveMode(SoftApModeConfiguration softApConfig) throws Exception { in enterSoftApActiveMode()687 enterSoftApActiveMode(new SoftApModeConfiguration( in doesntCallWifiServiceCallbackOnLOHSStateChanged()746 SoftApModeConfiguration softApConfig = new SoftApModeConfiguration( in testConfigIsPassedToWifiInjector()772 SoftApModeConfiguration softApConfig1 = new SoftApModeConfiguration( in testStartSoftApModeTwiceWithTwoConfigs()777 SoftApModeConfiguration softApConfig2 = new SoftApModeConfiguration( in testStartSoftApModeTwiceWithTwoConfigs()957 SoftApModeConfiguration tetherConfig = in testStopTetheringButNotLOHS()958 new SoftApModeConfiguration(WifiManager.IFACE_IP_MODE_TETHERED, null, in testStopTetheringButNotLOHS()[all …]
258 final ArgumentCaptor<SoftApModeConfiguration> mSoftApModeConfigCaptor =259 ArgumentCaptor.forClass(SoftApModeConfiguration.class);
30 class SoftApModeConfiguration { class43 SoftApModeConfiguration(int targetMode, @Nullable SoftApConfiguration config, in SoftApModeConfiguration() method in SoftApModeConfiguration
212 public void startSoftAp(SoftApModeConfiguration softApConfig) { in startSoftAp()324 private void startSoftApModeManager(@NonNull SoftApModeConfiguration softApConfig) { in startSoftApModeManager()827 startSoftApModeManager((SoftApModeConfiguration) msg.obj); in processMessageFiltered()893 startSoftApModeManager((SoftApModeConfiguration) msg.obj); in processMessageFiltered()
103 private SoftApModeConfiguration mApConfig;171 @NonNull SoftApModeConfiguration apConfig, in SoftApManager()194 mApConfig = new SoftApModeConfiguration(apConfig.getTargetMode(), in SoftApManager()623 mApConfig = new SoftApModeConfiguration(mApConfig.getTargetMode(), in processMessage()984 mApConfig = new SoftApModeConfiguration(mApConfig.getTargetMode(), in processMessage()
901 if (!startSoftApInternal(new SoftApModeConfiguration( in startSoftAp()959 if (!startSoftApInternal(new SoftApModeConfiguration( in startTetheredHotspot()973 private boolean startSoftApInternal(SoftApModeConfiguration apConfig) { in startSoftApInternal()1263 private SoftApModeConfiguration mActiveConfig = null;1469 mActiveConfig = new SoftApModeConfiguration( in startForFirstRequestLocked()
560 @NonNull SoftApModeConfiguration config) { in makeSoftApManager()
285 "com.android.server.wifi.SoftApModeConfiguration",286 "com.android.server.wifi.SoftApModeConfiguration$*",287 "com.android.server.wifi.SoftApModeConfiguration.**",