Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DBluetoothDeviceFilter.java121 if (btClass.doesClassMatch(BluetoothClass.PROFILE_A2DP) || in matches()
122 btClass.doesClassMatch(BluetoothClass.PROFILE_HEADSET)) { in matches()
140 && btClass.doesClassMatch(BluetoothClass.PROFILE_OPP); in matches()
154 && btClass.doesClassMatch(BluetoothClass.PROFILE_PANU); in matches()
168 && btClass.doesClassMatch(BluetoothClass.PROFILE_NAP); in matches()
DBluetoothUtils.java104 if (btClass.doesClassMatch(BluetoothClass.PROFILE_HEADSET)) { in getBtClassDrawableWithDescription()
110 if (btClass.doesClassMatch(BluetoothClass.PROFILE_A2DP)) { in getBtClassDrawableWithDescription()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DBluetoothTile.java213 } else if (bluetoothClass.doesClassMatch(BluetoothClass.PROFILE_A2DP)) { in getSecondaryLabel()
216 } else if (bluetoothClass.doesClassMatch(BluetoothClass.PROFILE_HEADSET)) { in getSecondaryLabel()
219 } else if (bluetoothClass.doesClassMatch(BluetoothClass.PROFILE_HID)) { in getSecondaryLabel()
/frameworks/base/core/java/android/bluetooth/
DBluetoothClass.java357 public boolean doesClassMatch(int profile) { in doesClassMatch() method in BluetoothClass