Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/development/bluetooth/
DBluetoothCodecListPreferenceControllerTest.java109 BluetoothCodecType.createFromType(BluetoothCodecConfig.SOURCE_CODEC_TYPE_AAC); in setup()
111 BluetoothCodecType.createFromType(BluetoothCodecConfig.SOURCE_CODEC_TYPE_SBC); in setup()
113 BluetoothCodecType.createFromType(BluetoothCodecConfig.SOURCE_CODEC_TYPE_APTX); in setup()
115 BluetoothCodecType.createFromType(BluetoothCodecConfig.SOURCE_CODEC_TYPE_LDAC); in setup()
117 BluetoothCodecType.createFromType(BluetoothCodecConfig.SOURCE_CODEC_TYPE_OPUS); in setup()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothCodecConfig.java258 BluetoothCodecType.createFromType(codecType), in BluetoothCodecConfig()
318 BluetoothCodecType.createFromType(codecType), in BluetoothCodecConfig()
330 mCodecType = BluetoothCodecType.createFromType(in.readInt()); in BluetoothCodecConfig()
852 mCodecType = BluetoothCodecType.createFromType(codecType); in setCodecType()
DBluetoothCodecType.java165 public static @Nullable BluetoothCodecType createFromType( in createFromType() method in BluetoothCodecType
/packages/modules/Bluetooth/framework/api/
Dsystem-current.txt166 …c_extensibility") @Nullable public static android.bluetooth.BluetoothCodecType createFromType(int);