Searched refs:mSupportedFeatures (Results 1 – 2 of 2) sorted by relevance
137 private @HotspotFeatures long mSupportedFeatures = 0; field in SoftApCapability186 return (mSupportedFeatures & features) == features; in areFeaturesSupported()257 mSupportedFeatures = source.mSupportedFeatures; in SoftApCapability()276 mSupportedFeatures = features; in SoftApCapability()288 dest.writeLong(mSupportedFeatures); in writeToParcel()318 sbuf.append("SupportedFeatures=").append(mSupportedFeatures); in toString()334 return mSupportedFeatures == capability.mSupportedFeatures in equals()344 return Objects.hash(mSupportedFeatures, mMaximumSupportedClientNumber, in hashCode()
258 private byte[] mSupportedFeatures = new byte[16]; field in AvrcpPlayer.Builder329 mSupportedFeatures = supportedFeatures; in setSupportedFeatures()342 mSupportedFeatures[byteNumber] = (byte) (mSupportedFeatures[byteNumber] | bitMask); in setSupportedFeature()370 mPlayerName, mSupportedFeatures, mPlayStatus); in build()