Home
last modified time | relevance | path

Searched refs:BcSmartspaceConfigPlugin (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/smartspace/config/
DBcSmartspaceConfigProvider.kt20 import com.android.systemui.plugins.BcSmartspaceConfigPlugin
23 BcSmartspaceConfigPlugin {
/frameworks/base/packages/SystemUI/plugin/bcsmartspace/src/com/android/systemui/plugins/
DBcSmartspaceConfigPlugin.kt21 interface BcSmartspaceConfigPlugin { interface
DBcSmartspaceDataPlugin.java112 default void registerConfigProvider(BcSmartspaceConfigPlugin configProvider) { in registerConfigProvider()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/smartspace/
DCommunalSmartspaceControllerTest.kt30 import com.android.systemui.plugins.BcSmartspaceConfigPlugin
83 override fun registerConfigProvider(plugin: BcSmartspaceConfigPlugin?) {} in registerConfigProvider()
DDreamSmartspaceControllerTest.kt31 import com.android.systemui.plugins.BcSmartspaceConfigPlugin
116 override fun registerConfigProvider(plugin: BcSmartspaceConfigPlugin?) {} in registerConfigProvider()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/lockscreen/
DLockscreenSmartspaceController.kt53 import com.android.systemui.plugins.BcSmartspaceConfigPlugin in <lambda>()
117 optionalConfigPlugin: Optional<BcSmartspaceConfigPlugin>, in <lambda>()
129 private val configPlugin: BcSmartspaceConfigPlugin? = optionalConfigPlugin.orElse(null) in <lambda>()
407 configPlugin: BcSmartspaceConfigPlugin? = null in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/
DSystemUIModule.java85 import com.android.systemui.plugins.BcSmartspaceConfigPlugin;
337 abstract BcSmartspaceConfigPlugin optionalBcSmartspaceConfigPlugin(); in optionalBcSmartspaceConfigPlugin()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/lockscreen/
DLockscreenSmartspaceControllerTest.kt45 import com.android.systemui.plugins.BcSmartspaceConfigPlugin in <lambda>()
148 private lateinit var configPlugin: BcSmartspaceConfigPlugin in <lambda>()
1042 override fun registerConfigProvider(plugin: BcSmartspaceConfigPlugin?) { in <lambda>()