Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothClass.java335 public static final int PROFILE_A2DP = 1; field in BluetoothClass
359 if (profile == PROFILE_A2DP) { in doesClassMatch()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DBluetoothDeviceFilter.java121 if (btClass.doesClassMatch(BluetoothClass.PROFILE_A2DP) || in matches()
DBluetoothUtils.java119 if (btClass.doesClassMatch(BluetoothClass.PROFILE_A2DP)) { in getBtClassDrawableWithDescription()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DBluetoothTile.java223 } else if (bluetoothClass.doesClassMatch(BluetoothClass.PROFILE_A2DP)) { in getSecondaryLabel()