Class ShadowBluetoothA2dp


  • @Implements(android.bluetooth.BluetoothA2dp.class)
    public class ShadowBluetoothA2dp
    extends java.lang.Object
    Shadow of BluetoothA2dp.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addDevice​(android.bluetooth.BluetoothDevice bluetoothDevice, int connectionState)  
      protected java.util.List<android.bluetooth.BluetoothDevice> getConnectedDevices()  
      protected int getConnectionState​(android.bluetooth.BluetoothDevice device)  
      protected java.util.List<android.bluetooth.BluetoothDevice> getDevicesMatchingConnectionStates​(int[] states)  
      void removeDevice​(android.bluetooth.BluetoothDevice bluetoothDevice)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ShadowBluetoothA2dp

        public ShadowBluetoothA2dp()
    • Method Detail

      • addDevice

        public void addDevice​(android.bluetooth.BluetoothDevice bluetoothDevice,
                              int connectionState)
      • removeDevice

        public void removeDevice​(android.bluetooth.BluetoothDevice bluetoothDevice)
      • getConnectedDevices

        @Implementation
        protected java.util.List<android.bluetooth.BluetoothDevice> getConnectedDevices()
      • getDevicesMatchingConnectionStates

        @Implementation
        protected java.util.List<android.bluetooth.BluetoothDevice> getDevicesMatchingConnectionStates​(int[] states)
      • getConnectionState

        @Implementation
        protected int getConnectionState​(android.bluetooth.BluetoothDevice device)