Searched refs:doesClassMatch (Results 1 – 7 of 7) sorted by relevance
121 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()
113 if (btClass.doesClassMatch(BluetoothClass.PROFILE_HEADSET)) { in getBtClassDrawableWithDescription()119 if (btClass.doesClassMatch(BluetoothClass.PROFILE_A2DP)) { in getBtClassDrawableWithDescription()
223 } else if (bluetoothClass.doesClassMatch(BluetoothClass.PROFILE_A2DP)) { in getSecondaryLabel()226 } else if (bluetoothClass.doesClassMatch(BluetoothClass.PROFILE_HEADSET)) { in getSecondaryLabel()229 } else if (bluetoothClass.doesClassMatch(BluetoothClass.PROFILE_HID)) { in getSecondaryLabel()
247 if (btClass.doesClassMatch(BluetoothClass.PROFILE_HEADSET)) { in getIconRes()250 if (btClass.doesClassMatch(BluetoothClass.PROFILE_A2DP)) { in getIconRes()
358 public boolean doesClassMatch(int profile) { in doesClassMatch() method in BluetoothClass
597 if (btClass != null && btClass.doesClassMatch(BluetoothClass.PROFILE_A2DP)) { in hasA2dpCapability()611 if (btClass != null && btClass.doesClassMatch(BluetoothClass.PROFILE_HEADSET)) { in hasHeadsetCapability()
215 && device.getBluetoothClass().doesClassMatch(BluetoothProfile.A2DP); in isA2dpSource()