Home
last modified time | relevance | path

Searched defs:btDevice (Results 1 – 25 of 90) sorted by relevance

1234

/aosp_15_r20/frameworks/base/services/core/java/com/android/server/audio/
H A DBtHelper.java389 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 DAudioDeviceBroker.java293 /*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 DAudioDeviceInventory.java978 final BluetoothDevice btDevice = btInfo.mDevice; in onBluetoothDeviceConfigChange() local
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/sound/
DHandsFreeProfileOutputPreferenceController.java66 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 DBluetoothTileTest.kt182 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/
DCallAudioCommunicationDeviceTracker.java123 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/
DBluetoothScanner.java41 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/
Dservices.midi.jarcom/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/
Dservices.midi.jarMETA-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 DAudioOutputInteractorTest.kt128 val btDevice = TestAudioDevicesFactory.bluetoothDevice() in inCall_bluetooth_returnsCommunicationDevice() constant
/aosp_15_r20/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/util/bluetooth/
DBluetoothScanner.java47 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 DMidiService.java798 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 DShadowBluetoothServerSocketTest.java38 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 DUtils.java51 public static String btDeviceToString(@NonNull BluetoothDevice btDevice) { in btDeviceToString()
/aosp_15_r20/cts/hostsidetests/multidevices/bluetooth/snippet/
H A DUtils.java123 public static String convertBtDeviceToJson(BluetoothDevice btDevice) throws JSONException { in convertBtDeviceToJson()
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/connecteddevice/audiosharing/
DAudioSharingDashboardFragment.java120 BluetoothDevice btDevice = in onActivityResult() local
DAudioSharingDialogHandler.java266 BluetoothDevice btDevice = cachedDevice.getDevice(); in handleLeAudioDeviceConnected() local
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/audio/
H A DAudioDeviceBrokerTest.java413 private void checkSingleSystemConnection(BluetoothDevice btDevice) throws Exception { in checkSingleSystemConnection()
/aosp_15_r20/frameworks/base/media/packages/BluetoothMidiService/src/com/android/bluetoothmidiservice/
H A DBluetoothMidiDevice.java342 void openBluetoothDevice(BluetoothDevice btDevice) { in openBluetoothDevice()
/aosp_15_r20/packages/modules/Bluetooth/android/ChannelSoundingTestApp/app/src/main/java/com/android/bluetooth/channelsoundingtestapp/
DBleConnectionViewModel.java247 BluetoothDevice btDevice = mBluetoothAdapter.getRemoteDevice(mTargetBtAddress); in connectGatt() local
/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothDevicePairingDetailBaseTest.java319 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/
DStylusManager.java216 android.bluetooth.BluetoothDevice btDevice, boolean isCharging) { in onStylusBluetoothChargingStateChanged()
/aosp_15_r20/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DBluetoothDeviceManagerTest.java799 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 DMediaRouterService.java670 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 DCompanionDeviceManagerService.java551 BluetoothDevice btDevice = btAdapter.getRemoteDevice(address.toString().toUpperCase()); in removeBond() local

1234