Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/dagger/
H A DRemoteInputViewModule.kt19 import com.android.systemui.statusbar.policy.dagger.RemoteInputViewSubcomponent
22 @Module(subcomponents = [RemoteInputViewSubcomponent::class])
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/dagger/
H A DRemoteInput.kt31 interface RemoteInputViewSubcomponent { regex
39 ): RemoteInputViewSubcomponent
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRowController.java62 import com.android.systemui.statusbar.policy.dagger.RemoteInputViewSubcomponent;
84 private final RemoteInputViewSubcomponent.Factory mRemoteInputViewSubcomponentFactory;
202 RemoteInputViewSubcomponent.Factory rivSubcomponentFactory, in ExpandableNotificationRowController()
H A DNotificationContentView.java68 import com.android.systemui.statusbar.policy.dagger.RemoteInputViewSubcomponent;
136 private RemoteInputViewSubcomponent.Factory mRemoteInputSubcomponentFactory;
204 RemoteInputViewSubcomponent.Factory rivSubcomponentFactory, in initialize()
1342 RemoteInputViewSubcomponent subcomponent = mRemoteInputSubcomponentFactory
H A DExpandableNotificationRow.java115 import com.android.systemui.statusbar.policy.dagger.RemoteInputViewSubcomponent;
1702 RemoteInputViewSubcomponent.Factory rivSubcomponentFactory,
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRowControllerTest.kt53 import com.android.systemui.statusbar.policy.dagger.RemoteInputViewSubcomponent
83 private val rivSubComponentFactory: RemoteInputViewSubcomponent.Factory = mock()
H A DNotificationTestHelper.java91 import com.android.systemui.statusbar.policy.dagger.RemoteInputViewSubcomponent;
592 mock(RemoteInputViewSubcomponent.Factory.class), in generateRow()