/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfp/ |
H A 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 729 final ArrayList<BluetoothDevice> connectedDevices = new ArrayList<>(); in testPhoneStateChange_oneDeviceSaveState() local 804 final ArrayList<BluetoothDevice> connectedDevices = new ArrayList<>(); in testPhoneStateChange_multipleDevicesSaveState() local
|
H A D | HeadsetServiceAndStateMachineTest.java | 436 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 D | BluetoothStatusIconControllerTest.java | 75 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 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()
|
/aosp12/packages/apps/Settings/src/com/android/settings/sound/ |
H A D | AudioSwitchPreferenceController.java | 191 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 D | HotspotRowTest.java | 111 int connectedDevices = 1; in getQCItem_hotspotEnabled_hasDevices_returnsRow() local
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/ |
H A D | BluetoothTile.java | 199 List<CachedBluetoothDevice> connectedDevices = mController.getConnectedDevices(); in getSecondaryLabel() local 393 int connectedDevices = 0; in updateItems() local
|
/aosp12/frameworks/base/core/java/android/bluetooth/ |
H A D | BluetoothManager.java | 132 List<BluetoothDevice> connectedDevices = getConnectedDevices(profile); in getConnectionState() local
|
/aosp12/packages/modules/StatsD/statsd/tools/localtools/src/com/android/statsd/shelltools/ |
H A D | Utils.java | 256 public static String chooseDevice(String device, List<String> connectedDevices, in chooseDevice()
|
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/sound/ |
H A D | HandsFreeProfileOutputPreferenceControllerTest.java | 273 List<BluetoothDevice> connectedDevices = new ArrayList<>(2); in updateState_moreThanOneHfpBtDevicesAreAvailable_shouldSetActivatedDeviceName() local
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/ |
H A D | A2dpSinkStreamHandler.java | 370 List<BluetoothDevice> connectedDevices = mA2dpSinkService.getConnectedDevices(); in inCallFromStreamingDevice() local
|
/aosp12/packages/modules/StatsD/statsd/tools/localtools/src/com/android/statsd/shelltools/localdrive/ |
H A D | LocalDrive.java | 113 List<String> connectedDevices = Utils.getDeviceSerials(sLogger); in main() local
|
/aosp12/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/bluetooth/ |
H A D | MapMceTestFragment.java | 401 List<BluetoothDevice> connectedDevices = proxy.getConnectedDevices(); in onServiceConnected() local
|
/aosp12/packages/modules/StatsD/statsd/tools/localtools/src/com/android/statsd/shelltools/testdrive/ |
H A D | TestDrive.java | 109 boolean processArgs(Configuration configuration, String[] args, List<String> connectedDevices, in processArgs()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/ |
H A D | HeadsetClientService.java | 596 ArrayList<BluetoothDevice> connectedDevices = new ArrayList<>(); in getConnectedDevices() local
|
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/ |
H A D | CallAudioRouteStateMachine.java | 297 Collection<BluetoothDevice> connectedDevices = in processMessage() local
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
H A D | GattService.java | 2236 Set<String> connectedDevices = new HashSet<String>(); in getDevicesMatchingConnectionStates() local
|