Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
DAvrcpControllerClasses.java358 int supportedSettings = 0; // Player App Setting used by BluetoothAvrcpPlayerSettings. in getSupportedPlayerAppSetting() local
362 supportedSettings |= BluetoothAvrcpPlayerSettings.SETTING_EQUALIZER; in getSupportedPlayerAppSetting()
365 supportedSettings |= BluetoothAvrcpPlayerSettings.SETTING_REPEAT; in getSupportedPlayerAppSetting()
368 supportedSettings |= BluetoothAvrcpPlayerSettings.SETTING_SCAN; in getSupportedPlayerAppSetting()
371 supportedSettings |= BluetoothAvrcpPlayerSettings.SETTING_SHUFFLE; in getSupportedPlayerAppSetting()
376 BluetoothAvrcpPlayerSettings(supportedSettings); in getSupportedPlayerAppSetting()