Home
last modified time | relevance | path

Searched refs:A2DP (Results 1 – 25 of 25) sorted by relevance

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/a2dp/
DA2dpServiceTest.java271 when(mDatabaseManager.getProfilePriority(mTestDevice, BluetoothProfile.A2DP)) in testGetPriority()
278 when(mDatabaseManager.getProfilePriority(mTestDevice, BluetoothProfile.A2DP)) in testGetPriority()
285 when(mDatabaseManager.getProfilePriority(mTestDevice, BluetoothProfile.A2DP)) in testGetPriority()
292 when(mDatabaseManager.getProfilePriority(mTestDevice, BluetoothProfile.A2DP)) in testGetPriority()
356 when(mDatabaseManager.getProfilePriority(mTestDevice, BluetoothProfile.A2DP)) in testOutgoingConnectMissingAudioSinkUuid()
379 when(mDatabaseManager.getProfilePriority(mTestDevice, BluetoothProfile.A2DP)) in testOutgoingConnectPriorityOff()
393 when(mDatabaseManager.getProfilePriority(mTestDevice, BluetoothProfile.A2DP)) in testOutgoingConnectTimeout()
424 when(mDatabaseManager.getProfilePriority(mTestDevice, BluetoothProfile.A2DP)) in testOutgoingConnectDisconnectSuccess()
495 when(mDatabaseManager.getProfilePriority(testDevice, BluetoothProfile.A2DP)) in testMaxConnectDevices()
523 when(mDatabaseManager.getProfilePriority(extraTestDevice, BluetoothProfile.A2DP)) in testMaxConnectDevices()
[all …]
/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DAvailableMediaBluetoothDeviceUpdaterTest.java159 BluetoothProfile.STATE_CONNECTED, BluetoothProfile.A2DP); in onProfileConnectionStateChanged_a2dpDeviceConnected_notInCall_addPreference()
172 BluetoothProfile.STATE_CONNECTED, BluetoothProfile.A2DP); in onProfileConnectionStateChanged_a2dpDeviceConnected_inCall_removePreference()
185 BluetoothProfile.STATE_CONNECTED, BluetoothProfile.A2DP); in onProfileConnectionStateChanged_hfpDeviceConnected_notInCall_removePreference()
198 BluetoothProfile.STATE_CONNECTED, BluetoothProfile.A2DP); in onProfileConnectionStateChanged_hfpDeviceConnected_inCall_addPreference()
233 BluetoothProfile.STATE_DISCONNECTED, BluetoothProfile.A2DP); in onProfileConnectionStateChanged_deviceDisconnected_removePreference()
DConnectedBluetoothDeviceUpdaterTest.java159 BluetoothProfile.STATE_CONNECTED, BluetoothProfile.A2DP); in onProfileConnectionStateChanged_a2dpDeviceConnected_inCall_addPreference()
172 BluetoothProfile.STATE_CONNECTED, BluetoothProfile.A2DP); in onProfileConnectionStateChanged_a2dpDeviceConnected_notInCall_removePreference()
185 BluetoothProfile.STATE_CONNECTED, BluetoothProfile.A2DP); in onProfileConnectionStateChanged_hfpDeviceConnected_inCall_removePreference()
198 BluetoothProfile.STATE_CONNECTED, BluetoothProfile.A2DP); in onProfileConnectionStateChanged_hfpDeviceConnected_notInCall_addPreference()
234 BluetoothProfile.STATE_DISCONNECTED, BluetoothProfile.A2DP); in onProfileConnectionStateChanged_deviceDisconnected_removePreference()
DSavedBluetoothDeviceUpdaterTest.java105 BluetoothProfile.STATE_CONNECTED, BluetoothProfile.A2DP); in onProfileConnectionStateChanged_deviceConnected_removePreference()
115 BluetoothProfile.STATE_DISCONNECTED, BluetoothProfile.A2DP); in onProfileConnectionStateChanged_deviceDisconnected_addPreference()
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DSilenceDeviceManager.java140 addConnectedDevice(device, BluetoothProfile.A2DP); in handleMessage()
146 removeConnectedDevice(device, BluetoothProfile.A2DP); in handleMessage()
299 case BluetoothProfile.A2DP: in addConnectedDevice()
317 case BluetoothProfile.A2DP: in removeConnectedDevice()
DPhonePolicy.java110 BluetoothProfile.A2DP, -1, // No-op argument
115 BluetoothProfile.A2DP, -1, // No-op argument
275 if (((profileId == BluetoothProfile.A2DP) || (profileId == BluetoothProfile.HEADSET))) { in processProfileStateChanged()
278 case BluetoothProfile.A2DP: in processProfileStateChanged()
315 case BluetoothProfile.A2DP: in processProfileActiveDeviceChanged()
DConfig.java70 (1 << BluetoothProfile.A2DP)),
DAdapterProperties.java132 sendConnectionStateChange(BluetoothProfile.A2DP, intent);
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
DA2dpService.java462 BluetoothProfile.A2DP, suppressNoisyIntent, -1); in removeActiveDevice()
579 BluetoothProfile.A2DP, true, -1); in setActiveDevice()
589 mActiveDevice, BluetoothProfile.STATE_CONNECTED, BluetoothProfile.A2DP, in setActiveDevice()
629 .setProfilePriority(device, BluetoothProfile.A2DP, priority); in setPriority()
636 .getProfilePriority(device, BluetoothProfile.A2DP); in getPriority()
935 StatsLog.write(StatsLog.BLUETOOTH_ACTIVE_DEVICE_CHANGED, BluetoothProfile.A2DP, in updateAndBroadcastActiveDevice()
1083 MetricsLogger.logProfileConnectionEvent(BluetoothMetricsProto.ProfileId.A2DP); in connectionStateChanged()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DAvailableMediaBluetoothDeviceUpdater.java63 currentAudioProfile = BluetoothProfile.A2DP; in isFilterMatched()
83 case BluetoothProfile.A2DP: in isFilterMatched()
DConnectedBluetoothDeviceUpdater.java63 currentAudioProfile = BluetoothProfile.A2DP; in isFilterMatched()
84 case BluetoothProfile.A2DP: in isFilterMatched()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/bluetooth/
DAvailableMediaBluetoothDeviceUpdater.java63 currentAudioProfile = BluetoothProfile.A2DP; in isFilterMatched()
83 case BluetoothProfile.A2DP: in isFilterMatched()
DConnectedBluetoothDeviceUpdater.java63 currentAudioProfile = BluetoothProfile.A2DP; in isFilterMatched()
84 case BluetoothProfile.A2DP: in isFilterMatched()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DBluetoothA2dpConnector.java126 if (!adapter.getProfileProxy(mContext, mServiceConnection, BluetoothProfile.A2DP)) { in openConnection()
135 adapter.closeProfileProxy(BluetoothProfile.A2DP, mA2dpProfile); in closeA2dpProfileProxy()
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/storage/
DMetadata.java64 case BluetoothProfile.A2DP: in setProfilePriority()
107 case BluetoothProfile.A2DP: in getProfilePriority()
DDatabaseManager.java699 data.setProfilePriority(BluetoothProfile.A2DP, a2dpPriority); in migrateSettingsGlobal()
/packages/apps/Nfc/src/com/android/nfc/handover/
DBluetoothPeripheralHandover.java336 if(!mBluetoothAdapter.getProfileProxy(mContext, this, BluetoothProfile.A2DP)) in getProfileProxys()
540 mBluetoothAdapter.closeProfileProxy(BluetoothProfile.A2DP, mA2dp); in complete()
681 case BluetoothProfile.A2DP: in onServiceConnected()
/packages/apps/Settings/src/com/android/settings/media/
DMediaOutputIndicatorWorker.java77 if (bluetoothProfile == BluetoothProfile.A2DP) { in onActiveDeviceChanged()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/media/
DMediaOutputIndicatorWorker.java77 if (bluetoothProfile == BluetoothProfile.A2DP) { in onActiveDeviceChanged()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/
DPhonePolicyTest.java342 updateProfileConnectionStateHelper(bondedDevices[0], BluetoothProfile.A2DP, in testReconnectOnPartialConnect_PreviousPartialFail()
554 updateProfileConnectionStateHelper(testDevices[2], BluetoothProfile.A2DP, in testSetPriorityMultipleDevices()
764 case BluetoothProfile.A2DP: in updateProfileConnectionStateHelper()
/packages/apps/Settings/src/com/android/settings/development/
DDevelopmentSettingsDashboardFragment.java191 BluetoothProfile.A2DP); in onCreateView()
203 adapter.closeProfileProxy(BluetoothProfile.A2DP, mBluetoothA2dp); in onDestroyView()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/development/
DDevelopmentSettingsDashboardFragment.java191 BluetoothProfile.A2DP); in onCreateView()
203 adapter.closeProfileProxy(BluetoothProfile.A2DP, mBluetoothA2dp); in onDestroyView()
/packages/services/Car/service/src/com/android/car/
DUtils.java71 sProfileNames.put(BluetoothProfile.A2DP, "A2DP Source"); in sProfileNames.put() argument
/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
DA2dpReceiver.java128 BluetoothProfile.A2DP); in A2dpReceiver()
/packages/apps/Settings/tests/uitests/assets/
Dsearch_results_list169 Disable Bluetooth A2DP hardware offload;bluetooth_disable_a2dp_hw_offload