/cts/tests/tests/bluetooth/src/android/bluetooth/cts/ |
D | BluetoothSapTest.java | 139 public void getDevicesMatchingConnectionStates() { in getDevicesMatchingConnectionStates() method in BluetoothSapTest 147 assertTrue(mBluetoothSap.getDevicesMatchingConnectionStates(connectionState).isEmpty()); in getDevicesMatchingConnectionStates() 151 () -> mBluetoothSap.getDevicesMatchingConnectionStates(connectionState)); in getDevicesMatchingConnectionStates()
|
D | BasicBluetoothGattTest.java | 136 public void getDevicesMatchingConnectionStates() { in getDevicesMatchingConnectionStates() method in BasicBluetoothGattTest 138 () -> mBluetoothGatt.getDevicesMatchingConnectionStates(null)); in getDevicesMatchingConnectionStates()
|
D | BluetoothHidDeviceTest.java | 136 public void getDevicesMatchingConnectionStates() { in getDevicesMatchingConnectionStates() method in BluetoothHidDeviceTest 142 mBluetoothHidDevice.getDevicesMatchingConnectionStates( in getDevicesMatchingConnectionStates() 149 mBluetoothHidDevice.getDevicesMatchingConnectionStates(null); in getDevicesMatchingConnectionStates()
|
D | BluetoothGattServerTest.java | 122 public void getDevicesMatchingConnectionStates() { in getDevicesMatchingConnectionStates() method in BluetoothGattServerTest 124 () -> mBluetoothGattServer.getDevicesMatchingConnectionStates(null)); in getDevicesMatchingConnectionStates()
|
D | HearingAidProfileTest.java | 275 public void getDevicesMatchingConnectionStates() { in getDevicesMatchingConnectionStates() method in HearingAidProfileTest 278 mService.getDevicesMatchingConnectionStates(new int[] {connectionState}); in getDevicesMatchingConnectionStates() 297 mService.getDevicesMatchingConnectionStates( in getConnectionStateChangedIntent()
|
D | BluetoothPbapTest.java | 160 public void getDevicesMatchingConnectionStates() { in getDevicesMatchingConnectionStates() method in BluetoothPbapTest 169 mBluetoothPbap.getDevicesMatchingConnectionStates(new int[]{}); in getDevicesMatchingConnectionStates()
|
D | BluetoothPbapClientTest.java | 176 public void getDevicesMatchingConnectionStates() { in getDevicesMatchingConnectionStates() method in BluetoothPbapClientTest 185 mBluetoothPbapClient.getDevicesMatchingConnectionStates(new int[]{}); in getDevicesMatchingConnectionStates()
|
D | BluetoothPanTest.java | 137 public void getDevicesMatchingConnectionStates() { in getDevicesMatchingConnectionStates() method in BluetoothPanTest 146 mBluetoothPan.getDevicesMatchingConnectionStates(null); in getDevicesMatchingConnectionStates()
|
D | BluetoothMapTest.java | 179 public void getDevicesMatchingConnectionStates() { in getDevicesMatchingConnectionStates() method in BluetoothMapTest 188 mBluetoothMap.getDevicesMatchingConnectionStates(new int[] {}); in getDevicesMatchingConnectionStates()
|
D | BluetoothA2dpSinkTest.java | 134 public void getDevicesMatchingConnectionStates() { in getDevicesMatchingConnectionStates() method in BluetoothA2dpSinkTest 139 assertEquals(mBluetoothA2dpSink.getDevicesMatchingConnectionStates( in getDevicesMatchingConnectionStates()
|
D | BluetoothLeBroadcastAssistantTest.java | 524 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()
|
D | BluetoothHeadsetClientTest.java | 139 public void getDevicesMatchingConnectionStates() { in getDevicesMatchingConnectionStates() method in BluetoothHeadsetClientTest 148 mBluetoothHeadsetClient.getDevicesMatchingConnectionStates(new int[]{}); in getDevicesMatchingConnectionStates()
|
D | BluetoothMapClientTest.java | 191 public void getDevicesMatchingConnectionStates() { in getDevicesMatchingConnectionStates() method in BluetoothMapClientTest 200 mBluetoothMapClient.getDevicesMatchingConnectionStates(new int[] {}); in getDevicesMatchingConnectionStates()
|
D | BluetoothHidHostTest.java | 154 public void getDevicesMatchingConnectionStates() { in getDevicesMatchingConnectionStates() method in BluetoothHidHostTest 162 List<BluetoothDevice> connectedDevices = mHidHost.getDevicesMatchingConnectionStates(null); in getDevicesMatchingConnectionStates()
|
D | BluetoothCsipSetCoordinatorTest.java | 203 public void getDevicesMatchingConnectionStates() { in getDevicesMatchingConnectionStates() method in BluetoothCsipSetCoordinatorTest 211 mBluetoothCsipSetCoordinator.getDevicesMatchingConnectionStates(null); in getDevicesMatchingConnectionStates()
|
D | BluetoothHapClientTest.java | 124 public void getDevicesMatchingConnectionStates() { in getDevicesMatchingConnectionStates() method in BluetoothHapClientTest 128 List<BluetoothDevice> connectedDevices = mService.getDevicesMatchingConnectionStates(null); in getDevicesMatchingConnectionStates()
|
D | BluetoothHeadsetTest.java | 136 public void getDevicesMatchingConnectionStates() { in getDevicesMatchingConnectionStates() method in BluetoothHeadsetTest 141 assertEquals(mBluetoothHeadset.getDevicesMatchingConnectionStates( in getDevicesMatchingConnectionStates()
|
D | BluetoothLeAudioTest.java | 200 public void getDevicesMatchingConnectionStates() { in getDevicesMatchingConnectionStates() method in BluetoothLeAudioTest 208 mBluetoothLeAudio.getDevicesMatchingConnectionStates(null); in getDevicesMatchingConnectionStates()
|
D | BluetoothA2dpTest.java | 164 public void getDevicesMatchingConnectionStates() { in getDevicesMatchingConnectionStates() method in BluetoothA2dpTest 169 assertEquals(mBluetoothA2dp.getDevicesMatchingConnectionStates( in getDevicesMatchingConnectionStates()
|
D | BluetoothVolumeControlTest.java | 228 public void getDevicesMatchingConnectionStates() { in getDevicesMatchingConnectionStates() method in BluetoothVolumeControlTest 237 mBluetoothVolumeControl.getDevicesMatchingConnectionStates(null); in getDevicesMatchingConnectionStates()
|
D | BluetoothLeBroadcastTest.java | 279 public void getDevicesMatchingConnectionStates() { in getDevicesMatchingConnectionStates() method in BluetoothLeBroadcastTest 285 () -> mBluetoothLeBroadcast.getDevicesMatchingConnectionStates(null)); in getDevicesMatchingConnectionStates()
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | bluetooth-current.txt | 8 …) 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 …]
|