Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/notification/syncacrossdevices/
DSyncAcrossDevicesPreferenceController.java45 SyncAcrossDevicesFeatureProvider syncAcrossDevicesFeatureProvider = in SyncAcrossDevicesPreferenceController() local
48 syncAcrossDevicesFeatureProvider.getSyncAcrossDevicesFeatureUpdater(context, this); in SyncAcrossDevicesPreferenceController()
/packages/apps/Settings/src/com/android/settings/overlay/
DFeatureFactory.kt189 abstract val syncAcrossDevicesFeatureProvider: SyncAcrossDevicesFeatureProvider in getSurveyFeatureProvider() constant in com.android.settings.overlay.FeatureFactory
DFeatureFactoryImpl.kt197 override val syncAcrossDevicesFeatureProvider: SyncAcrossDevicesFeatureProvider by lazy { in <lambda>() constant in com.android.settings.overlay.FeatureFactoryImpl
/packages/apps/Settings/tests/spa_unit/src/com/android/settings/testutils/
DFakeFeatureFactory.kt153 override val syncAcrossDevicesFeatureProvider: SyncAcrossDevicesFeatureProvider constant in com.android.settings.testutils.FakeFeatureFactory