Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothCodecType.java37 private final @NonNull String mCodecName; field in BluetoothCodecType
42 mCodecName = in.readString(); in BluetoothCodecType()
72 mCodecName = BluetoothCodecConfig.getCodecName(codecType); in BluetoothCodecType()
87 mCodecName = codecName; in BluetoothCodecType()
110 return mCodecName; in getCodecName()
125 return mCodecName; in toString()
153 dest.writeString(mCodecName); in writeToParcel()