Home
last modified time | relevance | path

Searched refs:bluetoothFeatureProvider (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothDetailsCompanionAppsController.java188 final BluetoothFeatureProvider bluetoothFeatureProvider = FeatureFactory.getFeatureFactory() in updatePreferences() local
192 final Uri settingsUri = bluetoothFeatureProvider.getBluetoothDeviceSettingsUri( in updatePreferences()
/packages/apps/Settings/src/com/android/settings/overlay/
DFeatureFactory.kt109 abstract val bluetoothFeatureProvider: BluetoothFeatureProvider in getSurveyFeatureProvider() constant in com.android.settings.overlay.FeatureFactory
DFeatureFactoryImpl.kt145 override val bluetoothFeatureProvider: BluetoothFeatureProvider by lazy { in getContextualCardFeatureProvider() constant in com.android.settings.overlay.FeatureFactoryImpl
/packages/apps/Settings/tests/spa_unit/src/com/android/settings/testutils/
DFakeFeatureFactory.kt123 override val bluetoothFeatureProvider: BluetoothFeatureProvider constant in com.android.settings.testutils.FakeFeatureFactory