Package org.robolectric.shadows
Class ShadowBluetoothManager
- java.lang.Object
-
- org.robolectric.shadows.ShadowBluetoothManager
-
@Implements(value=android.bluetooth.BluetoothManager.class, minSdk=18) public class ShadowBluetoothManager extends Object
-
-
Constructor Summary
Constructors Constructor Description ShadowBluetoothManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected BluetoothAdaptergetAdapter()
-
-
-
Method Detail
-
getAdapter
@Implementation protected BluetoothAdapter getAdapter()
-
-