Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationRemoteInputManagerTest.java163 mRemoteInputManager.rebuildNotificationWithRemoteInput( in testRebuildWithRemoteInput_noExistingInput_image()
176 mRemoteInputManager.rebuildNotificationWithRemoteInput( in testRebuildWithRemoteInput_noExistingInputNoSpinner()
191 mRemoteInputManager.rebuildNotificationWithRemoteInput( in testRebuildWithRemoteInput_noExistingInputWithSpinner()
207 mRemoteInputManager.rebuildNotificationWithRemoteInput( in testRebuildWithRemoteInput_withExistingInput()
214 newSbn = mRemoteInputManager.rebuildNotificationWithRemoteInput( in testRebuildWithRemoteInput_withExistingInput()
230 mRemoteInputManager.rebuildNotificationWithRemoteInput( in testRebuildWithRemoteInput_withExistingInput_image()
237 newSbn = mRemoteInputManager.rebuildNotificationWithRemoteInput( in testRebuildWithRemoteInput_withExistingInput_image()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationRemoteInputManager.java361 rebuildNotificationWithRemoteInput(entry, reply, true /* showSpinner */, in setUpWithCallback()
563 return rebuildNotificationWithRemoteInput(entry, null /* remoteInputTest */, in rebuildNotificationForCanceledSmartReplies()
568 StatusBarNotification rebuildNotificationWithRemoteInput(NotificationEntry entry, in rebuildNotificationWithRemoteInput() method in NotificationRemoteInputManager
678 StatusBarNotification newSbn = rebuildNotificationWithRemoteInput(entry, in setShouldManageLifetime()