Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfp/
DHeadsetServiceTest.java345 ArrayList<BluetoothDevice> connectedDevices = new ArrayList<>(); in testConnectDevice_connectDeviceAboveLimit() local
449 ArrayList<BluetoothDevice> connectedDevices = new ArrayList<>(); in testConnectAudio_withMultipleDevices() local
525 ArrayList<BluetoothDevice> connectedDevices = new ArrayList<>(); in testConnectAudio_connectTwoAudioChannelsShouldFail() local
597 ArrayList<BluetoothDevice> connectedDevices = new ArrayList<>(); in testConnectAudio_firstConnectedAudioDevice() local
726 final ArrayList<BluetoothDevice> connectedDevices = new ArrayList<>(); in testPhoneStateChange_oneDeviceSaveState() local
780 final ArrayList<BluetoothDevice> connectedDevices = new ArrayList<>(); in testPhoneStateChange_multipleDevicesSaveState() local
DHeadsetServiceAndStateMachineTest.java436 List<BluetoothDevice> connectedDevices = mHeadsetServiceBinder.getConnectedDevices(); in testVirtualCall_normalStartStop() local
472 List<BluetoothDevice> connectedDevices = mHeadsetServiceBinder.getConnectedDevices(); in testVirtualCall_preemptedByTelecomCall() local
512 List<BluetoothDevice> connectedDevices = mHeadsetServiceBinder.getConnectedDevices(); in testVirtualCall_rejectedWhenThereIsTelecomCall() local
540 List<BluetoothDevice> connectedDevices = mHeadsetServiceBinder.getConnectedDevices(); in testDialingOutCall_NormalDialingOut() local
619 List<BluetoothDevice> connectedDevices = mHeadsetServiceBinder.getConnectedDevices(); in testDialingOutCall_DialingOutPreemptVirtualCall() local
1101 List<BluetoothDevice> connectedDevices = mHeadsetServiceBinder.getConnectedDevices(); in testPhoneStateChangedWithIncomingCallState() local
1216 private void verifyVirtualCallStartSequenceInvocations(List<BluetoothDevice> connectedDevices) { in verifyVirtualCallStartSequenceInvocations()
1229 private void verifyVirtualCallStopSequenceInvocations(List<BluetoothDevice> connectedDevices) { in verifyVirtualCallStopSequenceInvocations()
1236 List<BluetoothDevice> connectedDevices) { in verifyCallStateToNativeInvocation()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DBluetoothRouteTransitionTests.java78 private BluetoothDevice[] connectedDevices; field in BluetoothRouteTransitionTests.BluetoothRouteTestParametersBuilder
135 BluetoothDevice... connectedDevices) { in setConnectedDevices()
185 public BluetoothDevice[] connectedDevices; // array of connected devices field in BluetoothRouteTransitionTests.BluetoothRouteTestParameters
194 BluetoothDevice[] connectedDevices, BluetoothDevice messageDevice, in BluetoothRouteTestParameters()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/sound/
DAudioSwitchPreferenceController.java195 final List<BluetoothDevice> connectedDevices = new ArrayList<>(); in getConnectedHfpDevices() local
225 final List<BluetoothDevice> connectedDevices = new ArrayList<>(); in getConnectedHearingAidDevices() local
250 final List<BluetoothDevice> connectedDevices = new ArrayList<>(); in getConnectableHearingAidDevices() local
/packages/apps/Settings/src/com/android/settings/sound/
DAudioSwitchPreferenceController.java191 final List<BluetoothDevice> connectedDevices = new ArrayList<>(); in getConnectedHfpDevices() local
221 final List<BluetoothDevice> connectedDevices = new ArrayList<>(); in getConnectedHearingAidDevices() local
/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/api/internal/association/
DAssociationBinder.java178 List<ConnectedDevice> connectedDevices = in getActiveUserConnectedDevices() local
/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/feature/
DLocalFeature.java140 List<ConnectedDevice> connectedDevices = in getConnectedDeviceById() local
DRemoteFeature.java160 List<CompanionDevice> connectedDevices; in getConnectedDeviceById() local
/packages/apps/Settings/tests/robotests/src/com/android/settings/sound/
DHandsFreeProfileOutputPreferenceControllerTest.java270 List<BluetoothDevice> connectedDevices = new ArrayList<>(2); in updateState_moreThanOneHfpBtDevicesAreAvailable_shouldSetActivatedDeviceName() local
/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/api/external/
DConnectedDeviceManagerBinder.java72 List<ConnectedDevice> connectedDevices = in getActiveUserConnectedDevices() local
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
DA2dpSinkStreamHandler.java369 List<BluetoothDevice> connectedDevices = mA2dpSinkService.getConnectedDevices(); in inCallFromStreamingDevice() local
/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/activity/
DAssociatedDeviceViewModel.java260 private void setConnectedDevices(@NonNull List<CompanionDevice> connectedDevices) { in setConnectedDevices()
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/bluetooth/
DMapMceTestFragment.java295 List<BluetoothDevice> connectedDevices = proxy.getConnectedDevices(); in onServiceConnected() local
/packages/apps/Car/Messenger/src/com/android/car/messenger/
DMessengerDelegate.java151 List<BluetoothDevice> connectedDevices; in onMapConnected() local
/packages/apps/Car/libs/connected-device-lib/tests/unit/src/com/android/car/connecteddevice/
DConnectedDeviceManagerTest.java475 List<ConnectedDevice> connectedDevices = in registerDeviceCallback_doesNotSendMissedMessageForDifferentDevice() local
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DHeadsetClientService.java528 ArrayList<BluetoothDevice> connectedDevices = new ArrayList<>(); in getConnectedDevices() local
/packages/services/Telecomm/src/com/android/server/telecom/
DCallAudioRouteStateMachine.java297 Collection<BluetoothDevice> connectedDevices = in processMessage() local
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java1879 Set<String> connectedDevices = new HashSet<String>(); in getDevicesMatchingConnectionStates() local