Home
last modified time | relevance | path

Searched refs:isStaApConcurrencySupported (Results 1 – 16 of 16) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/tether/
DWifiTetherFooterPreferenceControllerTest.java75 when(mWifiManager.isStaApConcurrencySupported()).thenReturn(true); in displayPreference_supportStaAp_showConcurrentInfo()
85 when(mWifiManager.isStaApConcurrencySupported()).thenReturn(false); in displayPreference_notSupportStaAp_showNotConcurrentInfo()
/packages/modules/Connectivity/tests/cts/multidevices/snippet/
DConnectivityMultiDevicesSnippet.kt71 fun isStaApConcurrencySupported() = wifiManager.isStaApConcurrencySupported() in hasWifiFeature() method in com.google.snippet.connectivity.ConnectivityMultiDevicesSnippet
/packages/apps/Settings/src/com/android/settings/wifi/tether/
DWifiTetherFooterPreferenceController.java43 if (mWifiManager.isStaApConcurrencySupported()) { in updateDisplay()
/packages/modules/Connectivity/tests/cts/multidevices/
Dtether_utils.py68 not server.isStaApConcurrencySupported(),
/packages/modules/Wifi/service/java/com/android/server/wifi/
DActiveModeWarden.java726 mWifiNative.isStaApConcurrencySupported(), in start()
1505 pw.println("STA + AP Concurrency Supported: " + mWifiNative.isStaApConcurrencySupported()); in dump()
1672 mWifiNative.isStaApConcurrencySupported(), in onPrimaryChangedDueToStartedOrRoleChanged()
1714 mWifiNative.isStaApConcurrencySupported(), in onStoppedOrStartFailure()
2737 boolean isStaApConcurrencySupported, in setSupportedFeatureSet() argument
2740 if (isStaApConcurrencySupported) { in setSupportedFeatureSet()
DSoftApManager.java1205 if (cmms.size() != 0 && mWifiNative.isStaApConcurrencySupported()) { in processMessageImpl()
2300 mWifiNative.isStaApConcurrencySupported(), in writeSoftApStartedEvent()
2325 mWifiNative.isStaApConcurrencySupported(), in writeSoftApStoppedEvent()
DWifiVendorHal.java1593 public boolean isStaApConcurrencySupported() { in isStaApConcurrencySupported() method in WifiVendorHal
DWifiNative.java3785 public boolean isStaApConcurrencySupported() {
/packages/apps/Settings/tests/robotests/src/com/android/settings/network/tether/
DTetherSettingsTest.java228 when(mockWifiManager.isStaApConcurrencySupported()).thenReturn(true); in testSetFooterPreferenceTitle_isStaApConcurrencySupported_showStaApString()
/packages/apps/Settings/src/com/android/settings/network/tether/
DTetherSettings.java274 if (wifiManager.isStaApConcurrencySupported()) { in setTopIntroPreferenceTitle()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DActiveModeWardenTest.java1165 verify(mWifiNative).isStaApConcurrencySupported(); in disableWifiWhenAlreadyOff()
3003 public void isStaApConcurrencySupported() throws Exception { in isStaApConcurrencySupported() method in ActiveModeWardenTest
3005 when(mWifiNative.isStaApConcurrencySupported()).thenReturn(false); in isStaApConcurrencySupported()
3010 when(mWifiNative.isStaApConcurrencySupported()).thenReturn(true); in isStaApConcurrencySupported()
4870 when(mWifiNative.isStaApConcurrencySupported()).thenReturn(false); in testGetSupportedFeaturesForStaApConcurrency()
4876 when(mWifiNative.isStaApConcurrencySupported()).thenReturn(true); in testGetSupportedFeaturesForStaApConcurrency()
DWifiVendorHalTest.java1645 assertTrue(mWifiVendorHal.isStaApConcurrencySupported()); in testIsStaApConcurrencySupported()
DSoftApManagerTest.java397 when(mWifiNative.isStaApConcurrencySupported()).thenReturn(true); in setUp()
3953 when(mWifiNative.isStaApConcurrencySupported()).thenReturn(false); in testBridgedApEnabledWhenStaExistButStaApConcurrencyNotSupported()
/packages/modules/Wifi/framework/tests/src/android/net/wifi/
DWifiManagerTest.java2632 assertTrue(mWifiManager.isStaApConcurrencySupported()); in testIsStaApConcurrencyOpenSupported()
2635 assertFalse(mWifiManager.isStaApConcurrencySupported()); in testIsStaApConcurrencyOpenSupported()
/packages/modules/Wifi/framework/java/android/net/wifi/
DWifiManager.java4092 public boolean isStaApConcurrencySupported() { in isStaApConcurrencySupported() method in WifiManager
/packages/modules/Wifi/framework/api/
Dcurrent.txt498 method public boolean isStaApConcurrencySupported();