Home
last modified time | relevance | path

Searched defs:getBluetoothFeatureProvider (Results 1 – 5 of 5) sorted by relevance

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/overlay/
DFeatureFactory.java132 public abstract BluetoothFeatureProvider getBluetoothFeatureProvider(Context context); in getBluetoothFeatureProvider() method in FeatureFactory
DFeatureFactoryImpl.java243 public BluetoothFeatureProvider getBluetoothFeatureProvider(Context context) { in getBluetoothFeatureProvider() method in FeatureFactoryImpl
/packages/apps/Settings/src/com/android/settings/overlay/
DFeatureFactory.java133 public abstract BluetoothFeatureProvider getBluetoothFeatureProvider(Context context); in getBluetoothFeatureProvider() method in FeatureFactory
DFeatureFactoryImpl.java246 public BluetoothFeatureProvider getBluetoothFeatureProvider(Context context) { in getBluetoothFeatureProvider() method in FeatureFactoryImpl
/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/
DFakeFeatureFactory.java213 public BluetoothFeatureProvider getBluetoothFeatureProvider(Context context) { in getBluetoothFeatureProvider() method in FakeFeatureFactory