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()94 return Objects.hash(mCodecConfig, mCodecsLocalCapabilities, in hashCode()100 return "{mCodecConfig:" + mCodecConfig in toString()133 out.writeTypedObject(mCodecConfig, 0); in writeToParcel()145 return mCodecConfig; in getCodecConfig()
10770 Landroid/bluetooth/BluetoothCodecStatus;->mCodecConfig:Landroid/bluetooth/BluetoothCodecConfig;