Home
last modified time | relevance | path

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

/packages/modules/Wifi/framework/java/android/net/wifi/
DSoftApCapability.java163 private @HotspotFeatures long mSupportedFeatures = 0; field in SoftApCapability
233 return (mSupportedFeatures & features) == features; in areFeaturesSupported()
244 mSupportedFeatures |= features; in setSupportedFeatures()
246 mSupportedFeatures &= ~features; in setSupportedFeatures()
320 mSupportedFeatures = source.mSupportedFeatures; in SoftApCapability()
340 mSupportedFeatures = features; in SoftApCapability()
352 dest.writeLong(mSupportedFeatures); in writeToParcel()
384 sbuf.append("SupportedFeatures=").append(mSupportedFeatures); in toString()
401 return mSupportedFeatures == capability.mSupportedFeatures in equals()
412 return Objects.hash(mSupportedFeatures, mMaximumSupportedClientNumber, in hashCode()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DSdpMnsRecord.java24 private final int mSupportedFeatures; field in SdpMnsRecord
36 mSupportedFeatures = supportedFeatures; in SdpMnsRecord()
45 mSupportedFeatures = in.readInt(); in SdpMnsRecord()
64 return mSupportedFeatures; in getSupportedFeatures()
80 dest.writeInt(mSupportedFeatures); in writeToParcel()
97 if (mSupportedFeatures != -1) { in toString()
98 ret += "Supported features: " + mSupportedFeatures + "\n"; in toString()
DSdpPseRecord.java26 private final int mSupportedFeatures; field in SdpPseRecord
40 mSupportedFeatures = supportedFeatures; in SdpPseRecord()
49 mSupportedFeatures = in.readInt(); in SdpPseRecord()
69 return mSupportedFeatures; in getSupportedFeatures()
89 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
50 mSupportedFeatures = supportedFeatures; in SdpMasRecord()
60 mSupportedFeatures = in.readInt(); in SdpMasRecord()
88 return mSupportedFeatures; in getSupportedFeatures()
110 dest.writeInt(mSupportedFeatures); in writeToParcel()
137 if (mSupportedFeatures != -1) { in toString()
138 ret += "Supported features: " + mSupportedFeatures + "\n"; in toString()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DAvrcpPlayer.java260 private byte[] mSupportedFeatures = new byte[16]; field in AvrcpPlayer.Builder
306 mSupportedFeatures = supportedFeatures; in setSupportedFeatures()
319 mSupportedFeatures[byteNumber] = (byte) (mSupportedFeatures[byteNumber] | bitMask); in setSupportedFeature()
348 mDevice, mPlayerId, mPlayerName, mSupportedFeatures, mPlayStatus); in build()
/packages/modules/Bluetooth/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt2734 Landroid/bluetooth/SdpMasRecord;->mSupportedFeatures:I
2748 Landroid/bluetooth/SdpMnsRecord;->mSupportedFeatures:I
2775 Landroid/bluetooth/SdpPseRecord;->mSupportedFeatures:I