/packages/apps/Settings/src/com/android/settings/connecteddevice/audiosharing/ |
D | AudioSharingDevicePreferenceController.java | 326 int bluetoothProfile) { in onProfileConnectionStateChanged() argument 339 && bluetoothProfile == BluetoothProfile.LE_AUDIO_BROADCAST_ASSISTANT) { in onProfileConnectionStateChanged() 352 handleOnProfileStateChanged(cachedDevice, bluetoothProfile); in onProfileConnectionStateChanged() 393 @NonNull CachedBluetoothDevice cachedDevice, int bluetoothProfile) { in handleOnProfileStateChanged() argument 398 && bluetoothProfile != BluetoothProfile.LE_AUDIO_BROADCAST_ASSISTANT) { in handleOnProfileStateChanged() 405 boolean isFirstConnectedProfile = isFirstConnectedProfile(cachedDevice, bluetoothProfile); in handleOnProfileStateChanged() 437 CachedBluetoothDevice cachedDevice, int bluetoothProfile) { in isFirstConnectedProfile() argument 441 profile.getProfileId() != bluetoothProfile in isFirstConnectedProfile()
|
D | AudioSharingCallAudioPreferenceController.java | 255 int bluetoothProfile) { in onProfileConnectionStateChanged() argument 257 && bluetoothProfile == BluetoothProfile.LE_AUDIO_BROADCAST_ASSISTANT) { in onProfileConnectionStateChanged()
|
/packages/apps/Settings/src/com/android/settings/connecteddevice/audiosharing/audiostreams/ |
D | AudioStreamsActiveDeviceSummaryUpdater.java | 51 @Nullable CachedBluetoothDevice activeDevice, int bluetoothProfile) { in onActiveDeviceChanged() argument 58 + bluetoothProfile); in onActiveDeviceChanged() 60 if (bluetoothProfile == BluetoothProfile.LE_AUDIO) { in onActiveDeviceChanged()
|
D | AudioStreamsCategoryController.java | 48 @Nullable CachedBluetoothDevice activeDevice, int bluetoothProfile) { 49 if (bluetoothProfile == BluetoothProfile.LE_AUDIO) {
|
D | AudioStreamsScanQrCodeController.java | 51 @Nullable CachedBluetoothDevice activeDevice, int bluetoothProfile) { 52 if (bluetoothProfile == BluetoothProfile.LE_AUDIO) {
|
D | AudioStreamMediaService.java | 107 int bluetoothProfile) { 109 && bluetoothProfile == BluetoothProfile.LE_AUDIO_BROADCAST_ASSISTANT
|
D | AudioStreamsProgressCategoryController.java | 63 @Nullable CachedBluetoothDevice activeDevice, int bluetoothProfile) { 64 if (bluetoothProfile == BluetoothProfile.LE_AUDIO) {
|
/packages/apps/Car/Settings/src/com/android/car/settings/qc/ |
D | PairedBluetoothDevicesWorker.java | 83 public void onActiveDeviceChanged(CachedBluetoothDevice activeDevice, int bluetoothProfile) { in onActiveDeviceChanged() argument 89 int state, int bluetoothProfile) { in onProfileConnectionStateChanged() argument
|
/packages/apps/Settings/src/com/android/settings/accessibility/ |
D | AvailableHearingDevicePreferenceController.java | 100 public void onActiveDeviceChanged(CachedBluetoothDevice activeDevice, int bluetoothProfile) { in onActiveDeviceChanged() argument 105 if (bluetoothProfile == BluetoothProfile.HEARING_AID) { in onActiveDeviceChanged()
|
D | AccessibilityHearingAidPreferenceController.java | 182 public void onActiveDeviceChanged(CachedBluetoothDevice activeDevice, int bluetoothProfile) { in onActiveDeviceChanged() argument 187 if (bluetoothProfile == BluetoothProfile.HEARING_AID) { in onActiveDeviceChanged()
|
D | HearingDevicePairingFragment.java | 222 int state, int bluetoothProfile) { in onProfileConnectionStateChanged() argument
|
/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/slices/ |
D | BluetoothUpdateWorker.java | 90 public void onActiveDeviceChanged(CachedBluetoothDevice activeDevice, int bluetoothProfile) { in onActiveDeviceChanged() argument 106 int bluetoothProfile) { in onProfileConnectionStateChanged() argument
|
/packages/modules/Bluetooth/android/leaudio/app/src/main/java/com/android/bluetooth/leaudio/ |
D | BluetoothProxy.java | 758 public void onServiceConnected(int i, BluetoothProfile bluetoothProfile) { in initProfiles() 764 + bluetoothProfile); in initProfiles() 767 bluetoothCsis = (BluetoothCsipSetCoordinator) bluetoothProfile; in initProfiles() 770 bluetoothLeAudio = (BluetoothLeAudio) bluetoothProfile; in initProfiles() 786 bluetoothVolumeControl = (BluetoothVolumeControl) bluetoothProfile; in initProfiles() 789 bluetoothHapClient = (BluetoothHapClient) bluetoothProfile; in initProfiles() 797 mBluetoothLeBroadcast = (BluetoothLeBroadcast) bluetoothProfile; in initProfiles() 810 (BluetoothLeBroadcastAssistant) bluetoothProfile; in initProfiles()
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | BluetoothDeviceUpdater.java | 176 int bluetoothProfile) { in onProfileConnectionStateChanged() argument 179 + ", state: " + state + ", bluetoothProfile: " + bluetoothProfile); in onProfileConnectionStateChanged()
|
D | BluetoothDevicePairingDetailBase.java | 118 int bluetoothProfile) { in onProfileConnectionStateChanged() argument
|
/packages/apps/Settings/src/com/android/settings/sound/ |
D | AudioSwitchPreferenceController.java | 172 public void onActiveDeviceChanged(CachedBluetoothDevice activeDevice, int bluetoothProfile) { in onActiveDeviceChanged() argument 183 int bluetoothProfile) { in onProfileConnectionStateChanged() argument
|
/packages/apps/Settings/src/com/android/settings/connecteddevice/ |
D | AvailableMediaDeviceGroupController.java | 324 public void onActiveDeviceChanged(CachedBluetoothDevice activeDevice, int bluetoothProfile) { in onActiveDeviceChanged() argument 330 if (bluetoothProfile == BluetoothProfile.HEARING_AID) { in onActiveDeviceChanged()
|
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/ |
D | BluetoothPreferenceController.java | 134 public void onActiveDeviceChanged(CachedBluetoothDevice activeDevice, int bluetoothProfile) { in onActiveDeviceChanged() argument
|