/aosp_15_r20/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | SoftApStoreDataTest.java | 541 SoftApConfiguration softApConfig = softapConfigCaptor.getValue(); in deserializeSoftAp() local 590 SoftApConfiguration softApConfig = softapConfigCaptor.getValue(); in deserializeOldSoftApXMLWhichShutdownTimeoutIsInt() local 618 SoftApConfiguration softApConfig = softapConfigCaptor.getValue(); in deserializeOldSsidSoftAp() local 640 SoftApConfiguration softApConfig = softapConfigCaptor.getValue(); in deserializeOldBandSoftAp() local 662 SoftApConfiguration softApConfig = softapConfigCaptor.getValue(); in deserializeNewBandSoftApButNoNewConfig() local 681 SoftApConfiguration softApConfig = softApConfigBuilder.build(); in serializeDeserializeSoftAp() local 742 SoftApConfiguration softApConfig = softApConfigBuilder.build(); in serializeDeserializeSoftApWpa3Sae() local 779 SoftApConfiguration softApConfig = softApConfigBuilder.build(); in serializeDeserializeSoftApWpa3SaeTransition() local 820 SoftApConfiguration softApConfig = softapConfigCaptor.getValue(); in deserializeSoftApWithNoAutoShutdownTag() local 849 SoftApConfiguration softApConfig = softapConfigCaptor.getValue(); in deserializeSoftApWithNoBssidTag() local [all …]
|
D | SoftApManagerTest.java | 788 SoftApModeConfiguration softApConfig = new SoftApModeConfiguration( in startSoftApOn5GhzFailGeneralErrorForNoCountryCode() local 823 SoftApModeConfiguration softApConfig = new SoftApModeConfiguration( in startSoftApOn6GhzFailGeneralErrorForNoCountryCode() local 853 SoftApModeConfiguration softApConfig = new SoftApModeConfiguration( in startSoftApOn5GhzFailGeneralErrorForCountryCodeSetFailure() local 889 SoftApModeConfiguration softApConfig = new SoftApModeConfiguration( in startSoftApOn6GhzFailGeneralErrorForCountryCodeSetFailure() local 924 SoftApModeConfiguration softApConfig = new SoftApModeConfiguration( in startSoftApOn24GhzNoFailForNoCountryCode() local 942 SoftApModeConfiguration softApConfig = new SoftApModeConfiguration( in startSoftApOnAnyGhzNoFailForNoCountryCode() local 959 SoftApModeConfiguration softApConfig = new SoftApModeConfiguration( in startSoftApOn2GhzNoFailForCountryCodeSetFailure() local 980 SoftApModeConfiguration softApConfig = new SoftApModeConfiguration( in startSoftApOnAnyNoFailForCountryCodeSetFailure() local 1002 SoftApModeConfiguration softApConfig = new SoftApModeConfiguration( in startSoftApFailNoChannel() local 2496 SoftApModeConfiguration softApConfig) throws Exception { in startSoftApAndVerifyEnabled() [all …]
|
D | WifiApConfigStoreTest.java | 673 SoftApConfiguration softApConfig = store.generateLocalOnlyHotspotConfig( in generateLohsConfig_forwardsCustomBand() local 694 SoftApConfiguration softApConfig = store.generateLocalOnlyHotspotConfig( in generateLohsConfig_forwardsCustomMac() local
|
D | ActiveModeWardenTest.java | 497 private void enterSoftApActiveMode(SoftApModeConfiguration softApConfig) throws Exception { in enterSoftApActiveMode() 1148 SoftApModeConfiguration softApConfig = new SoftApModeConfiguration( in testConfigIsPassedToWifiInjector() local
|
/aosp_15_r20/packages/modules/Wifi/framework/tests/src/android/net/wifi/ |
D | WifiManagerTest.java | 245 SoftApConfiguration softApConfig, WifiConfiguration wifiConfig) { in compareWifiAndSoftApConfiguration() 575 SoftApConfiguration softApConfig = generatorTestSoftApConfig(); in testStartTetheredHotspotCallsServiceWithSoftApConfig() local 604 SoftApConfiguration softApConfig = generatorTestSoftApConfig(); in testCreationAndCloseOfLocalOnlyHotspotReservation() local 627 SoftApConfiguration softApConfig = generatorTestSoftApConfig(); in testLocalOnlyHotspotReservationCallsStopProperlyInTryWithResources() local 689 SoftApConfiguration softApConfig = generatorTestSoftApConfig(); in testLocalOnlyHotspotCallback() local 755 SoftApConfiguration softApConfig = generatorTestSoftApConfig(); in testLocalOnlyHotspotObserver() local 880 SoftApConfiguration softApConfig = generatorTestSoftApConfig(); in testOnStartedIsCalledWithReservation() local 910 SoftApConfiguration softApConfig = new SoftApConfiguration.Builder() in testOnStartedIsCalledWithReservationAndSaeSoftApConfig() local 1985 SoftApConfiguration softApConfig = generatorTestSoftApConfig(); in testObserverOnStartedIsCalledWithWifiConfig() local
|
/aosp_15_r20/packages/apps/Car/Settings/src/com/android/car/settings/wifi/ |
D | WifiTetherUtil.java | 59 public static String getHotspotSubtitle(Context context, SoftApConfiguration softApConfig, in getHotspotSubtitle() 79 private static String getHotspotPassword(SoftApConfiguration softApConfig) { in getHotspotPassword()
|
/aosp_15_r20/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | SoftApStoreData.java | 89 SoftApConfiguration softApConfig = mDataSource.toSerialize(); in serializeData() local 106 SoftApConfiguration softApConfig = XmlUtil.SoftApConfigurationXmlUtil.parseFromXml( in deserializeData() local
|
D | WifiServiceImpl.java | 1873 SoftApConfiguration softApConfig = null; in startSoftAp() local 1916 public boolean startTetheredHotspot(@Nullable SoftApConfiguration softApConfig, in startTetheredHotspot() 2032 SoftApConfiguration softApConfig = apConfig.getSoftApConfiguration(); in startSoftApInternal() local 2706 SoftApConfiguration softApConfig = mWifiApConfigStore.generateLocalOnlyHotspotConfig( in startForFirstRequestLocked() local 3250 public boolean setSoftApConfiguration( in setSoftApConfiguration()
|
D | ActiveModeWarden.java | 862 public void startSoftAp(SoftApModeConfiguration softApConfig, WorkSource requestorWs) { in startSoftAp() 1242 private void startSoftApModeManager( in startSoftApModeManager() 2092 SoftApModeConfiguration softApConfig = softApConfigAndWs.first; in processMessageInEmergencyMode() local
|
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/wifi/tether/ |
D | WifiTetherPreferenceController.java | 191 final SoftApConfiguration softApConfig = mWifiManager.getSoftApConfiguration(); in handleWifiApStateChanged() local 210 private void updateConfigSummary(@NonNull SoftApConfiguration softApConfig) { in updateConfigSummary()
|
/aosp_15_r20/packages/modules/Connectivity/tests/cts/multidevices/snippet/ |
D | ConnectivityMultiDevicesSnippet.kt | 172 val softApConfig = SoftApConfiguration.Builder() in startHotspot() constant
|
/aosp_15_r20/packages/modules/Connectivity/tests/cts/hostside/app/src/com/android/cts/net/hostside/ |
D | TetheringTest.java | 62 SoftApConfiguration softApConfig = new SoftApConfiguration.Builder() in testSoftApConfigurationRedactedForOtherUids() local
|
/aosp_15_r20/packages/modules/Connectivity/Tethering/common/TetheringLib/src/android/net/ |
D | TetheringInterface.java | 50 @Nullable SoftApConfiguration softApConfig) { in TetheringInterface()
|
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/conditional/ |
D | HotspotConditionController.java | 120 final SoftApConfiguration softApConfig = mWifiManager.getSoftApConfiguration(); in getSsid() local
|
/aosp_15_r20/prebuilts/sdk/current/system/ |
HD | framework-tethering.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/net/
android/ ... |
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
H A D | ShadowWifiManager.java | 92 private SoftApConfiguration softApConfig; field in ShadowWifiManager 665 protected boolean setSoftApConfiguration(SoftApConfiguration softApConfig) { in setSoftApConfiguration()
|
/aosp_15_r20/prebuilts/sdk/current/module-lib/ |
HD | framework-tethering.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/net/
android/ ... |
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/sdk_module-lib_current_framework-tethering/android_common/local-combined/ |
D | sdk_module-lib_current_framework-tethering.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/net/
android/ ... |
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/sdk_module-lib_current_framework-tethering/android_common/combined/ |
D | sdk_module-lib_current_framework-tethering.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/net/
android/ ... |
/aosp_15_r20/packages/modules/Connectivity/tests/cts/tethering/src/android/tethering/cts/ |
D | TetheringManagerTest.java | 377 SoftApConfiguration softApConfig = createSoftApConfiguration("SSID"); in testRegisterTetheringEventCallback() local
|
/aosp_15_r20/cts/tests/tests/wifi/src/android/net/wifi/cts/ |
H A D | WifiManagerTest.java | 1256 SoftApConfiguration softApConfig = callback.reservation.getSoftApConfiguration(); in startLocalOnlyHotspot() local 2240 SoftApConfiguration softApConfig = callback.reservation.getSoftApConfiguration(); in testStartLocalOnlyHotspotWithSupportedBand() local 2300 SoftApConfiguration softApConfig = callback.reservation.getSoftApConfiguration(); in testStartLocalOnlyHotspotWithConfigBssid() local 2343 SoftApConfiguration softApConfig = callback.reservation.getSoftApConfiguration(); in testStartLocalOnlyHotspotWithNullBssidConfig() local
|
/aosp_15_r20/packages/modules/Wifi/framework/java/android/net/wifi/ |
D | IWifiManager.aidl | 248 boolean startTetheredHotspot(in SoftApConfiguration softApConfig, String packageName); in startTetheredHotspot() 281 boolean setSoftApConfiguration(in SoftApConfiguration softApConfig, String packageName); in setSoftApConfiguration()
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/Connectivity/Tethering/common/TetheringLib/framework-tethering.stubs.exportable.system/android_common/combined/ |
D | framework-tethering.stubs.exportable.system.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/net/
android/ ... |
/aosp_15_r20/prebuilts/sdk/extensions/16/system/ |
HD | framework-tethering.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/net/
android/ ... |
/aosp_15_r20/out/soong/.intermediates/packages/modules/Connectivity/Tethering/common/TetheringLib/framework-tethering.stubs.exportable.system.from-source/android_common/combined/ |
D | framework-tethering.stubs.exportable.system.from-source.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/net/
android/ ... |