Home
last modified time | relevance | path

Searched defs:connectedDevices (Results 1 – 25 of 134) sorted by relevance

123456

/aosp_15_r20/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfp/
DHeadsetServiceAndStateMachineTest.java396 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 …]
DHeadsetServiceTest.java421 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/
DConnectionStatusModel.java25 …al java.util.List<com.android.settingslib.bluetooth.CachedBluetoothDevice> connectedDevices = null; field in ConnectionStatusModel
28java.util.List<? extends com.android.settingslib.bluetooth.CachedBluetoothDevice> connectedDevices in ConnectionStatusModel()
58java.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 DGattServerFacade.java159 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/
DBluetoothRouteTransitionTests.java85 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 DBluetoothRepository.kt85 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/
DAudioSwitchPreferenceController.java232 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/
DBluetoothStatusIconControllerTest.java100 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/
DPhonePolicyTest.java230 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 DBluetoothPanTest.java132 List<BluetoothDevice> connectedDevices = mBluetoothPan.getConnectedDevices(); in getConnectedDevices() local
145 List<BluetoothDevice> connectedDevices = in getDevicesMatchingConnectionStates() local
H A DBluetoothPbapTest.java133 List<BluetoothDevice> connectedDevices = mBluetoothPbap.getConnectedDevices(); in getConnectedDevices() local
164 List<BluetoothDevice> connectedDevices = in getDevicesMatchingConnectionStates() local
H A DBluetoothMapTest.java135 List<BluetoothDevice> connectedDevices = mBluetoothMap.getConnectedDevices(); in getConnectedDevices() local
187 List<BluetoothDevice> connectedDevices = in getDevicesMatchingConnectionStates() local
H A DBluetoothPbapClientTest.java131 List<BluetoothDevice> connectedDevices = mBluetoothPbapClient.getConnectedDevices(); in getConnectedDevices() local
185 List<BluetoothDevice> connectedDevices = in getDevicesMatchingConnectionStates() local
H A DBluetoothHidDeviceTest.java148 List<BluetoothDevice> connectedDevices = in getDevicesMatchingConnectionStates() local
208 List<BluetoothDevice> connectedDevices = mBluetoothHidDevice.getConnectedDevices(); in getConnectedDevices() local
H A DBluetoothHidHostTest.java150 List<BluetoothDevice> connectedDevices = mHidHost.getConnectedDevices(); in getConnectedDevices() local
163 List<BluetoothDevice> connectedDevices = mHidHost.getDevicesMatchingConnectionStates(null); in getDevicesMatchingConnectionStates() local
H A DBluetoothMapClientTest.java146 List<BluetoothDevice> connectedDevices = mBluetoothMapClient.getConnectedDevices(); in getConnectedDevices() local
200 List<BluetoothDevice> connectedDevices = in getDevicesMatchingConnectionStates() local
H A DBluetoothHapClientTest.java118 List<BluetoothDevice> connectedDevices = mService.getConnectedDevices(); in getConnectedDevices() local
128 List<BluetoothDevice> connectedDevices = mService.getDevicesMatchingConnectionStates(null); in getDevicesMatchingConnectionStates() local
H A DBluetoothHeadsetClientTest.java137 List<BluetoothDevice> connectedDevices = mBluetoothHeadsetClient.getConnectedDevices(); in getConnectedDevices() local
150 List<BluetoothDevice> connectedDevices = in getDevicesMatchingConnectionStates() local
H A DBluetoothCsipSetCoordinatorTest.java200 List<BluetoothDevice> connectedDevices = mBluetoothCsipSetCoordinator.getConnectedDevices(); in getConnectedDevices() local
213 List<BluetoothDevice> connectedDevices = in getDevicesMatchingConnectionStates() local
H A DBluetoothVolumeControlTest.java216 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 DStreamUsb.cpp39 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/
DPhonePolicy.java962 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 DInputDeviceRepository.kt63 var connectedDevices = inputManager.inputDeviceIds.toSet() in <lambda>() variable
/aosp_15_r20/external/leakcanary2/shark-cli/src/main/java/shark/
H A DDumpProcessCommand.kt43 val connectedDevices = deviceList.lines() in CliktCommand() constant
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/connecteddevice/audiosharing/
DAudioSharingUtils.java89 List<BluetoothDevice> connectedDevices = assistant.getAllConnectedDevices(); in fetchConnectedDevicesByGroupId() local
282 List<BluetoothDevice> connectedDevices = assistant.getAllConnectedDevices(); in addSourceToTargetSinks() local

123456