Class ShadowBluetoothFrameworkInitializer

java.lang.Object
org.robolectric.shadows.ShadowBluetoothFrameworkInitializer

@Implements(value=android.bluetooth.BluetoothFrameworkInitializer.class, isInAndroidSdk=false, minSdk=33) public class ShadowBluetoothFrameworkInitializer extends Object
Shadow for BluetoothFrameworkInitializer.

On real android, the BluetoothServiceManager is initializes and set by ActivityThread on application startup. On Robolectric, this shadow is used to lazy load the BluetoothServiceManager to save init costs if bluetooth is never used.

  • Constructor Details

    • ShadowBluetoothFrameworkInitializer

      public ShadowBluetoothFrameworkInitializer()
  • Method Details