Searched refs:doesClassMatch (Results 1 – 4 of 4) sorted by relevance
122 if (doesClassMatch(btClass, BluetoothClass.PROFILE_A2DP) in matches()123 || doesClassMatch(btClass, BluetoothClass.PROFILE_HEADSET)) { in matches()141 && doesClassMatch(btClass, BluetoothClass.PROFILE_OPP); in matches()155 && doesClassMatch(btClass, BluetoothClass.PROFILE_PANU); in matches()169 && doesClassMatch(btClass, BluetoothClass.PROFILE_NAP); in matches()174 private static boolean doesClassMatch(BluetoothClass btClass, int classId) { in doesClassMatch() method in BluetoothDeviceFilter175 return btClass.doesClassMatch(classId); in doesClassMatch()
138 if (doesClassMatch(btClass, BluetoothClass.PROFILE_HEADSET)) { in getBtClassDrawableWithDescription()144 if (doesClassMatch(btClass, BluetoothClass.PROFILE_A2DP)) { in getBtClassDrawableWithDescription()474 private static boolean doesClassMatch(BluetoothClass btClass, int classId) { in doesClassMatch() method in BluetoothUtils475 return btClass.doesClassMatch(classId); in doesClassMatch()
242 } else if (bluetoothClass.doesClassMatch(BluetoothClass.PROFILE_A2DP)) { in getSecondaryLabel()245 } else if (bluetoothClass.doesClassMatch(BluetoothClass.PROFILE_HEADSET)) { in getSecondaryLabel()248 } else if (bluetoothClass.doesClassMatch(BluetoothClass.PROFILE_HID)) { in getSecondaryLabel()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...