Searched refs:CoexRestriction (Results 1 – 5 of 5) sorted by relevance
34 import android.hardware.wifi.IWifiChip.CoexRestriction;1423 @WifiManager.CoexRestriction int restrictions) { in frameworkToHalCoexRestrictions()1429 halRestrictions |= CoexRestriction.WIFI_DIRECT; in frameworkToHalCoexRestrictions()1432 halRestrictions |= CoexRestriction.SOFTAP; in frameworkToHalCoexRestrictions()1435 halRestrictions |= CoexRestriction.WIFI_AWARE; in frameworkToHalCoexRestrictions()
2166 private int frameworkCoexRestrictionsToHidl(@WifiManager.CoexRestriction int restrictions) { in frameworkCoexRestrictionsToHidl()2172 hidlRestrictions |= android.hardware.wifi.V1_5.IWifiChip.CoexRestriction.WIFI_DIRECT; in frameworkCoexRestrictionsToHidl()2175 hidlRestrictions |= android.hardware.wifi.V1_5.IWifiChip.CoexRestriction.SOFTAP; in frameworkCoexRestrictionsToHidl()2178 hidlRestrictions |= android.hardware.wifi.V1_5.IWifiChip.CoexRestriction.WIFI_AWARE; in frameworkCoexRestrictionsToHidl()
51 import android.net.wifi.WifiManager.CoexRestriction;
5492 public @interface CoexRestriction {} annotation in WifiManager5524 @NonNull List<CoexUnsafeChannel> unsafeChannels, @CoexRestriction int restrictions) { in setCoexUnsafeChannels()5619 @NonNull List<CoexUnsafeChannel> unsafeChannels, @CoexRestriction int restrictions); in onCoexUnsafeChannelsChanged()5652 @CoexRestriction int restrictions) { in onCoexUnsafeChannelsChanged()
154 import android.net.wifi.WifiManager.CoexRestriction;