Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/coex/
DCoexManager.java264 private final List<CoexUnsafeChannel> mCurrentCoexUnsafeChannels = new ArrayList<>(); field in CoexManager
316 return new ArrayList<>(mCurrentCoexUnsafeChannels); in getCoexUnsafeChannels()
352 if (new HashSet(mCurrentCoexUnsafeChannels).equals(new HashSet(coexUnsafeChannels)) in setCoexUnsafeChannels()
357 mCurrentCoexUnsafeChannels.clear(); in setCoexUnsafeChannels()
358 mCurrentCoexUnsafeChannels.addAll(coexUnsafeChannels); in setCoexUnsafeChannels()
361 Log.v(TAG, "Current unsafe channels: " + mCurrentCoexUnsafeChannels in setCoexUnsafeChannels()
364 mWifiNative.setCoexUnsafeChannels(mCurrentCoexUnsafeChannels, mCoexRestrictions); in setCoexUnsafeChannels()
406 callback.onCoexUnsafeChannelsChanged(mCurrentCoexUnsafeChannels, mCoexRestrictions); in registerRemoteCoexCallback()
434 mCurrentCoexUnsafeChannels, mCoexRestrictions); in notifyRemoteCallbacks()