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

  /frameworks/base/core/java/android/bluetooth/
BluetoothClass.java 259 public static final int PROFILE_A2DP = 1;
273 if (profile == PROFILE_A2DP) {
  /packages/apps/Settings/src/com/android/settings/bluetooth/
CachedBluetoothDevice.java 490 if (mBtClass.doesClassMatch(BluetoothClass.PROFILE_A2DP)) {
527 if (bluetoothClass.doesClassMatch(BluetoothClass.PROFILE_A2DP) !=
BluetoothSettings.java 324 if (bluetoothClass.doesClassMatch(BluetoothClass.PROFILE_A2DP)) return true;

Completed in 45 milliseconds