Home
last modified time | relevance | path

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

12

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfp/
DHeadsetServiceTest.java414 ArrayList<BluetoothDevice> connectedDevices = new ArrayList<>(); in testConnectDevice_connectDeviceAboveLimit() local
550 ArrayList<BluetoothDevice> connectedDevices = new ArrayList<>(); in testConnectAudio_withMultipleDevices() local
651 ArrayList<BluetoothDevice> connectedDevices = new ArrayList<>(); in testConnectAudio_connectTwoAudioChannelsShouldFail() local
746 ArrayList<BluetoothDevice> connectedDevices = new ArrayList<>(); in testConnectAudio_firstConnectedAudioDevice() local
914 final ArrayList<BluetoothDevice> connectedDevices = new ArrayList<>(); in testPhoneStateChange_oneDeviceSaveState() local
1013 final ArrayList<BluetoothDevice> connectedDevices = new ArrayList<>(); in testPhoneStateChange_multipleDevicesSaveState() local
1129 ArrayList<BluetoothDevice> connectedDevices = new ArrayList<>(); in testClccResponse_withMultipleDevices() local
DHeadsetServiceAndStateMachineTest.java398 List<BluetoothDevice> connectedDevices = mHeadsetService.getConnectedDevices(); in testVirtualCall_normalStartStop() local
437 List<BluetoothDevice> connectedDevices = mHeadsetService.getConnectedDevices(); in testVirtualCall_preemptedByTelecomCall() local
481 List<BluetoothDevice> connectedDevices = mHeadsetService.getConnectedDevices(); in testVirtualCall_rejectedWhenThereIsTelecomCall() local
510 List<BluetoothDevice> connectedDevices = mHeadsetService.getConnectedDevices(); in testDialingOutCall_NormalDialingOut() local
604 List<BluetoothDevice> connectedDevices = mHeadsetService.getConnectedDevices(); in testDialingOutCall_DialingOutPreemptVirtualCall() local
1212 List<BluetoothDevice> connectedDevices = mHeadsetService.getConnectedDevices(); in testPhoneStateChangedWithIncomingCallState() local
1287 List<BluetoothDevice> connectedDevices = mHeadsetService.getConnectedDevices(); in testIncomingCall_NonHdNonVoipCall_AptXDisabled() local
1370 List<BluetoothDevice> connectedDevices = mHeadsetService.getConnectedDevices(); in testIncomingCall_HdNonVoipCall_AptXEnabled() local
1916 private void verifyVirtualCallStartSequenceInvocations(List<BluetoothDevice> connectedDevices) { in verifyVirtualCallStartSequenceInvocations()
1929 private void verifyVirtualCallStopSequenceInvocations(List<BluetoothDevice> connectedDevices) { in verifyVirtualCallStopSequenceInvocations()
[all …]
/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
/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()
/packages/apps/Settings/src/com/android/settings/sound/
DAudioSwitchPreferenceController.java208 final List<BluetoothDevice> connectedDevices = new ArrayList<>(); in getConnectedHfpDevices() local
238 final List<BluetoothDevice> connectedDevices = new ArrayList<>(); in getConnectedLeAudioDevices() local
277 final List<BluetoothDevice> connectedDevices = new ArrayList<>(); in getConnectedHearingAidDevices() local
/packages/apps/Car/Settings/src/com/android/car/settings/wifi/
DWifiTetherUtil.java60 boolean hotspotEnabled, int connectedDevices) { in getHotspotSubtitle()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/
DPhonePolicyTest.java227 List<BluetoothDevice> connectedDevices = new ArrayList<>(); in processInitProfilePriorities_LeAudioOnlyHelper() local
519 List<BluetoothDevice> connectedDevices = new ArrayList<>(); in testLateConnectOfLeAudioEnabled_DualModeBud() local
641 List<BluetoothDevice> connectedDevices = new ArrayList<>(); in testLateConnectOfLeAudioEnabled_AshaAndLeAudioBud() local
/packages/apps/Settings/src/com/android/settings/connecteddevice/audiosharing/
DAudioSharingUtils.java92 List<BluetoothDevice> connectedDevices = in fetchConnectedDevicesByGroupId() local
292 List<BluetoothDevice> connectedDevices = in addSourceToTargetSinks() local
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DBluetoothA2dpConnector.java234 List<BluetoothDevice> connectedDevices = mA2dpProfile.getConnectedDevices(); in isTargetConnected() local
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothManager.java90 List<BluetoothDevice> connectedDevices = getConnectedDevices(profile); in getConnectionState() local
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/qc/
DHotspotRowTest.java109 int connectedDevices = 1; in getQCItem_hotspotEnabled_hasDevices_returnsRow() local
/packages/apps/Settings/src/com/android/settings/connecteddevice/audiosharing/audiostreams/
DAudioStreamsHelper.java278 List<BluetoothDevice> connectedDevices = in getConnectedBluetoothDevices() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DPhonePolicy.java1102 List<BluetoothDevice> connectedDevices = batteryService.getConnectedDevices(); in processConnectOtherProfiles() local
1122 List<BluetoothDevice> connectedDevices = bcService.getConnectedDevices(); in processConnectOtherProfiles() local
DActiveDeviceManager.java1097 List<BluetoothDevice> connectedDevices = new ArrayList<>(); in setFallbackDeviceActiveLocked() local
/packages/modules/StatsD/statsd/tools/localtools/src/com/android/statsd/shelltools/localdrive/
DLocalDrive.java113 List<String> connectedDevices = Utils.getDeviceSerials(sLogger); in main() local
/packages/modules/StatsD/statsd/tools/localtools/src/com/android/statsd/shelltools/
DUtils.java267 public static String chooseDevice(String device, List<String> connectedDevices, in chooseDevice()
/packages/apps/Settings/tests/robotests/src/com/android/settings/sound/
DHandsFreeProfileOutputPreferenceControllerTest.java298 List<BluetoothDevice> connectedDevices = new ArrayList<>(2); in updateState_moreThanOneHfpBtDevicesAreAvailable_shouldSetActivatedDeviceName() local
DAudioOutputSwitchPreferenceControllerTest.java523 List<BluetoothDevice> connectedDevices = mController.getConnectedLeAudioDevices(); in getConnectedLeAudioDevices_nullConnectedDevices_returnEmptyList() local
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/bluetooth/
DMapMceTestFragment.java370 List<BluetoothDevice> connectedDevices = proxy.getConnectedDevices(); in onServiceConnected() local
/packages/modules/StatsD/statsd/tools/localtools/src/com/android/statsd/shelltools/testdrive/
DTestDrive.java171 List<String> connectedDevices, in processArgs()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/
DGattServiceTest.java340 Set<String> connectedDevices = new HashSet<>(); in getDevicesMatchingConnectionStates() local
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/vc/
DVolumeControlServiceTest.java1444 List<BluetoothDevice> connectedDevices = in connectDevice() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/
DHeadsetClientService.java661 ArrayList<BluetoothDevice> connectedDevices = new ArrayList<>(); in getConnectedDevices() local
/packages/services/Telecomm/src/com/android/server/telecom/
DCallAudioRouteStateMachine.java218 Collection<BluetoothDevice> connectedDevices = in processMessage() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DLeAudioService.java3713 List<BluetoothDevice> connectedDevices = getConnectedPeerDevices(groupId); in deviceDisconnectedV2() local
3794 List<BluetoothDevice> connectedDevices = in deviceDisconnected() local

12