Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/dagger/
DRemoteInput.kt29 @Subcomponent(modules = [InternalRemoteInputViewModule::class])
44 interface InternalRemoteInputViewModule { in create() interface