Searched refs:BluetoothFeatureProvider (Results 1 – 12 of 12) sorted by relevance
27 import com.android.settings.bluetooth.BluetoothFeatureProvider;69 public final BluetoothFeatureProvider mBluetoothFeatureProvider;115 mBluetoothFeatureProvider = mock(BluetoothFeatureProvider.class); in FakeFeatureFactory()210 public BluetoothFeatureProvider getBluetoothFeatureProvider(Context context) { in getBluetoothFeatureProvider()
33 import com.android.settings.bluetooth.BluetoothFeatureProvider;85 private BluetoothFeatureProvider mBluetoothFeatureProvider;243 public BluetoothFeatureProvider getBluetoothFeatureProvider(Context context) { in getBluetoothFeatureProvider()
29 import com.android.settings.bluetooth.BluetoothFeatureProvider;132 public abstract BluetoothFeatureProvider getBluetoothFeatureProvider(Context context); in getBluetoothFeatureProvider()
33 import com.android.car.developeroptions.bluetooth.BluetoothFeatureProvider;85 private BluetoothFeatureProvider mBluetoothFeatureProvider;243 public BluetoothFeatureProvider getBluetoothFeatureProvider(Context context) { in getBluetoothFeatureProvider()
29 import com.android.car.developeroptions.bluetooth.BluetoothFeatureProvider;132 public abstract BluetoothFeatureProvider getBluetoothFeatureProvider(Context context); in getBluetoothFeatureProvider()
25 public interface BluetoothFeatureProvider { interface
26 public class BluetoothFeatureProviderImpl implements BluetoothFeatureProvider {
118 final BluetoothFeatureProvider featureProvider = FeatureFactory.getFactory( in onAttach()
116 final BluetoothFeatureProvider featureProvider = FeatureFactory.getFactory( in onAttach()
36 private BluetoothFeatureProvider mBluetoothFeatureProvider;