Home
last modified time | relevance | path

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

/frameworks/base/wifi/java/android/net/wifi/
DSoftApCapability.java79 public @interface HotspotFeatures {} annotation in SoftApCapability
81 private @HotspotFeatures long mSupportedFeatures = 0;
109 public boolean areFeaturesSupported(@HotspotFeatures long features) { in areFeaturesSupported()
132 public SoftApCapability(@HotspotFeatures long features) { in SoftApCapability()