Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfp/
H A 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
729 final ArrayList<BluetoothDevice> connectedDevices = new ArrayList<>(); in testPhoneStateChange_oneDeviceSaveState() local
804 final ArrayList<BluetoothDevice> connectedDevices = new ArrayList<>(); in testPhoneStateChange_multipleDevicesSaveState() local
H A DHeadsetServiceAndStateMachineTest.java436 List<BluetoothDevice> connectedDevices = mHeadsetServiceBinder.getConnectedDevices(); in testVirtualCall_normalStartStop() local
476 List<BluetoothDevice> connectedDevices = mHeadsetServiceBinder.getConnectedDevices(); in testVirtualCall_preemptedByTelecomCall() local
519 List<BluetoothDevice> connectedDevices = mHeadsetServiceBinder.getConnectedDevices(); in testVirtualCall_rejectedWhenThereIsTelecomCall() local
550 List<BluetoothDevice> connectedDevices = mHeadsetServiceBinder.getConnectedDevices(); in testDialingOutCall_NormalDialingOut() local
632 List<BluetoothDevice> connectedDevices = mHeadsetServiceBinder.getConnectedDevices(); in testDialingOutCall_DialingOutPreemptVirtualCall() local
1117 List<BluetoothDevice> connectedDevices = mHeadsetServiceBinder.getConnectedDevices(); in testPhoneStateChangedWithIncomingCallState() local
1232 private void verifyVirtualCallStartSequenceInvocations(List<BluetoothDevice> connectedDevices) { in verifyVirtualCallStartSequenceInvocations()
1245 private void verifyVirtualCallStopSequenceInvocations(List<BluetoothDevice> connectedDevices) { in verifyVirtualCallStopSequenceInvocations()
1252 List<BluetoothDevice> connectedDevices) { in verifyCallStateToNativeInvocation()
/aosp12/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/statusicon/ui/
H A DBluetoothStatusIconControllerTest.java75 List<CachedBluetoothDevice> connectedDevices = new ArrayList<>(); in onBluetoothDevicesChanged_enabled_deviceConnected_showsBluetoothOnConnected() local
87 List<CachedBluetoothDevice> connectedDevices = new ArrayList<>(); in onBluetoothDevicesChanged_enabled_noDeviceConnected_showsBluetoothOnDisconnected() local
/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A 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()
/aosp12/packages/apps/Settings/src/com/android/settings/sound/
H A DAudioSwitchPreferenceController.java191 final List<BluetoothDevice> connectedDevices = new ArrayList<>(); in getConnectedHfpDevices() local
221 final List<BluetoothDevice> connectedDevices = new ArrayList<>(); in getConnectedHearingAidDevices() local
/aosp12/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/qc/
H A DHotspotRowTest.java111 int connectedDevices = 1; in getQCItem_hotspotEnabled_hasDevices_returnsRow() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DBluetoothTile.java199 List<CachedBluetoothDevice> connectedDevices = mController.getConnectedDevices(); in getSecondaryLabel() local
393 int connectedDevices = 0; in updateItems() local
/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothManager.java132 List<BluetoothDevice> connectedDevices = getConnectedDevices(profile); in getConnectionState() local
/aosp12/packages/modules/StatsD/statsd/tools/localtools/src/com/android/statsd/shelltools/
H A DUtils.java256 public static String chooseDevice(String device, List<String> connectedDevices, in chooseDevice()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/sound/
H A DHandsFreeProfileOutputPreferenceControllerTest.java273 List<BluetoothDevice> connectedDevices = new ArrayList<>(2); in updateState_moreThanOneHfpBtDevicesAreAvailable_shouldSetActivatedDeviceName() local
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
H A DA2dpSinkStreamHandler.java370 List<BluetoothDevice> connectedDevices = mA2dpSinkService.getConnectedDevices(); in inCallFromStreamingDevice() local
/aosp12/packages/modules/StatsD/statsd/tools/localtools/src/com/android/statsd/shelltools/localdrive/
H A DLocalDrive.java113 List<String> connectedDevices = Utils.getDeviceSerials(sLogger); in main() local
/aosp12/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/bluetooth/
H A DMapMceTestFragment.java401 List<BluetoothDevice> connectedDevices = proxy.getConnectedDevices(); in onServiceConnected() local
/aosp12/packages/modules/StatsD/statsd/tools/localtools/src/com/android/statsd/shelltools/testdrive/
H A DTestDrive.java109 boolean processArgs(Configuration configuration, String[] args, List<String> connectedDevices, in processArgs()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
H A DHeadsetClientService.java596 ArrayList<BluetoothDevice> connectedDevices = new ArrayList<>(); in getConnectedDevices() local
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DCallAudioRouteStateMachine.java297 Collection<BluetoothDevice> connectedDevices = in processMessage() local
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java2236 Set<String> connectedDevices = new HashSet<String>(); in getDevicesMatchingConnectionStates() local