Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiGlobalsTest.java323 mWifiGlobals.setD2dStaConcurrencySupported(true); in testIsD2dSupportedWhenInfraStaDisabled()
325 mWifiGlobals.setD2dStaConcurrencySupported(false); in testIsD2dSupportedWhenInfraStaDisabled()
331 mWifiGlobals.setD2dStaConcurrencySupported(true); in testIsD2dSupportedWhenInfraStaDisabled()
333 mWifiGlobals.setD2dStaConcurrencySupported(false); in testIsD2dSupportedWhenInfraStaDisabled()
DActiveModeWardenTest.java283 verify(mWifiGlobals).setD2dStaConcurrencySupported(false); in setUp()
5393 verify(mWifiGlobals).setD2dStaConcurrencySupported(true); in testD2dSupportedWhenInfraStaDisabledWhenP2pStaConcurrencySupported()
5405 verify(mWifiGlobals).setD2dStaConcurrencySupported(true); in testD2dSupportedWhenInfraStaDisabledWhenNanStaConcurrencySupported()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiGlobals.java643 public void setD2dStaConcurrencySupported(boolean isSupported) { in setD2dStaConcurrencySupported() method in WifiGlobals
DActiveModeWarden.java721 mWifiGlobals.setD2dStaConcurrencySupported( in start()