/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfp/ |
D | HeadsetServiceTest.java | 345 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
|
D | HeadsetServiceAndStateMachineTest.java | 436 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/ |
D | BluetoothRouteTransitionTests.java | 78 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/ |
D | AudioSwitchPreferenceController.java | 195 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/ |
D | AudioSwitchPreferenceController.java | 191 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/ |
D | AssociationBinder.java | 178 List<ConnectedDevice> connectedDevices = in getActiveUserConnectedDevices() local
|
/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/feature/ |
D | LocalFeature.java | 140 List<ConnectedDevice> connectedDevices = in getConnectedDeviceById() local
|
D | RemoteFeature.java | 160 List<CompanionDevice> connectedDevices; in getConnectedDeviceById() local
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/sound/ |
D | HandsFreeProfileOutputPreferenceControllerTest.java | 270 List<BluetoothDevice> connectedDevices = new ArrayList<>(2); in updateState_moreThanOneHfpBtDevicesAreAvailable_shouldSetActivatedDeviceName() local
|
/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/api/external/ |
D | ConnectedDeviceManagerBinder.java | 72 List<ConnectedDevice> connectedDevices = in getActiveUserConnectedDevices() local
|
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/ |
D | A2dpSinkStreamHandler.java | 369 List<BluetoothDevice> connectedDevices = mA2dpSinkService.getConnectedDevices(); in inCallFromStreamingDevice() local
|
/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/activity/ |
D | AssociatedDeviceViewModel.java | 260 private void setConnectedDevices(@NonNull List<CompanionDevice> connectedDevices) { in setConnectedDevices()
|
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/bluetooth/ |
D | MapMceTestFragment.java | 295 List<BluetoothDevice> connectedDevices = proxy.getConnectedDevices(); in onServiceConnected() local
|
/packages/apps/Car/Messenger/src/com/android/car/messenger/ |
D | MessengerDelegate.java | 151 List<BluetoothDevice> connectedDevices; in onMapConnected() local
|
/packages/apps/Car/libs/connected-device-lib/tests/unit/src/com/android/car/connecteddevice/ |
D | ConnectedDeviceManagerTest.java | 475 List<ConnectedDevice> connectedDevices = in registerDeviceCallback_doesNotSendMissedMessageForDifferentDevice() local
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/ |
D | HeadsetClientService.java | 528 ArrayList<BluetoothDevice> connectedDevices = new ArrayList<>(); in getConnectedDevices() local
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | CallAudioRouteStateMachine.java | 297 Collection<BluetoothDevice> connectedDevices = in processMessage() local
|
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
D | GattService.java | 1879 Set<String> connectedDevices = new HashSet<String>(); in getDevicesMatchingConnectionStates() local
|