Searched refs:mCurrentCoexUnsafeChannels (Results 1 – 1 of 1) sorted by relevance
264 private final List<CoexUnsafeChannel> mCurrentCoexUnsafeChannels = new ArrayList<>(); field in CoexManager316 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()