Searched refs:BluetoothFeatureProvider (Results 1 – 9 of 9) sorted by relevance
30 import com.android.settings.bluetooth.BluetoothFeatureProvider;74 public final BluetoothFeatureProvider mBluetoothFeatureProvider;122 mBluetoothFeatureProvider = mock(BluetoothFeatureProvider.class); in FakeFeatureFactory()234 public BluetoothFeatureProvider getBluetoothFeatureProvider(Context context) { in getBluetoothFeatureProvider()
32 import com.android.settings.bluetooth.BluetoothFeatureProvider;79 public final BluetoothFeatureProvider mBluetoothFeatureProvider;136 mBluetoothFeatureProvider = mock(BluetoothFeatureProvider.class); in FakeFeatureFactory()248 public BluetoothFeatureProvider getBluetoothFeatureProvider(Context context) { in getBluetoothFeatureProvider()
34 import com.android.settings.bluetooth.BluetoothFeatureProvider;153 public abstract BluetoothFeatureProvider getBluetoothFeatureProvider(Context context); in getBluetoothFeatureProvider()
44 import com.android.settings.bluetooth.BluetoothFeatureProvider;106 private BluetoothFeatureProvider mBluetoothFeatureProvider;289 public BluetoothFeatureProvider getBluetoothFeatureProvider(Context context) { in getBluetoothFeatureProvider()
25 public interface BluetoothFeatureProvider { interface
26 public class BluetoothFeatureProviderImpl implements BluetoothFeatureProvider {
121 final BluetoothFeatureProvider featureProvider = FeatureFactory.getFactory( in onAttach()
187 final BluetoothFeatureProvider bluetoothFeatureProvider = FeatureFactory.getFactory(context) in updatePreferences()
36 private BluetoothFeatureProvider mBluetoothFeatureProvider;