/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfp/ |
D | HeadsetServiceTest.java | 414 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
|
D | HeadsetServiceAndStateMachineTest.java | 398 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/ |
D | BluetoothStatusIconControllerTest.java | 100 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/ |
D | BluetoothRouteTransitionTests.java | 85 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/ |
D | AudioSwitchPreferenceController.java | 208 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/ |
D | WifiTetherUtil.java | 60 boolean hotspotEnabled, int connectedDevices) { in getHotspotSubtitle()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/ |
D | PhonePolicyTest.java | 227 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/ |
D | AudioSharingUtils.java | 92 List<BluetoothDevice> connectedDevices = in fetchConnectedDevicesByGroupId() local 292 List<BluetoothDevice> connectedDevices = in addSourceToTargetSinks() local
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/ |
D | BluetoothA2dpConnector.java | 234 List<BluetoothDevice> connectedDevices = mA2dpProfile.getConnectedDevices(); in isTargetConnected() local
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothManager.java | 90 List<BluetoothDevice> connectedDevices = getConnectedDevices(profile); in getConnectionState() local
|
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/qc/ |
D | HotspotRowTest.java | 109 int connectedDevices = 1; in getQCItem_hotspotEnabled_hasDevices_returnsRow() local
|
/packages/apps/Settings/src/com/android/settings/connecteddevice/audiosharing/audiostreams/ |
D | AudioStreamsHelper.java | 278 List<BluetoothDevice> connectedDevices = in getConnectedBluetoothDevices() local
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/ |
D | PhonePolicy.java | 1102 List<BluetoothDevice> connectedDevices = batteryService.getConnectedDevices(); in processConnectOtherProfiles() local 1122 List<BluetoothDevice> connectedDevices = bcService.getConnectedDevices(); in processConnectOtherProfiles() local
|
D | ActiveDeviceManager.java | 1097 List<BluetoothDevice> connectedDevices = new ArrayList<>(); in setFallbackDeviceActiveLocked() local
|
/packages/modules/StatsD/statsd/tools/localtools/src/com/android/statsd/shelltools/localdrive/ |
D | LocalDrive.java | 113 List<String> connectedDevices = Utils.getDeviceSerials(sLogger); in main() local
|
/packages/modules/StatsD/statsd/tools/localtools/src/com/android/statsd/shelltools/ |
D | Utils.java | 267 public static String chooseDevice(String device, List<String> connectedDevices, in chooseDevice()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/sound/ |
D | HandsFreeProfileOutputPreferenceControllerTest.java | 298 List<BluetoothDevice> connectedDevices = new ArrayList<>(2); in updateState_moreThanOneHfpBtDevicesAreAvailable_shouldSetActivatedDeviceName() local
|
D | AudioOutputSwitchPreferenceControllerTest.java | 523 List<BluetoothDevice> connectedDevices = mController.getConnectedLeAudioDevices(); in getConnectedLeAudioDevices_nullConnectedDevices_returnEmptyList() local
|
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/bluetooth/ |
D | MapMceTestFragment.java | 370 List<BluetoothDevice> connectedDevices = proxy.getConnectedDevices(); in onServiceConnected() local
|
/packages/modules/StatsD/statsd/tools/localtools/src/com/android/statsd/shelltools/testdrive/ |
D | TestDrive.java | 171 List<String> connectedDevices, in processArgs()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/ |
D | GattServiceTest.java | 340 Set<String> connectedDevices = new HashSet<>(); in getDevicesMatchingConnectionStates() local
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/vc/ |
D | VolumeControlServiceTest.java | 1444 List<BluetoothDevice> connectedDevices = in connectDevice() local
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/ |
D | HeadsetClientService.java | 661 ArrayList<BluetoothDevice> connectedDevices = new ArrayList<>(); in getConnectedDevices() local
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | CallAudioRouteStateMachine.java | 218 Collection<BluetoothDevice> connectedDevices = in processMessage() local
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/ |
D | LeAudioService.java | 3713 List<BluetoothDevice> connectedDevices = getConnectedPeerDevices(groupId); in deviceDisconnectedV2() local 3794 List<BluetoothDevice> connectedDevices = in deviceDisconnected() local
|