Home
last modified time | relevance | path

Searched refs:PROFILE_HEADSET (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
DBluetoothClass.java332 public static final int PROFILE_HEADSET = 0; field in BluetoothClass
390 } else if (profile == PROFILE_HEADSET) { in doesClassMatch()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DBluetoothDeviceFilter.java122 btClass.doesClassMatch(BluetoothClass.PROFILE_HEADSET)) { in matches()
DBluetoothUtils.java113 if (btClass.doesClassMatch(BluetoothClass.PROFILE_HEADSET)) { in getBtClassDrawableWithDescription()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DBluetoothTile.java226 } else if (bluetoothClass.doesClassMatch(BluetoothClass.PROFILE_HEADSET)) { in getSecondaryLabel()