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

  /frameworks/base/core/java/android/bluetooth/
BluetoothAvrcpPlayerSettings.java 37 public static final int SETTING_EQUALIZER = 0x01;
71 * Applies to {@link SETTING_EQUALIZER}.
  /packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
AvrcpControllerClasses.java 86 if (mSetting == BluetoothAvrcpPlayerSettings.SETTING_EQUALIZER) {
208 if((supportedSetting & BluetoothAvrcpPlayerSettings.SETTING_EQUALIZER) != 0) {
211 SETTING_EQUALIZER)));
362 supportedSettings |= BluetoothAvrcpPlayerSettings.SETTING_EQUALIZER;
380 mAvrcpPlayerAppSetting.addSettingValue(BluetoothAvrcpPlayerSettings.SETTING_EQUALIZER,
AvrcpControllerService.java 347 if((mSettings & BluetoothAvrcpPlayerSettings.SETTING_EQUALIZER) != 0) {
350 BluetoothAvrcpPlayerSettings.SETTING_EQUALIZER, plAppSetting.
351 getSettingValue(BluetoothAvrcpPlayerSettings.SETTING_EQUALIZER));
    [all...]

Completed in 78 milliseconds