Searched refs:BluetoothCodecConfig (Results 1 – 10 of 10) sorted by relevance
43 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 …]
31 public final class BluetoothCodecConfig implements Parcelable { class75 public BluetoothCodecConfig(int codecType, int codecPriority, in BluetoothCodecConfig() method in BluetoothCodecConfig93 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 …]
19 import android.bluetooth.BluetoothCodecConfig;42 oneway void setCodecConfigPreference(in BluetoothCodecConfig codecConfig); in setCodecConfigPreference()
19 parcelable BluetoothCodecConfig;
627 public void setCodecConfigPreference(BluetoothCodecConfig codecConfig) { in setCodecConfigPreference()
19 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()
23 public BluetoothCodecConfig getCodecConfig() { return null; } in getCodecConfig()24 public BluetoothCodecConfig[] getCodecsSelectableCapabilities() { return null; } in getCodecsSelectableCapabilities()
22 public class BluetoothCodecConfig { class
22 import android.bluetooth.BluetoothCodecConfig;208 BluetoothCodecConfig codecConfig = null; in isHighQualityAudioEnabled()242 BluetoothCodecConfig[] selectable = null; in getHighQualityAudioOptionLabel()
697 android.bluetooth.BluetoothCodecConfig698 android.bluetooth.BluetoothCodecConfig$1