Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiGlobals.java59 private final AtomicBoolean mIsD2dStaConcurrencySupported = new AtomicBoolean(false); field in WifiGlobals
644 mIsD2dStaConcurrencySupported.set(isSupported); in setD2dStaConcurrencySupported()
652 && !mIsD2dStaConcurrencySupported.get(); in isD2dSupportedWhenInfraStaDisabled()