Searched refs:mCodecConfig (Results 1 – 2 of 2) sorted by relevance
46 private final @Nullable BluetoothCodecConfig mCodecConfig; field in BluetoothCodecStatus53 mCodecConfig = codecConfig; in BluetoothCodecStatus()62 return (Objects.equals(other.mCodecConfig, mCodecConfig) in equals()138 return Objects.hash(mCodecConfig, mCodecsLocalCapabilities, in hashCode()144 return "{mCodecConfig:" + mCodecConfig in toString()191 out.writeTypedObject(mCodecConfig, 0); in writeToParcel()203 return mCodecConfig; in getCodecConfig()
10078 Landroid/bluetooth/BluetoothCodecStatus;->mCodecConfig:Landroid/bluetooth/BluetoothCodecConfig;