Searched refs:rebuilder (Results 1 – 5 of 5) sorted by relevance
60 @Mock private lateinit var rebuilder: RemoteInputNotificationRebuilder74 rebuilder,92 `when`(rebuilder.rebuildForCanceledSmartReplies(any())).thenReturn(sbn)93 `when`(rebuilder.rebuildForRemoteInputReply(any())).thenReturn(sbn)94 `when`(rebuilder.rebuildForSendingSmartReply(any(), any())).thenReturn(sbn)
97 Notification.Builder rebuilder = Notification.Builder.recoverBuilder(context, n); in processForRemoteInput() local98 rebuilder.setActions(viableAction); in processForRemoteInput()99 rebuilder.build(); // will rewrite n in processForRemoteInput()
267 RemoteInputNotificationRebuilder rebuilder, in NotificationRemoteInputManager() argument286 mRebuilder = rebuilder; in NotificationRemoteInputManager()
195 RemoteInputNotificationRebuilder rebuilder, in TestableNotificationRemoteInputManager() argument209 rebuilder, in TestableNotificationRemoteInputManager()
103 RemoteInputNotificationRebuilder rebuilder, in provideNotificationRemoteInputManager() argument117 rebuilder, in provideNotificationRemoteInputManager()