Home
last modified time | relevance | path

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

/packages/modules/Wifi/framework/java/android/net/wifi/
DSoftApCapability.java137 private @HotspotFeatures long mSupportedFeatures = 0; field in SoftApCapability
186 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()
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
DAvrcpPlayer.java258 private byte[] mSupportedFeatures = new byte[16]; field in AvrcpPlayer.Builder
329 mSupportedFeatures = supportedFeatures; in setSupportedFeatures()
342 mSupportedFeatures[byteNumber] = (byte) (mSupportedFeatures[byteNumber] | bitMask); in setSupportedFeature()
370 mPlayerName, mSupportedFeatures, mPlayStatus); in build()