Home
last modified time | relevance | path

Searched refs:isStaStaConcurrencySupportedForLocalOnlyConnections (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DActiveModeWardenTest.java2578 assertFalse(mActiveModeWarden.isStaStaConcurrencySupportedForLocalOnlyConnections()); in isStaStaConcurrencySupported()
2584 assertFalse(mActiveModeWarden.isStaStaConcurrencySupportedForLocalOnlyConnections()); in isStaStaConcurrencySupported()
2590 assertTrue(mActiveModeWarden.isStaStaConcurrencySupportedForLocalOnlyConnections()); in isStaStaConcurrencySupported()
DWifiServiceImplTest.java7458 when(mActiveModeWarden.isStaStaConcurrencySupportedForLocalOnlyConnections()) in syncGetSupportedFeaturesForStaStaConcurrency()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DActiveModeWarden.java475 public boolean isStaStaConcurrencySupportedForLocalOnlyConnections() { in isStaStaConcurrencySupportedForLocalOnlyConnections() method in ActiveModeWarden
DWifiServiceImpl.java4396 if (mActiveModeWarden.isStaStaConcurrencySupportedForLocalOnlyConnections()) {