Searched refs:doesClassMatch (Results 1 – 4 of 4) 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()
104 if (btClass.doesClassMatch(BluetoothClass.PROFILE_HEADSET)) { in getBtClassDrawableWithDescription()110 if (btClass.doesClassMatch(BluetoothClass.PROFILE_A2DP)) { in getBtClassDrawableWithDescription()
213 } 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()
357 public boolean doesClassMatch(int profile) { in doesClassMatch() method in BluetoothClass