Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DRemoteInputNotificationRebuilderTest.java55 private RemoteInputNotificationRebuilder mRebuilder; field in RemoteInputNotificationRebuilderTest
62 mRebuilder = new RemoteInputNotificationRebuilder(mContext); in setUp()
79 mRebuilder.rebuildWithRemoteInputInserted( in testRebuildWithRemoteInput_noExistingInput_image()
92 mRebuilder.rebuildWithRemoteInputInserted( in testRebuildWithRemoteInput_noExistingInputNoSpinner()
107 mRebuilder.rebuildWithRemoteInputInserted( in testRebuildWithRemoteInput_noExistingInputWithSpinner()
123 mRebuilder.rebuildWithRemoteInputInserted( in testRebuildWithRemoteInput_withExistingInput()
130 newSbn = mRebuilder.rebuildWithRemoteInputInserted( in testRebuildWithRemoteInput_withExistingInput()
146 mRebuilder.rebuildWithRemoteInputInserted( in testRebuildWithRemoteInput_withExistingInput_image()
153 newSbn = mRebuilder.rebuildWithRemoteInputInserted( in testRebuildWithRemoteInput_withExistingInput_image()
168 mRebuilder.rebuildForCanceledSmartReplies(mEntry); in testRebuildNotificationForCanceledSmartReplies()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DRemoteInputCoordinator.kt67 private val mRebuilder: RemoteInputNotificationRebuilder,
147 val newSbn = mRebuilder.rebuildForSendingSmartReply(entry, reply)
189 val newSbn = mRebuilder.rebuildForRemoteInputReply(entry)
205 val newSbn = mRebuilder.rebuildForCanceledSmartReplies(entry)
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationRemoteInputManager.java108 private final RemoteInputNotificationRebuilder mRebuilder; field in NotificationRemoteInputManager
286 mRebuilder = rebuilder; in NotificationRemoteInputManager()
384 StatusBarNotification newSbn = mRebuilder.rebuildForSendingSmartReply(entry, reply); in setUpWithCallback()
947 StatusBarNotification newSbn = mRebuilder.rebuildForRemoteInputReply(entry); in setShouldManageLifetime()
988 StatusBarNotification newSbn = mRebuilder.rebuildForCanceledSmartReplies(entry); in setShouldManageLifetime()