Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DSdpMnsRecord.java24 private final int mSupportedFeatures; field in SdpMnsRecord
35 mSupportedFeatures = supportedFeatures; in SdpMnsRecord()
44 mSupportedFeatures = in.readInt(); in SdpMnsRecord()
64 return mSupportedFeatures; in getSupportedFeatures()
80 dest.writeInt(mSupportedFeatures); in writeToParcel()
96 if (mSupportedFeatures != -1) { in toString()
97 ret += "Supported features: " + mSupportedFeatures + "\n"; in toString()
DSdpPseRecord.java26 private final int mSupportedFeatures; field in SdpPseRecord
39 mSupportedFeatures = supportedFeatures; in SdpPseRecord()
48 mSupportedFeatures = in.readInt(); in SdpPseRecord()
68 return mSupportedFeatures; in getSupportedFeatures()
88 dest.writeInt(mSupportedFeatures); in writeToParcel()
110 if (mSupportedFeatures != -1) { in toString()
111 ret += "Supported features: " + mSupportedFeatures + "\n"; in toString()
DSdpMasRecord.java26 private final int mSupportedFeatures; field in SdpMasRecord
49 mSupportedFeatures = supportedFeatures; in SdpMasRecord()
59 mSupportedFeatures = in.readInt(); in SdpMasRecord()
87 return mSupportedFeatures; in getSupportedFeatures()
108 dest.writeInt(mSupportedFeatures); in writeToParcel()
135 if (mSupportedFeatures != -1) { in toString()
136 ret += "Supported features: " + mSupportedFeatures + "\n"; in toString()
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
DAndroidCameraCapabilities.java63 mSupportedFeatures.add(Feature.ZOOM); in AndroidCameraCapabilities()
66 mSupportedFeatures.add(Feature.VIDEO_SNAPSHOT); in AndroidCameraCapabilities()
69 mSupportedFeatures.add(Feature.AUTO_EXPOSURE_LOCK); in AndroidCameraCapabilities()
72 mSupportedFeatures.add(Feature.AUTO_WHITE_BALANCE_LOCK); in AndroidCameraCapabilities()
77 mSupportedFeatures.add(Feature.FOCUS_AREA); in AndroidCameraCapabilities()
81 mSupportedFeatures.add(Feature.METERING_AREA); in AndroidCameraCapabilities()
DCameraCapabilities.java56 protected final EnumSet<Feature> mSupportedFeatures = EnumSet.noneOf(Feature.class); field in CameraCapabilities
485 mSupportedFeatures.addAll(src.mSupportedFeatures); in CameraCapabilities()
624 return new HashSet<Feature>(mSupportedFeatures); in getSupportedFeature()
628 return (ft != null && mSupportedFeatures.contains(ft)); in supports()
DAndroidCamera2Capabilities.java93 mSupportedFeatures.add(Feature.FOCUS_AREA); in AndroidCamera2Capabilities()
97 mSupportedFeatures.add(Feature.METERING_AREA); in AndroidCamera2Capabilities()
101 mSupportedFeatures.add(Feature.ZOOM); in AndroidCamera2Capabilities()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
DImsResolver.java118 private final HashSet<ImsFeatureConfiguration.FeatureSlotPair> mSupportedFeatures; field in ImsResolver.ImsServiceInfo
123 mSupportedFeatures = new HashSet<>(); in ImsServiceInfo()
128 mSupportedFeatures.add(new ImsFeatureConfiguration.FeatureSlotPair(i, feature)); in addFeatureForAllSlots()
133 mSupportedFeatures.clear(); in replaceFeatures()
134 mSupportedFeatures.addAll(newFeatures); in replaceFeatures()
139 return mSupportedFeatures; in getSupportedFeatures()
150 if (!mSupportedFeatures.equals(that.mSupportedFeatures)) { in equals()
172 for (ImsFeatureConfiguration.FeatureSlotPair feature : mSupportedFeatures) { in toString()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt13361 Landroid/bluetooth/SdpMasRecord;->mSupportedFeatures:I
13376 Landroid/bluetooth/SdpMnsRecord;->mSupportedFeatures:I
13405 Landroid/bluetooth/SdpPseRecord;->mSupportedFeatures:I