Searched refs:mSupportedFeatures (Results 1 – 6 of 6) sorted by relevance
163 private @HotspotFeatures long mSupportedFeatures = 0; field in SoftApCapability233 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()
24 private final int mSupportedFeatures; field in SdpMnsRecord36 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()
26 private final int mSupportedFeatures; field in SdpPseRecord40 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()
26 private final int mSupportedFeatures; field in SdpMasRecord50 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()
260 private byte[] mSupportedFeatures = new byte[16]; field in AvrcpPlayer.Builder306 mSupportedFeatures = supportedFeatures; in setSupportedFeatures()319 mSupportedFeatures[byteNumber] = (byte) (mSupportedFeatures[byteNumber] | bitMask); in setSupportedFeature()348 mDevice, mPlayerId, mPlayerName, mSupportedFeatures, mPlayStatus); in build()
2734 Landroid/bluetooth/SdpMasRecord;->mSupportedFeatures:I2748 Landroid/bluetooth/SdpMnsRecord;->mSupportedFeatures:I2775 Landroid/bluetooth/SdpPseRecord;->mSupportedFeatures:I