HomeSort by relevance Sort by last modified time
    Searched refs:PROFILE_HEADSET (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/bluetooth/
BluetoothClass.java 257 public static final int PROFILE_HEADSET = 0;
289 } else if (profile == PROFILE_HEADSET) {
  /packages/apps/Settings/src/com/android/settings/bluetooth/
CachedBluetoothDevice.java 494 if (mBtClass.doesClassMatch(BluetoothClass.PROFILE_HEADSET)) {
521 if (bluetoothClass.doesClassMatch(BluetoothClass.PROFILE_HEADSET) !=
BluetoothSettings.java 326 if (bluetoothClass.doesClassMatch(BluetoothClass.PROFILE_HEADSET)) return true;

Completed in 1354 milliseconds