/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/a2dp/ |
D | A2dpServiceTest.java | 271 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/ |
D | AvailableMediaBluetoothDeviceUpdaterTest.java | 159 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()
|
D | ConnectedBluetoothDeviceUpdaterTest.java | 159 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()
|
D | SavedBluetoothDeviceUpdaterTest.java | 105 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/ |
D | SilenceDeviceManager.java | 140 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()
|
D | PhonePolicy.java | 110 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()
|
D | Config.java | 70 (1 << BluetoothProfile.A2DP)),
|
D | AdapterProperties.java | 132 sendConnectionStateChange(BluetoothProfile.A2DP, intent);
|
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/ |
D | A2dpService.java | 462 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/ |
D | AvailableMediaBluetoothDeviceUpdater.java | 63 currentAudioProfile = BluetoothProfile.A2DP; in isFilterMatched() 83 case BluetoothProfile.A2DP: in isFilterMatched()
|
D | ConnectedBluetoothDeviceUpdater.java | 63 currentAudioProfile = BluetoothProfile.A2DP; in isFilterMatched() 84 case BluetoothProfile.A2DP: in isFilterMatched()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/bluetooth/ |
D | AvailableMediaBluetoothDeviceUpdater.java | 63 currentAudioProfile = BluetoothProfile.A2DP; in isFilterMatched() 83 case BluetoothProfile.A2DP: in isFilterMatched()
|
D | ConnectedBluetoothDeviceUpdater.java | 63 currentAudioProfile = BluetoothProfile.A2DP; in isFilterMatched() 84 case BluetoothProfile.A2DP: in isFilterMatched()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/ |
D | BluetoothA2dpConnector.java | 126 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/ |
D | Metadata.java | 64 case BluetoothProfile.A2DP: in setProfilePriority() 107 case BluetoothProfile.A2DP: in getProfilePriority()
|
D | DatabaseManager.java | 699 data.setProfilePriority(BluetoothProfile.A2DP, a2dpPriority); in migrateSettingsGlobal()
|
/packages/apps/Nfc/src/com/android/nfc/handover/ |
D | BluetoothPeripheralHandover.java | 336 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/ |
D | MediaOutputIndicatorWorker.java | 77 if (bluetoothProfile == BluetoothProfile.A2DP) { in onActiveDeviceChanged()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/media/ |
D | MediaOutputIndicatorWorker.java | 77 if (bluetoothProfile == BluetoothProfile.A2DP) { in onActiveDeviceChanged()
|
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/ |
D | PhonePolicyTest.java | 342 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/ |
D | DevelopmentSettingsDashboardFragment.java | 191 BluetoothProfile.A2DP); in onCreateView() 203 adapter.closeProfileProxy(BluetoothProfile.A2DP, mBluetoothA2dp); in onDestroyView()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/development/ |
D | DevelopmentSettingsDashboardFragment.java | 191 BluetoothProfile.A2DP); in onCreateView() 203 adapter.closeProfileProxy(BluetoothProfile.A2DP, mBluetoothA2dp); in onDestroyView()
|
/packages/services/Car/service/src/com/android/car/ |
D | Utils.java | 71 sProfileNames.put(BluetoothProfile.A2DP, "A2DP Source"); in sProfileNames.put() argument
|
/packages/apps/Test/connectivity/PMC/src/com/android/pmc/ |
D | A2dpReceiver.java | 128 BluetoothProfile.A2DP); in A2dpReceiver()
|
/packages/apps/Settings/tests/uitests/assets/ |
D | search_results_list | 169 Disable Bluetooth A2DP hardware offload;bluetooth_disable_a2dp_hw_offload
|