Home
last modified time | relevance | path

Searched refs:isStaStaConcurrencySupportedForRestrictedConnections (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DActiveModeWardenTest.java2580 assertFalse(mActiveModeWarden.isStaStaConcurrencySupportedForRestrictedConnections()); in isStaStaConcurrencySupported()
2586 assertFalse(mActiveModeWarden.isStaStaConcurrencySupportedForRestrictedConnections()); in isStaStaConcurrencySupported()
2599 assertTrue(mActiveModeWarden.isStaStaConcurrencySupportedForRestrictedConnections()); in isStaStaConcurrencySupported()
DWifiConnectivityManagerTest.java726 when(mActiveModeWarden.isStaStaConcurrencySupportedForRestrictedConnections()) in setupMocksForSecondaryLongLivedTests()
827 when(mActiveModeWarden.isStaStaConcurrencySupportedForRestrictedConnections()) in secondaryLongLived_noSecondaryStaSupport()
DWifiServiceImplTest.java7474 when(mActiveModeWarden.isStaStaConcurrencySupportedForRestrictedConnections()) in syncGetSupportedFeaturesForStaStaConcurrency()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DActiveModeWarden.java495 public boolean isStaStaConcurrencySupportedForRestrictedConnections() { in isStaStaConcurrencySupportedForRestrictedConnections() method in ActiveModeWarden
DWifiConnectivityManager.java424 && mActiveModeWarden.isStaStaConcurrencySupportedForRestrictedConnections()) { in handleScanResults()
DWifiServiceImpl.java4402 if (mActiveModeWarden.isStaStaConcurrencySupportedForRestrictedConnections()) {