Searched refs:A2DP_SINK (Results 1 – 18 of 18) sorted by relevance
/packages/services/Car/service/src/com/android/car/ |
D | CarBluetoothUserService.java | 48 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()
|
D | Utils.java | 80 sProfileNames.put(BluetoothProfile.A2DP_SINK, "A2DP Sink"); in sProfileNames.put() argument
|
D | CarBluetoothService.java | 63 BluetoothProfile.A2DP_SINK,
|
D | BluetoothProfileDeviceManager.java | 91 sProfileActions.put(BluetoothProfile.A2DP_SINK, in sProfileActions.put() argument
|
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/storage/ |
D | Metadata.java | 80 case BluetoothProfile.A2DP_SINK: in setProfileConnectionPolicy() 122 case BluetoothProfile.A2DP_SINK: in getProfileConnectionPolicy()
|
D | DatabaseManager.java | 878 data.setProfileConnectionPolicy(BluetoothProfile.A2DP_SINK, a2dpSinkConnectionPolicy); in migrateSettingsGlobal()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/ |
D | A2dpSinkService.java | 399 if (!mDatabaseManager.setProfileConnectionPolicy(device, BluetoothProfile.A2DP_SINK, in setConnectionPolicy() 421 .getProfileConnectionPolicy(device, BluetoothProfile.A2DP_SINK); in getConnectionPolicy()
|
D | A2dpSinkStateMachine.java | 298 MetricsLogger.logProfileConnectionEvent(BluetoothMetricsProto.ProfileId.A2DP_SINK); in onConnectionStateChanged()
|
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/a2dpsink/ |
D | A2dpSinkServiceTest.java | 95 when(mDatabaseManager.getProfileConnectionPolicy(device, BluetoothProfile.A2DP_SINK)) in mockDevicePriority()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/ |
D | Config.java | 73 (1 << BluetoothProfile.A2DP_SINK)),
|
D | AdapterService.java | 841 || 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()
|
D | PhonePolicy.java | 282 if ((a2dpService != null) && (ArrayUtils.contains(uuids, BluetoothUuid.A2DP_SINK) in processInitProfilePriorities()
|
D | AdapterProperties.java | 141 sendConnectionStateChange(BluetoothProfile.A2DP_SINK, intent);
|
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/ |
D | A2dpService.java | 251 BluetoothUuid.A2DP_SINK)) { in connect() 403 BluetoothUuid.A2DP_SINK)) { in getDevicesMatchingConnectionStates()
|
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/bluetooth/ |
D | BluetoothDevicePickerPreferenceControllerTest.java | 141 when(mBondedDevice.getUuids()).thenReturn(new ParcelUuid[]{BluetoothUuid.A2DP_SINK}); in onStart_appliesFilterType()
|
/packages/apps/Nfc/src/com/android/nfc/handover/ |
D | BluetoothPeripheralHandover.java | 591 … if (uuid.equals(BluetoothUuid.A2DP_SINK) || uuid.equals(BluetoothUuid.ADV_AUDIO_DIST)) { in hasA2dpCapability()
|
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/ |
D | PhonePolicyTest.java | 125 uuids[1] = BluetoothUuid.A2DP_SINK; in testProcessInitProfilePriorities()
|
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/a2dp/ |
D | A2dpServiceTest.java | 119 doReturn(new ParcelUuid[]{BluetoothUuid.A2DP_SINK}).when(mAdapterService) in setUp()
|