/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/ |
D | HidDeviceActivity.java | 216 List<BluetoothDevice> connectedDevices = mBluetoothHidDevice.getConnectedDevices(); in getConnectedDevice() 231 if (mBluetoothHidDevice.getConnectedDevices().size() == 0) { in testSendReport() 235 mHidHost = mBluetoothHidDevice.getConnectedDevices().get(0); in testSendReport() 256 if (mBluetoothHidDevice.getConnectedDevices().size() == 0) { in testReplyReport() 260 mHidHost = mBluetoothHidDevice.getConnectedDevices().get(0); in testReplyReport() 277 if (mBluetoothHidDevice.getConnectedDevices().size() == 0) { in testReportError() 281 mHidHost = mBluetoothHidDevice.getConnectedDevices().get(0); in testReportError()
|
/cts/tests/tests/bluetooth/src/android/bluetooth/cts/ |
D | BluetoothSapTest.java | 125 public void getConnectedDevices() { in getConnectedDevices() method in BluetoothSapTest 131 assertNotNull(mBluetoothSap.getConnectedDevices()); in getConnectedDevices() 134 assertThrows(SecurityException.class, () -> mBluetoothSap.getConnectedDevices()); in getConnectedDevices()
|
D | BasicBluetoothGattTest.java | 122 public void getConnectedDevices() { in getConnectedDevices() method in BasicBluetoothGattTest 124 () -> mBluetoothGatt.getConnectedDevices()); in getConnectedDevices()
|
D | BluetoothA2dpSinkTest.java | 122 public void getConnectedDevices() { in getConnectedDevices() method in BluetoothA2dpSinkTest 127 assertEquals(mBluetoothA2dpSink.getConnectedDevices(), new ArrayList<BluetoothDevice>()); in getConnectedDevices() 130 assertThrows(SecurityException.class, () -> mBluetoothA2dpSink.getConnectedDevices()); in getConnectedDevices()
|
D | BluetoothGattServerTest.java | 108 public void getConnectedDevices() { in getConnectedDevices() method in BluetoothGattServerTest 110 () -> mBluetoothGattServer.getConnectedDevices()); in getConnectedDevices()
|
D | BluetoothPbapTest.java | 128 public void getConnectedDevices() { in getConnectedDevices() method in BluetoothPbapTest 136 List<BluetoothDevice> connectedDevices = mBluetoothPbap.getConnectedDevices(); in getConnectedDevices()
|
D | BluetoothPbapClientTest.java | 125 public void getConnectedDevices() { in getConnectedDevices() method in BluetoothPbapClientTest 133 List<BluetoothDevice> connectedDevices = mBluetoothPbapClient.getConnectedDevices(); in getConnectedDevices()
|
D | BluetoothPanTest.java | 124 public void getConnectedDevices() { in getConnectedDevices() method in BluetoothPanTest 132 List<BluetoothDevice> connectedDevices = mBluetoothPan.getConnectedDevices(); in getConnectedDevices()
|
D | BluetoothHidDeviceTest.java | 199 public void getConnectedDevices() { in getConnectedDevices() method in BluetoothHidDeviceTest 207 List<BluetoothDevice> connectedDevices = mBluetoothHidDevice.getConnectedDevices(); in getConnectedDevices()
|
D | BluetoothMapTest.java | 128 public void getConnectedDevices() { in getConnectedDevices() method in BluetoothMapTest 136 List<BluetoothDevice> connectedDevices = mBluetoothMap.getConnectedDevices(); in getConnectedDevices()
|
D | BluetoothHeadsetClientTest.java | 126 public void getConnectedDevices() { in getConnectedDevices() method in BluetoothHeadsetClientTest 134 List<BluetoothDevice> connectedDevices = mBluetoothHeadsetClient.getConnectedDevices(); in getConnectedDevices()
|
D | BluetoothMapClientTest.java | 140 public void getConnectedDevices() { in getConnectedDevices() method in BluetoothMapClientTest 148 List<BluetoothDevice> connectedDevices = mBluetoothMapClient.getConnectedDevices(); in getConnectedDevices()
|
D | HearingAidProfileTest.java | 260 public void getConnectedDevices() { in getConnectedDevices() method in HearingAidProfileTest 261 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in getConnectedDevices()
|
D | BluetoothHidHostTest.java | 141 public void getConnectedDevices() { in getConnectedDevices() method in BluetoothHidHostTest 149 List<BluetoothDevice> connectedDevices = mHidHost.getConnectedDevices(); in getConnectedDevices()
|
D | BluetoothCsipSetCoordinatorTest.java | 190 public void getConnectedDevices() { in getConnectedDevices() method in BluetoothCsipSetCoordinatorTest 197 List<BluetoothDevice> connectedDevices = mBluetoothCsipSetCoordinator.getConnectedDevices(); in getConnectedDevices()
|
D | BluetoothHapClientTest.java | 114 public void getConnectedDevices() { in getConnectedDevices() method in BluetoothHapClientTest 118 List<BluetoothDevice> connectedDevices = mService.getConnectedDevices(); in getConnectedDevices()
|
D | BluetoothLeBroadcastAssistantTest.java | 504 public void getConnectedDevices() { in getConnectedDevices() method in BluetoothLeBroadcastAssistantTest 510 mBluetoothLeBroadcastAssistant.getConnectedDevices(); in getConnectedDevices() 517 connectedDevices = mBluetoothLeBroadcastAssistant.getConnectedDevices(); in getConnectedDevices()
|
D | BluetoothHeadsetTest.java | 126 public void getConnectedDevices() { in getConnectedDevices() method in BluetoothHeadsetTest 131 assertEquals(mBluetoothHeadset.getConnectedDevices(), in getConnectedDevices()
|
D | BluetoothLeAudioTest.java | 187 public void getConnectedDevices() { in getConnectedDevices() method in BluetoothLeAudioTest 194 List<BluetoothDevice> connectedDevices = mBluetoothLeAudio.getConnectedDevices(); in getConnectedDevices()
|
D | BluetoothA2dpTest.java | 154 public void getConnectedDevices() { in getConnectedDevices() method in BluetoothA2dpTest 159 assertEquals(mBluetoothA2dp.getConnectedDevices(), in getConnectedDevices()
|
D | BluetoothVolumeControlTest.java | 215 public void getConnectedDevices() { in getConnectedDevices() method in BluetoothVolumeControlTest 223 List<BluetoothDevice> connectedDevices = mBluetoothVolumeControl.getConnectedDevices(); in getConnectedDevices()
|
D | BluetoothLeBroadcastTest.java | 268 public void getConnectedDevices() { in getConnectedDevices() method in BluetoothLeBroadcastTest 274 () -> mBluetoothLeBroadcast.getConnectedDevices()); in getConnectedDevices()
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | bluetooth-current.txt | 6 ….BLUETOOTH_CONNECT) public java.util.List<android.bluetooth.BluetoothDevice> getConnectedDevices(); 518 method @NonNull public java.util.List<android.bluetooth.BluetoothDevice> getConnectedDevices(); 607 … method @Deprecated public java.util.List<android.bluetooth.BluetoothDevice> getConnectedDevices(); 745 method public java.util.List<android.bluetooth.BluetoothDevice> getConnectedDevices(); 793 ….BLUETOOTH_CONNECT) public java.util.List<android.bluetooth.BluetoothDevice> getConnectedDevices(); 823 ….BLUETOOTH_CONNECT) public java.util.List<android.bluetooth.BluetoothDevice> getConnectedDevices(); 859 ….BLUETOOTH_CONNECT) public java.util.List<android.bluetooth.BluetoothDevice> getConnectedDevices(); 868 ….BLUETOOTH_CONNECT) public java.util.List<android.bluetooth.BluetoothDevice> getConnectedDevices(); 944 ….BLUETOOTH_CONNECT) public java.util.List<android.bluetooth.BluetoothDevice> getConnectedDevices(); 1031 …UETOOTH_CONNECT) public java.util.List<android.bluetooth.BluetoothDevice> getConnectedDevices(int); [all …]
|
/cts/common/device-side/bedstead/testapp/src/test/java/com/android/bedstead/testapp/ |
D | TestAppInstanceTest.java | 435 assertThat(testAppInstance.bluetoothManager().getConnectedDevices(/* profile= */ 7)) in bluetoothManager_returnsUsableInstance()
|
/cts/tests/tests/hardware/src/android/hardware/hdmi/cts/ |
D | HdmiControlManagerTest.java | 96 mHdmiControlManager.getConnectedDevices(); in testHdmiCecPermissionRequired()
|