Home
last modified time | relevance | path

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

/packages/modules/Wifi/framework/java/android/net/wifi/
DSoftApCapability.java161 public @interface HotspotFeatures {} annotation in SoftApCapability
163 private @HotspotFeatures long mSupportedFeatures = 0;
232 public boolean areFeaturesSupported(@HotspotFeatures long features) { in areFeaturesSupported()
242 public void setSupportedFeatures(boolean value, @HotspotFeatures long features) { in setSupportedFeatures()
339 public SoftApCapability(@HotspotFeatures long features) { in SoftApCapability()