HomeSort by relevance Sort by last modified time
    Searched refs:CODEC_PRIORITY_DEFAULT (Results 1 - 3 of 3) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpStateMachine.java 113 private int mA2dpSourceCodecPrioritySbc = BluetoothCodecConfig.CODEC_PRIORITY_DEFAULT;
114 private int mA2dpSourceCodecPriorityAac = BluetoothCodecConfig.CODEC_PRIORITY_DEFAULT;
115 private int mA2dpSourceCodecPriorityAptx = BluetoothCodecConfig.CODEC_PRIORITY_DEFAULT;
116 private int mA2dpSourceCodecPriorityAptxHd = BluetoothCodecConfig.CODEC_PRIORITY_DEFAULT;
117 private int mA2dpSourceCodecPriorityLdac = BluetoothCodecConfig.CODEC_PRIORITY_DEFAULT;
168 value = BluetoothCodecConfig.CODEC_PRIORITY_DEFAULT;
178 value = BluetoothCodecConfig.CODEC_PRIORITY_DEFAULT;
188 value = BluetoothCodecConfig.CODEC_PRIORITY_DEFAULT;
198 value = BluetoothCodecConfig.CODEC_PRIORITY_DEFAULT;
208 value = BluetoothCodecConfig.CODEC_PRIORITY_DEFAULT;
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothCodecConfig.java 45 public static final int CODEC_PRIORITY_DEFAULT = 0;
  /packages/apps/Settings/src/com/android/settings/development/
DevelopmentSettings.java     [all...]

Completed in 59 milliseconds