/aosp_15_r20/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfp/ |
D | HeadsetServiceAndStateMachineTest.java | 396 List<BluetoothDevice> connectedDevices = mHeadsetService.getConnectedDevices(); in testVirtualCall_normalStartStop() local 435 List<BluetoothDevice> connectedDevices = mHeadsetService.getConnectedDevices(); in testVirtualCall_preemptedByTelecomCall() local 479 List<BluetoothDevice> connectedDevices = mHeadsetService.getConnectedDevices(); in testVirtualCall_rejectedWhenThereIsTelecomCall() local 530 List<BluetoothDevice> connectedDevices = mHeadsetService.getConnectedDevices(); in testDialingOutCall_NormalDialingOut() local 624 List<BluetoothDevice> connectedDevices = mHeadsetService.getConnectedDevices(); in testDialingOutCall_DialingOutPreemptVirtualCall() local 1191 List<BluetoothDevice> connectedDevices = mHeadsetService.getConnectedDevices(); in testPhoneStateChangedWithIncomingCallState() local 1266 List<BluetoothDevice> connectedDevices = mHeadsetService.getConnectedDevices(); in testIncomingCall_NonHdNonVoipCall_AptXDisabled() local 1349 List<BluetoothDevice> connectedDevices = mHeadsetService.getConnectedDevices(); in testIncomingCall_HdNonVoipCall_AptXEnabled() local 1887 private void verifyVirtualCallStartSequenceInvocations(List<BluetoothDevice> connectedDevices) { in verifyVirtualCallStartSequenceInvocations() 1900 private void verifyVirtualCallStopSequenceInvocations(List<BluetoothDevice> connectedDevices) { in verifyVirtualCallStopSequenceInvocations() [all …]
|
D | HeadsetServiceTest.java | 421 ArrayList<BluetoothDevice> connectedDevices = new ArrayList<>(); in testConnectDevice_connectDeviceAboveLimit() local 557 ArrayList<BluetoothDevice> connectedDevices = new ArrayList<>(); in testConnectAudio_withMultipleDevices() local 658 ArrayList<BluetoothDevice> connectedDevices = new ArrayList<>(); in testConnectAudio_connectTwoAudioChannelsShouldFail() local 753 ArrayList<BluetoothDevice> connectedDevices = new ArrayList<>(); in testConnectAudio_firstConnectedAudioDevice() local 921 final ArrayList<BluetoothDevice> connectedDevices = new ArrayList<>(); in testPhoneStateChange_oneDeviceSaveState() local 1020 final ArrayList<BluetoothDevice> connectedDevices = new ArrayList<>(); in testPhoneStateChange_multipleDevicesSaveState() local 1136 ArrayList<BluetoothDevice> connectedDevices = new ArrayList<>(); in testClccResponse_withMultipleDevices() local
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/statusbar/policy/bluetooth/ |
D | ConnectionStatusModel.java | 25 …al java.util.List<com.android.settingslib.bluetooth.CachedBluetoothDevice> connectedDevices = null; field in ConnectionStatusModel 28 …java.util.List<? extends com.android.settingslib.bluetooth.CachedBluetoothDevice> connectedDevices… in ConnectionStatusModel() 58 …java.util.List<? extends com.android.settingslib.bluetooth.CachedBluetoothDevice> connectedDevices… in copy()
|
/aosp_15_r20/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/ |
H A D | GattServerFacade.java | 159 List<BluetoothDevice> connectedDevices = in gattServerGetConnectedDevices() local 189 List<BluetoothDevice> connectedDevices = in gattServerSendResponse() local 218 List<BluetoothDevice> connectedDevices = in gattServerNotifyCharacteristicChanged() local 261 List<BluetoothDevice> connectedDevices = in gattServerNotifyCharacteristicChangedByInstanceId() local 403 List<BluetoothDevice> connectedDevices = mGattServerDiscoveredDevicesList.get( in gattServerReadPhy() local 440 List<BluetoothDevice> connectedDevices = mGattServerDiscoveredDevicesList.get( in gattServerSetPreferredPhy() local
|
/aosp_15_r20/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | BluetoothRouteTransitionTests.java | 85 private BluetoothDevice[] connectedDevices; field in BluetoothRouteTransitionTests.BluetoothRouteTestParametersBuilder 143 BluetoothDevice... connectedDevices) { in setConnectedDevices() 201 public BluetoothDevice[] connectedDevices; // array of connected devices field in BluetoothRouteTransitionTests.BluetoothRouteTestParameters 211 BluetoothDevice[] connectedDevices, BluetoothDevice messageDevice, in BluetoothRouteTestParameters()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/bluetooth/ |
H A D | BluetoothRepository.kt | 85 val connectedDevices = currentDevices.filter { it.isConnected } in fetchConnectionStatusInBackground() constant 104 val connectedDevices: List<CachedBluetoothDevice>, constant in com.android.systemui.statusbar.policy.bluetooth.ConnectionStatusModel
|
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/sound/ |
D | AudioSwitchPreferenceController.java | 232 final List<BluetoothDevice> connectedDevices = new ArrayList<>(); in getConnectedHfpDevices() local 262 final List<BluetoothDevice> connectedDevices = new ArrayList<>(); in getConnectedLeAudioDevices() local 301 final List<BluetoothDevice> connectedDevices = new ArrayList<>(); in getConnectedHearingAidDevices() local
|
/aosp_15_r20/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/statusicon/ui/ |
D | BluetoothStatusIconControllerTest.java | 100 List<CachedBluetoothDevice> connectedDevices = new ArrayList<>(); in onBluetoothDevicesChanged_enabled_deviceConnected_showsBluetoothOnConnected() local 112 List<CachedBluetoothDevice> connectedDevices = new ArrayList<>(); in onBluetoothDevicesChanged_enabled_noDeviceConnected_showsBluetoothOnDisconnected() local
|
/aosp_15_r20/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/ |
D | PhonePolicyTest.java | 230 List<BluetoothDevice> connectedDevices = new ArrayList<>(); in processInitProfilePriorities_LeAudioOnlyHelper() local 445 List<BluetoothDevice> connectedDevices = new ArrayList<>(); in testLateConnectOfLeAudioEnabled_DualModeBud() local 549 List<BluetoothDevice> connectedDevices = new ArrayList<>(); in testLateConnectOfLeAudioEnabled_AshaAndLeAudioBud() local
|
/aosp_15_r20/cts/tests/tests/bluetooth/src/android/bluetooth/cts/ |
H A D | BluetoothPanTest.java | 132 List<BluetoothDevice> connectedDevices = mBluetoothPan.getConnectedDevices(); in getConnectedDevices() local 145 List<BluetoothDevice> connectedDevices = in getDevicesMatchingConnectionStates() local
|
H A D | BluetoothPbapTest.java | 133 List<BluetoothDevice> connectedDevices = mBluetoothPbap.getConnectedDevices(); in getConnectedDevices() local 164 List<BluetoothDevice> connectedDevices = in getDevicesMatchingConnectionStates() local
|
H A D | BluetoothMapTest.java | 135 List<BluetoothDevice> connectedDevices = mBluetoothMap.getConnectedDevices(); in getConnectedDevices() local 187 List<BluetoothDevice> connectedDevices = in getDevicesMatchingConnectionStates() local
|
H A D | BluetoothPbapClientTest.java | 131 List<BluetoothDevice> connectedDevices = mBluetoothPbapClient.getConnectedDevices(); in getConnectedDevices() local 185 List<BluetoothDevice> connectedDevices = in getDevicesMatchingConnectionStates() local
|
H A D | BluetoothHidDeviceTest.java | 148 List<BluetoothDevice> connectedDevices = in getDevicesMatchingConnectionStates() local 208 List<BluetoothDevice> connectedDevices = mBluetoothHidDevice.getConnectedDevices(); in getConnectedDevices() local
|
H A D | BluetoothHidHostTest.java | 150 List<BluetoothDevice> connectedDevices = mHidHost.getConnectedDevices(); in getConnectedDevices() local 163 List<BluetoothDevice> connectedDevices = mHidHost.getDevicesMatchingConnectionStates(null); in getDevicesMatchingConnectionStates() local
|
H A D | BluetoothMapClientTest.java | 146 List<BluetoothDevice> connectedDevices = mBluetoothMapClient.getConnectedDevices(); in getConnectedDevices() local 200 List<BluetoothDevice> connectedDevices = in getDevicesMatchingConnectionStates() local
|
H A D | BluetoothHapClientTest.java | 118 List<BluetoothDevice> connectedDevices = mService.getConnectedDevices(); in getConnectedDevices() local 128 List<BluetoothDevice> connectedDevices = mService.getDevicesMatchingConnectionStates(null); in getDevicesMatchingConnectionStates() local
|
H A D | BluetoothHeadsetClientTest.java | 137 List<BluetoothDevice> connectedDevices = mBluetoothHeadsetClient.getConnectedDevices(); in getConnectedDevices() local 150 List<BluetoothDevice> connectedDevices = in getDevicesMatchingConnectionStates() local
|
H A D | BluetoothCsipSetCoordinatorTest.java | 200 List<BluetoothDevice> connectedDevices = mBluetoothCsipSetCoordinator.getConnectedDevices(); in getConnectedDevices() local 213 List<BluetoothDevice> connectedDevices = in getDevicesMatchingConnectionStates() local
|
H A D | BluetoothVolumeControlTest.java | 216 List<BluetoothDevice> connectedDevices = mBluetoothVolumeControl.getConnectedDevices(); in getConnectedDevices() local 229 List<BluetoothDevice> connectedDevices = in getDevicesMatchingConnectionStates() local
|
/aosp_15_r20/hardware/interfaces/audio/aidl/default/usb/ |
H A D | StreamUsb.cpp | 39 const std::vector<AudioDevice>& connectedDevices) { in setConnectedDevices() 74 std::vector<alsa::DeviceProfile> connectedDevices; in getDeviceProfiles() local
|
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/ |
D | PhonePolicy.java | 962 List<BluetoothDevice> connectedDevices = batteryService.getConnectedDevices(); in processConnectOtherProfiles() local 978 List<BluetoothDevice> connectedDevices = bcService.getConnectedDevices(); in processConnectOtherProfiles() local 988 List<BluetoothDevice> connectedDevices = hapClientService.getConnectedDevices(); in processConnectOtherProfiles() local
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/inputdevice/data/repository/ |
H A D | InputDeviceRepository.kt | 63 var connectedDevices = inputManager.inputDeviceIds.toSet() in <lambda>() variable
|
/aosp_15_r20/external/leakcanary2/shark-cli/src/main/java/shark/ |
H A D | DumpProcessCommand.kt | 43 val connectedDevices = deviceList.lines() in CliktCommand() constant
|
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/connecteddevice/audiosharing/ |
D | AudioSharingUtils.java | 89 List<BluetoothDevice> connectedDevices = assistant.getAllConnectedDevices(); in fetchConnectedDevicesByGroupId() local 282 List<BluetoothDevice> connectedDevices = assistant.getAllConnectedDevices(); in addSourceToTargetSinks() local
|