Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothCodecStatus.java43 private final BluetoothCodecConfig mCodecConfig;
44 private final BluetoothCodecConfig[] mCodecsLocalCapabilities;
45 private final BluetoothCodecConfig[] mCodecsSelectableCapabilities;
47 public BluetoothCodecStatus(BluetoothCodecConfig codecConfig, in BluetoothCodecStatus()
48 BluetoothCodecConfig[] codecsLocalCapabilities, in BluetoothCodecStatus()
49 BluetoothCodecConfig[] codecsSelectableCapabilities) { in BluetoothCodecStatus()
89 … final BluetoothCodecConfig codecConfig = in.readTypedObject(BluetoothCodecConfig.CREATOR);
90 …final BluetoothCodecConfig[] codecsLocalCapabilities = in.createTypedArray(BluetoothCodecConfig.CR…
91 …final BluetoothCodecConfig[] codecsSelectableCapabilities = in.createTypedArray(BluetoothCodecConf…
113 public BluetoothCodecConfig getCodecConfig() { in getCodecConfig()
[all …]
DBluetoothCodecConfig.java31 public final class BluetoothCodecConfig implements Parcelable { class
75 public BluetoothCodecConfig(int codecType, int codecPriority, in BluetoothCodecConfig() method in BluetoothCodecConfig
93 if (o instanceof BluetoothCodecConfig) { in equals()
94 BluetoothCodecConfig other = (BluetoothCodecConfig)o; in equals()
212 public static final Parcelable.Creator<BluetoothCodecConfig> CREATOR =
213 new Parcelable.Creator<BluetoothCodecConfig>() {
214 public BluetoothCodecConfig createFromParcel(Parcel in) {
224 return new BluetoothCodecConfig(codecType, codecPriority,
230 public BluetoothCodecConfig[] newArray(int size) {
231 return new BluetoothCodecConfig[size];
[all …]
DIBluetoothA2dp.aidl19 import android.bluetooth.BluetoothCodecConfig;
42 oneway void setCodecConfigPreference(in BluetoothCodecConfig codecConfig); in setCodecConfigPreference()
DBluetoothCodecConfig.aidl19 parcelable BluetoothCodecConfig;
DBluetoothA2dp.java627 public void setCodecConfigPreference(BluetoothCodecConfig codecConfig) { in setCodecConfigPreference()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DA2dpProfileTest.java19 import android.bluetooth.BluetoothCodecConfig;
125 BluetoothCodecConfig config = mock(BluetoothCodecConfig.class); in isHighQualityAudioEnabled()
178 BluetoothCodecConfig config = mock(BluetoothCodecConfig.class); in getLabelDeviceConnectedButNotHighQualityCodec()
179 BluetoothCodecConfig[] configs = {config}; in getLabelDeviceConnectedButNotHighQualityCodec()
193 BluetoothCodecConfig config = mock(BluetoothCodecConfig.class); in getLabelDeviceConnectedWithHighQualityCodec()
194 BluetoothCodecConfig[] configs = {config}; in getLabelDeviceConnectedWithHighQualityCodec()
/frameworks/base/packages/SettingsLib/tests/robotests/src/android/bluetooth/
DBluetoothCodecStatus.java23 public BluetoothCodecConfig getCodecConfig() { return null; } in getCodecConfig()
24 public BluetoothCodecConfig[] getCodecsSelectableCapabilities() { return null; } in getCodecsSelectableCapabilities()
DBluetoothCodecConfig.java22 public class BluetoothCodecConfig { class
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DA2dpProfile.java22 import android.bluetooth.BluetoothCodecConfig;
208 BluetoothCodecConfig codecConfig = null; in isHighQualityAudioEnabled()
242 BluetoothCodecConfig[] selectable = null; in getHighQualityAudioOptionLabel()
/frameworks/base/
Dcompiled-classes-phone697 android.bluetooth.BluetoothCodecConfig
698 android.bluetooth.BluetoothCodecConfig$1