Home
last modified time | relevance | path

Searched refs:DREAM_SMARTSPACE_DATA_PLUGIN (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/smartspace/dagger/
DSmartspaceModule.kt36 const val DREAM_SMARTSPACE_DATA_PLUGIN = "dreams_smartspace_data_plugin" constant
74 @Named(DREAM_SMARTSPACE_DATA_PLUGIN)
/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/smartspace/
DDreamSmartspaceController.kt36 …port com.android.systemui.smartspace.dagger.SmartspaceModule.Companion.DREAM_SMARTSPACE_DATA_PLUGIN in <lambda>()
60 @Named(DREAM_SMARTSPACE_DATA_PLUGIN) optionalPlugin: Optional<BcSmartspaceDataPlugin>, in <lambda>()