Home
last modified time | relevance | path

Searched refs:SmartspaceModule (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/smartspace/
DCommunalSmartspaceController.kt31 import com.android.systemui.smartspace.dagger.SmartspaceModule.Companion.GLANCEABLE_HUB_SMARTSPACE_… in <lambda>()
32 import com.android.systemui.smartspace.dagger.SmartspaceModule.Companion.LOCKSCREEN_SMARTSPACE_PREC… in <lambda>()
33 import com.android.systemui.smartspace.dagger.SmartspaceModule.Companion.LOCKSCREEN_SMARTSPACE_TARG… in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/smartspace/
DDreamSmartspaceController.kt36 import com.android.systemui.smartspace.dagger.SmartspaceModule.Companion.DREAM_SMARTSPACE_DATA_PLUG… in <lambda>()
37 import com.android.systemui.smartspace.dagger.SmartspaceModule.Companion.DREAM_WEATHER_SMARTSPACE_D… in <lambda>()
38 import com.android.systemui.smartspace.dagger.SmartspaceModule.Companion.LOCKSCREEN_SMARTSPACE_PREC… in <lambda>()
39 import com.android.systemui.smartspace.dagger.SmartspaceModule.Companion.LOCKSCREEN_SMARTSPACE_TARG… in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/smartspace/dagger/
DSmartspaceModule.kt30 abstract class SmartspaceModule { class
/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/
DSystemUIModule.java109 import com.android.systemui.smartspace.dagger.SmartspaceModule;
246 SmartspaceModule.class,
340 @Named(SmartspaceModule.DATE_SMARTSPACE_DATA_PLUGIN)
344 @Named(SmartspaceModule.WEATHER_SMARTSPACE_DATA_PLUGIN)
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/lockscreen/
DLockscreenSmartspaceController.kt64 import com.android.systemui.smartspace.dagger.SmartspaceModule.Companion.DATE_SMARTSPACE_DATA_PLUGIN in <lambda>()
65 import com.android.systemui.smartspace.dagger.SmartspaceModule.Companion.WEATHER_SMARTSPACE_DATA_PL… in <lambda>()