OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:doesClassMatch
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothDeviceFilter.java
119
if (btClass.
doesClassMatch
(BluetoothClass.PROFILE_A2DP) ||
120
btClass.
doesClassMatch
(BluetoothClass.PROFILE_HEADSET)) {
138
&& btClass.
doesClassMatch
(BluetoothClass.PROFILE_OPP);
152
&& btClass.
doesClassMatch
(BluetoothClass.PROFILE_PANU);
166
&& btClass.
doesClassMatch
(BluetoothClass.PROFILE_NAP);
BluetoothDevicePreference.java
297
if (btClass.
doesClassMatch
(BluetoothClass.PROFILE_A2DP)) {
301
if (btClass.
doesClassMatch
(BluetoothClass.PROFILE_HEADSET)) {
/frameworks/base/core/java/android/bluetooth/
BluetoothClass.java
296
public boolean
doesClassMatch
(int profile) {
Completed in 3473 milliseconds