Home
last modified time | relevance | path

Searched refs:A2DP_SINK (Results 1 – 18 of 18) sorted by relevance

/packages/services/Car/service/src/com/android/car/
DCarBluetoothUserService.java48 BluetoothProfile.A2DP_SINK,
121 mBluetoothAdapter.closeProfileProxy(BluetoothProfile.A2DP_SINK, mBluetoothA2dpSink); in closeBluetoothConnectionProxies()
123 mBluetoothProfileStatus.put(BluetoothProfile.A2DP_SINK, false); in closeBluetoothConnectionProxies()
161 case BluetoothProfile.A2DP_SINK:
283 case BluetoothProfile.A2DP_SINK: in bluetoothConnectToProfile()
325 case BluetoothProfile.A2DP_SINK: in bluetoothDisconnectFromProfile()
368 case BluetoothProfile.A2DP_SINK: in getProfilePriority()
418 case BluetoothProfile.A2DP_SINK: in setProfilePriority()
DUtils.java80 sProfileNames.put(BluetoothProfile.A2DP_SINK, "A2DP Sink"); in sProfileNames.put() argument
DCarBluetoothService.java63 BluetoothProfile.A2DP_SINK,
DBluetoothProfileDeviceManager.java91 sProfileActions.put(BluetoothProfile.A2DP_SINK, in sProfileActions.put() argument
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/storage/
DMetadata.java80 case BluetoothProfile.A2DP_SINK: in setProfileConnectionPolicy()
122 case BluetoothProfile.A2DP_SINK: in getProfileConnectionPolicy()
DDatabaseManager.java878 data.setProfileConnectionPolicy(BluetoothProfile.A2DP_SINK, a2dpSinkConnectionPolicy); in migrateSettingsGlobal()
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
DA2dpSinkService.java399 if (!mDatabaseManager.setProfileConnectionPolicy(device, BluetoothProfile.A2DP_SINK, in setConnectionPolicy()
421 .getProfileConnectionPolicy(device, BluetoothProfile.A2DP_SINK); in getConnectionPolicy()
DA2dpSinkStateMachine.java298 MetricsLogger.logProfileConnectionEvent(BluetoothMetricsProto.ProfileId.A2DP_SINK); in onConnectionStateChanged()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/a2dpsink/
DA2dpSinkServiceTest.java95 when(mDatabaseManager.getProfileConnectionPolicy(device, BluetoothProfile.A2DP_SINK)) in mockDevicePriority()
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DConfig.java73 (1 << BluetoothProfile.A2DP_SINK)),
DAdapterService.java841 || ArrayUtils.contains(remoteDeviceUuids, BluetoothUuid.A2DP_SINK); in isSupported()
843 if (profile == BluetoothProfile.A2DP_SINK) { in isSupported()
951 BluetoothProfile.A2DP_SINK, device) && mA2dpSinkService.getConnectionPolicy(device) in connectEnabledProfiles()
2418 BluetoothProfile.A2DP_SINK, device)) { in connectAllEnabledProfiles()
DPhonePolicy.java282 if ((a2dpService != null) && (ArrayUtils.contains(uuids, BluetoothUuid.A2DP_SINK) in processInitProfilePriorities()
DAdapterProperties.java141 sendConnectionStateChange(BluetoothProfile.A2DP_SINK, intent);
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
DA2dpService.java251 BluetoothUuid.A2DP_SINK)) { in connect()
403 BluetoothUuid.A2DP_SINK)) { in getDevicesMatchingConnectionStates()
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/bluetooth/
DBluetoothDevicePickerPreferenceControllerTest.java141 when(mBondedDevice.getUuids()).thenReturn(new ParcelUuid[]{BluetoothUuid.A2DP_SINK}); in onStart_appliesFilterType()
/packages/apps/Nfc/src/com/android/nfc/handover/
DBluetoothPeripheralHandover.java591 … if (uuid.equals(BluetoothUuid.A2DP_SINK) || uuid.equals(BluetoothUuid.ADV_AUDIO_DIST)) { in hasA2dpCapability()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/
DPhonePolicyTest.java125 uuids[1] = BluetoothUuid.A2DP_SINK; in testProcessInitProfilePriorities()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/a2dp/
DA2dpServiceTest.java119 doReturn(new ParcelUuid[]{BluetoothUuid.A2DP_SINK}).when(mAdapterService) in setUp()