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.java346 ArrayList<BluetoothDevice> connectedDevices = new ArrayList<>(); in testConnectDevice_connectDeviceAboveLimit() local
450 ArrayList<BluetoothDevice> connectedDevices = new ArrayList<>(); in testConnectAudio_withMultipleDevices() local
526 ArrayList<BluetoothDevice> connectedDevices = new ArrayList<>(); in testConnectAudio_connectTwoAudioChannelsShouldFail() local
598 ArrayList<BluetoothDevice> connectedDevices = new ArrayList<>(); in testConnectAudio_firstConnectedAudioDevice() local
727 final ArrayList<BluetoothDevice> connectedDevices = new ArrayList<>(); in testPhoneStateChange_oneDeviceSaveState() local
781 final ArrayList<BluetoothDevice> connectedDevices = new ArrayList<>(); in testPhoneStateChange_multipleDevicesSaveState() local
DHeadsetServiceAndStateMachineTest.java438 List<BluetoothDevice> connectedDevices = mHeadsetServiceBinder.getConnectedDevices(); in testVirtualCall_normalStartStop() local
474 List<BluetoothDevice> connectedDevices = mHeadsetServiceBinder.getConnectedDevices(); in testVirtualCall_preemptedByTelecomCall() local
514 List<BluetoothDevice> connectedDevices = mHeadsetServiceBinder.getConnectedDevices(); in testVirtualCall_rejectedWhenThereIsTelecomCall() local
542 List<BluetoothDevice> connectedDevices = mHeadsetServiceBinder.getConnectedDevices(); in testDialingOutCall_NormalDialingOut() local
621 List<BluetoothDevice> connectedDevices = mHeadsetServiceBinder.getConnectedDevices(); in testDialingOutCall_DialingOutPreemptVirtualCall() local
1103 List<BluetoothDevice> connectedDevices = mHeadsetServiceBinder.getConnectedDevices(); in testPhoneStateChangedWithIncomingCallState() local
1219 private void verifyVirtualCallStartSequenceInvocations(List<BluetoothDevice> connectedDevices) { in verifyVirtualCallStartSequenceInvocations()
1232 private void verifyVirtualCallStopSequenceInvocations(List<BluetoothDevice> connectedDevices) { in verifyVirtualCallStopSequenceInvocations()
1239 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.java173 List<CompanionDevice> connectedDevices; in getConnectedDeviceById() local
/packages/apps/Settings/tests/robotests/src/com/android/settings/sound/
DHandsFreeProfileOutputPreferenceControllerTest.java273 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.java375 List<BluetoothDevice> connectedDevices = proxy.getConnectedDevices(); in onServiceConnected() local
/packages/apps/Car/Messenger/src/com/android/car/messenger/
DMessageNotificationDelegate.java160 List<BluetoothDevice> connectedDevices; in onMapConnected() local
/packages/apps/Car/libs/connected-device-lib/tests/unit/src/com/android/car/connecteddevice/
DConnectedDeviceManagerTest.java502 List<ConnectedDevice> connectedDevices = in registerDeviceCallback_doesNotSendMissedMessageForDifferentDevice() local
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DHeadsetClientService.java522 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.java1957 Set<String> connectedDevices = new HashSet<String>(); in getDevicesMatchingConnectionStates() local