Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DRemoteInputCoordinatorTest.kt60 @Mock private lateinit var rebuilder: RemoteInputNotificationRebuilder
74 rebuilder,
92 `when`(rebuilder.rebuildForCanceledSmartReplies(any())).thenReturn(sbn)
93 `when`(rebuilder.rebuildForRemoteInputReply(any())).thenReturn(sbn)
94 `when`(rebuilder.rebuildForSendingSmartReply(any(), any())).thenReturn(sbn)
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DRemoteInputController.java97 Notification.Builder rebuilder = Notification.Builder.recoverBuilder(context, n); in processForRemoteInput() local
98 rebuilder.setActions(viableAction); in processForRemoteInput()
99 rebuilder.build(); // will rewrite n in processForRemoteInput()
H A DNotificationRemoteInputManager.java267 RemoteInputNotificationRebuilder rebuilder, in NotificationRemoteInputManager() argument
286 mRebuilder = rebuilder; in NotificationRemoteInputManager()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DNotificationRemoteInputManagerTest.java195 RemoteInputNotificationRebuilder rebuilder, in TestableNotificationRemoteInputManager() argument
209 rebuilder, in TestableNotificationRemoteInputManager()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/dagger/
H A DStatusBarDependenciesModule.java103 RemoteInputNotificationRebuilder rebuilder, in provideNotificationRemoteInputManager() argument
117 rebuilder, in provideNotificationRemoteInputManager()