Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DRemoteInputCoordinator.kt68 private val mRebuilder: RemoteInputNotificationRebuilder, constant
120 val newSbn = mRebuilder.rebuildForRemoteInputReply(entry) in onEntryUpdated()
126 val newSbn = mRebuilder.rebuildForCanceledSmartReplies(entry) in onEntryUpdated()
135 val newSbn = mRebuilder.rebuildWithExistingReplies(entry) in onEntryUpdated()
192 val newSbn = mRebuilder.rebuildForSendingSmartReply(entry, reply) in onSmartReplySent()
238 val newSbn = mRebuilder.rebuildForRemoteInputReply(entry) in queryShouldExtendLifetime()
254 val newSbn = mRebuilder.rebuildForCanceledSmartReplies(entry) in queryShouldExtendLifetime()