Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/coex/
DCoexManager.java265 private int mCoexRestrictions; field in CoexManager
327 return mCoexRestrictions; in getCoexRestrictions()
353 && mCoexRestrictions == coexRestrictions) { in setCoexUnsafeChannels()
359 mCoexRestrictions = coexRestrictions; in setCoexUnsafeChannels()
362 + ", restrictions: " + mCoexRestrictions); in setCoexUnsafeChannels()
364 mWifiNative.setCoexUnsafeChannels(mCurrentCoexUnsafeChannels, mCoexRestrictions); in setCoexUnsafeChannels()
406 callback.onCoexUnsafeChannelsChanged(mCurrentCoexUnsafeChannels, mCoexRestrictions); in registerRemoteCoexCallback()
434 mCurrentCoexUnsafeChannels, mCoexRestrictions); in notifyRemoteCallbacks()