Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
DAvrcpControllerClasses.java206 int supportedSetting = mSett.getSettings(); in displayBluetoothAvrcpSettings() local
207 if(AvrcpControllerConstants.VDBG) Log.d(TAG," setting: " + supportedSetting); in displayBluetoothAvrcpSettings()
208 if((supportedSetting & BluetoothAvrcpPlayerSettings.SETTING_EQUALIZER) != 0) { in displayBluetoothAvrcpSettings()
213 if((supportedSetting & BluetoothAvrcpPlayerSettings.SETTING_REPEAT) != 0) { in displayBluetoothAvrcpSettings()
218 if((supportedSetting & BluetoothAvrcpPlayerSettings.SETTING_SHUFFLE) != 0) { in displayBluetoothAvrcpSettings()
223 if((supportedSetting & BluetoothAvrcpPlayerSettings.SETTING_SCAN) != 0) { in displayBluetoothAvrcpSettings()