HomeSort by relevance Sort by last modified time
    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 315 if (btClass.doesClassMatch(BluetoothClass.PROFILE_A2DP)) {
319 if (btClass.doesClassMatch(BluetoothClass.PROFILE_HEADSET)) {
  /frameworks/base/core/java/android/bluetooth/
BluetoothClass.java 296 public boolean doesClassMatch(int profile) {

Completed in 110 milliseconds