/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/tether/ |
D | WifiTetherFooterPreferenceControllerTest.java | 75 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/ |
D | ConnectivityMultiDevicesSnippet.kt | 71 fun isStaApConcurrencySupported() = wifiManager.isStaApConcurrencySupported() in hasWifiFeature() method in com.google.snippet.connectivity.ConnectivityMultiDevicesSnippet
|
/packages/apps/Settings/src/com/android/settings/wifi/tether/ |
D | WifiTetherFooterPreferenceController.java | 43 if (mWifiManager.isStaApConcurrencySupported()) { in updateDisplay()
|
/packages/modules/Connectivity/tests/cts/multidevices/ |
D | tether_utils.py | 68 not server.isStaApConcurrencySupported(),
|
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | ActiveModeWarden.java | 726 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()
|
D | SoftApManager.java | 1205 if (cmms.size() != 0 && mWifiNative.isStaApConcurrencySupported()) { in processMessageImpl() 2300 mWifiNative.isStaApConcurrencySupported(), in writeSoftApStartedEvent() 2325 mWifiNative.isStaApConcurrencySupported(), in writeSoftApStoppedEvent()
|
D | WifiVendorHal.java | 1593 public boolean isStaApConcurrencySupported() { in isStaApConcurrencySupported() method in WifiVendorHal
|
D | WifiNative.java | 3785 public boolean isStaApConcurrencySupported() {
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/network/tether/ |
D | TetherSettingsTest.java | 228 when(mockWifiManager.isStaApConcurrencySupported()).thenReturn(true); in testSetFooterPreferenceTitle_isStaApConcurrencySupported_showStaApString()
|
/packages/apps/Settings/src/com/android/settings/network/tether/ |
D | TetherSettings.java | 274 if (wifiManager.isStaApConcurrencySupported()) { in setTopIntroPreferenceTitle()
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | ActiveModeWardenTest.java | 1165 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()
|
D | WifiVendorHalTest.java | 1645 assertTrue(mWifiVendorHal.isStaApConcurrencySupported()); in testIsStaApConcurrencySupported()
|
D | SoftApManagerTest.java | 397 when(mWifiNative.isStaApConcurrencySupported()).thenReturn(true); in setUp() 3953 when(mWifiNative.isStaApConcurrencySupported()).thenReturn(false); in testBridgedApEnabledWhenStaExistButStaApConcurrencyNotSupported()
|
/packages/modules/Wifi/framework/tests/src/android/net/wifi/ |
D | WifiManagerTest.java | 2632 assertTrue(mWifiManager.isStaApConcurrencySupported()); in testIsStaApConcurrencyOpenSupported() 2635 assertFalse(mWifiManager.isStaApConcurrencySupported()); in testIsStaApConcurrencyOpenSupported()
|
/packages/modules/Wifi/framework/java/android/net/wifi/ |
D | WifiManager.java | 4092 public boolean isStaApConcurrencySupported() { in isStaApConcurrencySupported() method in WifiManager
|
/packages/modules/Wifi/framework/api/ |
D | current.txt | 498 method public boolean isStaApConcurrencySupported();
|