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.java229 private int mCoexRestrictions; field in CoexManager
288 return mCoexRestrictions; in getCoexRestrictions()
314 mCoexRestrictions = coexRestrictions; in setCoexUnsafeChannels()
317 + ", restrictions: " + mCoexRestrictions); in setCoexUnsafeChannels()
319 mWifiNative.setCoexUnsafeChannels(mCurrentCoexUnsafeChannels, mCoexRestrictions); in setCoexUnsafeChannels()
359 callback.onCoexUnsafeChannelsChanged(mCurrentCoexUnsafeChannels, mCoexRestrictions); in registerRemoteCoexCallback()
385 .onCoexUnsafeChannelsChanged(mCurrentCoexUnsafeChannels, mCoexRestrictions); in notifyRemoteCallbacks()