Home
last modified time | relevance | path

Searched refs:getDevicesMatchingConnectionStates (Results 1 – 22 of 22) sorted by relevance

/cts/tests/tests/bluetooth/src/android/bluetooth/cts/
DBluetoothSapTest.java139 public void getDevicesMatchingConnectionStates() { in getDevicesMatchingConnectionStates() method in BluetoothSapTest
147 assertTrue(mBluetoothSap.getDevicesMatchingConnectionStates(connectionState).isEmpty()); in getDevicesMatchingConnectionStates()
151 () -> mBluetoothSap.getDevicesMatchingConnectionStates(connectionState)); in getDevicesMatchingConnectionStates()
DBasicBluetoothGattTest.java136 public void getDevicesMatchingConnectionStates() { in getDevicesMatchingConnectionStates() method in BasicBluetoothGattTest
138 () -> mBluetoothGatt.getDevicesMatchingConnectionStates(null)); in getDevicesMatchingConnectionStates()
DBluetoothHidDeviceTest.java136 public void getDevicesMatchingConnectionStates() { in getDevicesMatchingConnectionStates() method in BluetoothHidDeviceTest
142 mBluetoothHidDevice.getDevicesMatchingConnectionStates( in getDevicesMatchingConnectionStates()
149 mBluetoothHidDevice.getDevicesMatchingConnectionStates(null); in getDevicesMatchingConnectionStates()
DBluetoothGattServerTest.java122 public void getDevicesMatchingConnectionStates() { in getDevicesMatchingConnectionStates() method in BluetoothGattServerTest
124 () -> mBluetoothGattServer.getDevicesMatchingConnectionStates(null)); in getDevicesMatchingConnectionStates()
DHearingAidProfileTest.java275 public void getDevicesMatchingConnectionStates() { in getDevicesMatchingConnectionStates() method in HearingAidProfileTest
278 mService.getDevicesMatchingConnectionStates(new int[] {connectionState}); in getDevicesMatchingConnectionStates()
297 mService.getDevicesMatchingConnectionStates( in getConnectionStateChangedIntent()
DBluetoothPbapTest.java160 public void getDevicesMatchingConnectionStates() { in getDevicesMatchingConnectionStates() method in BluetoothPbapTest
169 mBluetoothPbap.getDevicesMatchingConnectionStates(new int[]{}); in getDevicesMatchingConnectionStates()
DBluetoothPbapClientTest.java176 public void getDevicesMatchingConnectionStates() { in getDevicesMatchingConnectionStates() method in BluetoothPbapClientTest
185 mBluetoothPbapClient.getDevicesMatchingConnectionStates(new int[]{}); in getDevicesMatchingConnectionStates()
DBluetoothPanTest.java137 public void getDevicesMatchingConnectionStates() { in getDevicesMatchingConnectionStates() method in BluetoothPanTest
146 mBluetoothPan.getDevicesMatchingConnectionStates(null); in getDevicesMatchingConnectionStates()
DBluetoothMapTest.java179 public void getDevicesMatchingConnectionStates() { in getDevicesMatchingConnectionStates() method in BluetoothMapTest
188 mBluetoothMap.getDevicesMatchingConnectionStates(new int[] {}); in getDevicesMatchingConnectionStates()
DBluetoothA2dpSinkTest.java134 public void getDevicesMatchingConnectionStates() { in getDevicesMatchingConnectionStates() method in BluetoothA2dpSinkTest
139 assertEquals(mBluetoothA2dpSink.getDevicesMatchingConnectionStates( in getDevicesMatchingConnectionStates()
DBluetoothLeBroadcastAssistantTest.java524 public void getDevicesMatchingConnectionStates() { in getDevicesMatchingConnectionStates() method in BluetoothLeBroadcastAssistantTest
531 mBluetoothLeBroadcastAssistant.getDevicesMatchingConnectionStates(states); in getDevicesMatchingConnectionStates()
537 () -> mBluetoothLeBroadcastAssistant.getDevicesMatchingConnectionStates(null)); in getDevicesMatchingConnectionStates()
543 mBluetoothLeBroadcastAssistant.getDevicesMatchingConnectionStates(states); in getDevicesMatchingConnectionStates()
DBluetoothHeadsetClientTest.java139 public void getDevicesMatchingConnectionStates() { in getDevicesMatchingConnectionStates() method in BluetoothHeadsetClientTest
148 mBluetoothHeadsetClient.getDevicesMatchingConnectionStates(new int[]{}); in getDevicesMatchingConnectionStates()
DBluetoothMapClientTest.java191 public void getDevicesMatchingConnectionStates() { in getDevicesMatchingConnectionStates() method in BluetoothMapClientTest
200 mBluetoothMapClient.getDevicesMatchingConnectionStates(new int[] {}); in getDevicesMatchingConnectionStates()
DBluetoothHidHostTest.java154 public void getDevicesMatchingConnectionStates() { in getDevicesMatchingConnectionStates() method in BluetoothHidHostTest
162 List<BluetoothDevice> connectedDevices = mHidHost.getDevicesMatchingConnectionStates(null); in getDevicesMatchingConnectionStates()
DBluetoothCsipSetCoordinatorTest.java203 public void getDevicesMatchingConnectionStates() { in getDevicesMatchingConnectionStates() method in BluetoothCsipSetCoordinatorTest
211 mBluetoothCsipSetCoordinator.getDevicesMatchingConnectionStates(null); in getDevicesMatchingConnectionStates()
DBluetoothHapClientTest.java124 public void getDevicesMatchingConnectionStates() { in getDevicesMatchingConnectionStates() method in BluetoothHapClientTest
128 List<BluetoothDevice> connectedDevices = mService.getDevicesMatchingConnectionStates(null); in getDevicesMatchingConnectionStates()
DBluetoothHeadsetTest.java136 public void getDevicesMatchingConnectionStates() { in getDevicesMatchingConnectionStates() method in BluetoothHeadsetTest
141 assertEquals(mBluetoothHeadset.getDevicesMatchingConnectionStates( in getDevicesMatchingConnectionStates()
DBluetoothLeAudioTest.java200 public void getDevicesMatchingConnectionStates() { in getDevicesMatchingConnectionStates() method in BluetoothLeAudioTest
208 mBluetoothLeAudio.getDevicesMatchingConnectionStates(null); in getDevicesMatchingConnectionStates()
DBluetoothA2dpTest.java164 public void getDevicesMatchingConnectionStates() { in getDevicesMatchingConnectionStates() method in BluetoothA2dpTest
169 assertEquals(mBluetoothA2dp.getDevicesMatchingConnectionStates( in getDevicesMatchingConnectionStates()
DBluetoothVolumeControlTest.java228 public void getDevicesMatchingConnectionStates() { in getDevicesMatchingConnectionStates() method in BluetoothVolumeControlTest
237 mBluetoothVolumeControl.getDevicesMatchingConnectionStates(null); in getDevicesMatchingConnectionStates()
DBluetoothLeBroadcastTest.java279 public void getDevicesMatchingConnectionStates() { in getDevicesMatchingConnectionStates() method in BluetoothLeBroadcastTest
285 () -> mBluetoothLeBroadcast.getDevicesMatchingConnectionStates(null)); in getDevicesMatchingConnectionStates()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dbluetooth-current.txt8 …) public java.util.List<android.bluetooth.BluetoothDevice> getDevicesMatchingConnectionStates(int[…
520 …l public java.util.List<android.bluetooth.BluetoothDevice> getDevicesMatchingConnectionStates(@Non…
610 …d public java.util.List<android.bluetooth.BluetoothDevice> getDevicesMatchingConnectionStates(int[…
747 …d public java.util.List<android.bluetooth.BluetoothDevice> getDevicesMatchingConnectionStates(int[…
795 …) public java.util.List<android.bluetooth.BluetoothDevice> getDevicesMatchingConnectionStates(int[…
825 …) public java.util.List<android.bluetooth.BluetoothDevice> getDevicesMatchingConnectionStates(int[…
861 …) public java.util.List<android.bluetooth.BluetoothDevice> getDevicesMatchingConnectionStates(@Non…
870 …) public java.util.List<android.bluetooth.BluetoothDevice> getDevicesMatchingConnectionStates(int[…
947 …) public java.util.List<android.bluetooth.BluetoothDevice> getDevicesMatchingConnectionStates(@Non…
1033 …) public java.util.List<android.bluetooth.BluetoothDevice> getDevicesMatchingConnectionStates(int,…
[all …]