Searched refs:mSupportedFeatures (Results 1 – 8 of 8) sorted by relevance
24 private final int mSupportedFeatures; field in SdpMnsRecord35 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()
26 private final int mSupportedFeatures; field in SdpPseRecord39 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()
26 private final int mSupportedFeatures; field in SdpMasRecord49 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()
63 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()
56 protected final EnumSet<Feature> mSupportedFeatures = EnumSet.noneOf(Feature.class); field in CameraCapabilities485 mSupportedFeatures.addAll(src.mSupportedFeatures); in CameraCapabilities()624 return new HashSet<Feature>(mSupportedFeatures); in getSupportedFeature()628 return (ft != null && mSupportedFeatures.contains(ft)); in supports()
93 mSupportedFeatures.add(Feature.FOCUS_AREA); in AndroidCamera2Capabilities()97 mSupportedFeatures.add(Feature.METERING_AREA); in AndroidCamera2Capabilities()101 mSupportedFeatures.add(Feature.ZOOM); in AndroidCamera2Capabilities()
118 private final HashSet<ImsFeatureConfiguration.FeatureSlotPair> mSupportedFeatures; field in ImsResolver.ImsServiceInfo123 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()
13361 Landroid/bluetooth/SdpMasRecord;->mSupportedFeatures:I13376 Landroid/bluetooth/SdpMnsRecord;->mSupportedFeatures:I13405 Landroid/bluetooth/SdpPseRecord;->mSupportedFeatures:I