Searched refs:BluetoothFeatureProvider (Results 1 – 12 of 12) sorted by relevance
28 import com.android.settings.bluetooth.BluetoothFeatureProvider;70 public final BluetoothFeatureProvider mBluetoothFeatureProvider;117 mBluetoothFeatureProvider = mock(BluetoothFeatureProvider.class); in FakeFeatureFactory()213 public 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()
35 import com.android.settings.bluetooth.BluetoothFeatureProvider;87 private BluetoothFeatureProvider mBluetoothFeatureProvider;246 public BluetoothFeatureProvider getBluetoothFeatureProvider(Context context) { in getBluetoothFeatureProvider()
30 import com.android.settings.bluetooth.BluetoothFeatureProvider;133 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;