Home
last modified time | relevance | path

Searched defs:mSupportedFeatures (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/base/core/java/android/bluetooth/
H A DSdpMnsRecord.java24 private final int mSupportedFeatures; field in SdpMnsRecord
H A DSdpPseRecord.java26 private final int mSupportedFeatures; field in SdpPseRecord
H A DSdpMasRecord.java26 private final int mSupportedFeatures; field in SdpMasRecord
/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/
H A DSoftApCapability.java137 private @HotspotFeatures long mSupportedFeatures = 0; field in SoftApCapability
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
H A DAvrcpPlayer.java258 private byte[] mSupportedFeatures = new byte[16]; field in AvrcpPlayer.Builder
/aosp12/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DCameraCapabilities.java56 protected final EnumSet<Feature> mSupportedFeatures = EnumSet.noneOf(Feature.class); field in CameraCapabilities
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
H A DImsResolver.java178 private final HashSet<ImsFeatureConfiguration.FeatureSlotPair> mSupportedFeatures; field in ImsResolver.ImsServiceInfo