Home
last modified time | relevance | path

Searched refs:PROFILE_A2DP (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothClass.java289 public static final int PROFILE_A2DP = 1; field in BluetoothClass
314 if (profile == PROFILE_A2DP) { in doesClassMatch()
/packages/apps/Car/Settings/src/com/android/car/settings/qc/
DPairedBluetoothDevices.java249 if (btClass.doesClassMatch(BluetoothClass.PROFILE_A2DP)) { in getIconRes()
/packages/modules/Nfc/NfcNci/tests/unit/src/com/android/nfc/handover/
DBluetoothPeripheralHandoverTest.java371 when(mockBtClass.doesClassMatch(BluetoothClass.PROFILE_A2DP)).thenReturn(true); in testHasA2dpCapability_withBluetoothClassMatchingA2dp()
380 when(mockBtClass.doesClassMatch(BluetoothClass.PROFILE_A2DP)).thenReturn(false); in testHasA2dpCapability_withNoUuidsAndNonMatchingBluetoothClass()
/packages/modules/Nfc/NfcNci/src/com/android/nfc/handover/
DBluetoothPeripheralHandover.java643 if (btClass != null && btClass.doesClassMatch(BluetoothClass.PROFILE_A2DP)) { in hasA2dpCapability()
/packages/modules/Bluetooth/framework/api/
Dcurrent.txt333 field public static final int PROFILE_A2DP = 1; // 0x1