Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DBluetoothDeviceFilter.java119 if (btClass.doesClassMatch(BluetoothClass.PROFILE_A2DP) || in matches()
120 btClass.doesClassMatch(BluetoothClass.PROFILE_HEADSET)) { in matches()
138 && btClass.doesClassMatch(BluetoothClass.PROFILE_OPP); in matches()
152 && btClass.doesClassMatch(BluetoothClass.PROFILE_PANU); in matches()
166 && btClass.doesClassMatch(BluetoothClass.PROFILE_NAP); in matches()
/frameworks/base/core/java/android/bluetooth/
DBluetoothClass.java296 public boolean doesClassMatch(int profile) { in doesClassMatch() method in BluetoothClass