/aosp_15_r20/frameworks/base/services/core/java/com/android/server/audio/ |
H A D | BtHelper.java | 389 BluetoothDevice btDevice = intent.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE, in onReceiveBtEvent() local 871 private @NonNull AudioDeviceAttributes getHeadsetAudioDevice(BluetoothDevice btDevice) { in getHeadsetAudioDevice() 880 private static AudioDeviceAttributes btHeadsetDeviceToAudioDevice(BluetoothDevice btDevice) { in btHeadsetDeviceToAudioDevice() 911 private boolean handleBtScoActiveDeviceChange(BluetoothDevice btDevice, boolean isActive) { in handleBtScoActiveDeviceChange() 960 private String getAnonymizedAddress(BluetoothDevice btDevice) { in getAnonymizedAddress() 965 /*package */ void onSetBtScoActiveDevice(BluetoothDevice btDevice) { in onSetBtScoActiveDevice() 1369 public static void onNotifyPreferredAudioProfileApplied(BluetoothDevice btDevice) { in onNotifyPreferredAudioProfileApplied()
|
H A D | AudioDeviceBroker.java | 293 /*package*/ void onSetBtScoActiveDevice(BluetoothDevice btDevice) { in onSetBtScoActiveDevice() 1611 /*package*/ void postNotifyPreferredAudioProfileApplied(BluetoothDevice btDevice) { in postNotifyPreferredAudioProfileApplied() 1710 boolean connect, @Nullable BluetoothDevice btDevice) { in handleDeviceConnection() 1730 /*package*/ boolean hasScheduledA2dpConnection(BluetoothDevice btDevice) { in hasScheduledA2dpConnection() 2125 final BluetoothDevice btDevice = (BluetoothDevice) msg.obj; in handleMessage() local
|
H A D | AudioDeviceInventory.java | 978 final BluetoothDevice btDevice = btInfo.mDevice; in onBluetoothDeviceConfigChange() local
|
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/sound/ |
D | HandsFreeProfileOutputPreferenceController.java | 66 final BluetoothDevice btDevice = mConnectedDevices.get(connectedDeviceIndex); in onPreferenceChange() local 77 final BluetoothDevice btDevice = mConnectedDevices.get(i); in getConnectedDeviceIndex() local 146 final BluetoothDevice btDevice = mConnectedDevices.get(i); in setupPreferenceEntries() local
|
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tiles/ |
H A D | BluetoothTileTest.kt | 182 val btDevice = mock<BluetoothDevice>() in testSecondaryLabel_whenBatteryMetadataUnavailable_isBluetoothBatteryLevelState() constant 331 val btDevice = mock<BluetoothDevice>() in listenToDeviceMetadata() constant
|
/aosp_15_r20/packages/services/Telecomm/src/com/android/server/telecom/ |
D | CallAudioCommunicationDeviceTracker.java | 123 BluetoothDevice btDevice) { in setCommunicationDevice() 137 @AudioDeviceInfo.AudioDeviceType int audioDeviceType, BluetoothDevice btDevice) { in processSetCommunicationDevice()
|
/aosp_15_r20/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/pairing/ |
D | BluetoothScanner.java | 41 BluetoothDevice btDevice; field in BluetoothScanner.Device 201 final BluetoothDevice btDevice = in onReceive() local
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/services/midi/services.midi/android_common/repackaged-jarjar/javac/ |
D | services.midi.jar | com/android/server/midi/MidiService.class
MidiService.java
package com.android. ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/services/midi/services.midi/android_common/javac/ |
D | services.midi.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/volume/domain/interactor/ |
H A D | AudioOutputInteractorTest.kt | 128 val btDevice = TestAudioDevicesFactory.bluetoothDevice() in inCall_bluetooth_returnsCommunicationDevice() constant
|
/aosp_15_r20/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/util/bluetooth/ |
D | BluetoothScanner.java | 47 public BluetoothDevice btDevice; field in BluetoothScanner.Device 370 BluetoothDevice btDevice = intent.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE); in onReceive() local
|
/aosp_15_r20/frameworks/base/services/midi/java/com/android/server/midi/ |
H A D | MidiService.java | 798 private boolean isBLEMIDIDevice(BluetoothDevice btDevice) { in isBLEMIDIDevice() 832 private void dumpUuids(BluetoothDevice btDevice) { in dumpUuids() 848 private boolean hasNonMidiUuids(BluetoothDevice btDevice) { in hasNonMidiUuids()
|
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/ |
H A D | ShadowBluetoothServerSocketTest.java | 38 BluetoothDevice btDevice = ShadowBluetoothDevice.newInstance("DE:AD:BE:EE:EE:EF"); in accept() local
|
/aosp_15_r20/frameworks/base/services/companion/java/com/android/server/companion/utils/ |
H A D | Utils.java | 51 public static String btDeviceToString(@NonNull BluetoothDevice btDevice) { in btDeviceToString()
|
/aosp_15_r20/cts/hostsidetests/multidevices/bluetooth/snippet/ |
H A D | Utils.java | 123 public static String convertBtDeviceToJson(BluetoothDevice btDevice) throws JSONException { in convertBtDeviceToJson()
|
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/connecteddevice/audiosharing/ |
D | AudioSharingDashboardFragment.java | 120 BluetoothDevice btDevice = in onActivityResult() local
|
D | AudioSharingDialogHandler.java | 266 BluetoothDevice btDevice = cachedDevice.getDevice(); in handleLeAudioDeviceConnected() local
|
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/audio/ |
H A D | AudioDeviceBrokerTest.java | 413 private void checkSingleSystemConnection(BluetoothDevice btDevice) throws Exception { in checkSingleSystemConnection()
|
/aosp_15_r20/frameworks/base/media/packages/BluetoothMidiService/src/com/android/bluetoothmidiservice/ |
H A D | BluetoothMidiDevice.java | 342 void openBluetoothDevice(BluetoothDevice btDevice) { in openBluetoothDevice()
|
/aosp_15_r20/packages/modules/Bluetooth/android/ChannelSoundingTestApp/app/src/main/java/com/android/bluetooth/channelsoundingtestapp/ |
D | BleConnectionViewModel.java | 247 BluetoothDevice btDevice = mBluetoothAdapter.getRemoteDevice(mTargetBtAddress); in connectGatt() local
|
/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/ |
D | BluetoothDevicePairingDetailBaseTest.java | 319 BluetoothDevice btDevice = in onProfileConnectionStateChanged_deviceInSelectedListAndConnected_pairAndJoinSharing() local
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/stylus/ |
D | StylusManager.java | 216 android.bluetooth.BluetoothDevice btDevice, boolean isCharging) { in onStylusBluetoothChargingStateChanged()
|
/aosp_15_r20/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | BluetoothDeviceManagerTest.java | 799 BluetoothDevice btDevice = device_type == AudioDeviceInfo.TYPE_BLE_HEADSET in assertClearHearingAidOrLeCommunicationDevice() local
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/media/ |
H A D | MediaRouterService.java | 670 BluetoothDevice btDevice; in restoreBluetoothA2dp() local 1008 BluetoothDevice btDevice = in onReceive() local
|
/aosp_15_r20/frameworks/base/services/companion/java/com/android/server/companion/ |
H A D | CompanionDeviceManagerService.java | 551 BluetoothDevice btDevice = btAdapter.getRemoteDevice(address.toString().toUpperCase()); in removeBond() local
|