Searched refs:rebuildNotificationWithRemoteInput (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
D | NotificationRemoteInputManagerTest.java | 144 mRemoteInputManager.rebuildNotificationWithRemoteInput(mEntry, "A Reply", false); in testRebuildWithRemoteInput_noExistingInputNoSpinner() 158 mRemoteInputManager.rebuildNotificationWithRemoteInput(mEntry, "A Reply", true); in testRebuildWithRemoteInput_noExistingInputWithSpinner() 173 mRemoteInputManager.rebuildNotificationWithRemoteInput(mEntry, "A Reply", false); in testRebuildWithRemoteInput_withExistingInput() 177 newSbn = mRemoteInputManager.rebuildNotificationWithRemoteInput(entry, "Reply 2", true); in testRebuildWithRemoteInput_withExistingInput()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationRemoteInputManager.java | 341 rebuildNotificationWithRemoteInput(entry, reply, true /* showSpinner */); in setUpWithCallback() 509 return rebuildNotificationWithRemoteInput(entry, null /* remoteInputTest */, in rebuildNotificationForCanceledSmartReplies() 514 StatusBarNotification rebuildNotificationWithRemoteInput(NotificationEntry entry, in rebuildNotificationWithRemoteInput() method in NotificationRemoteInputManager 606 StatusBarNotification newSbn = rebuildNotificationWithRemoteInput(entry, in setShouldManageLifetime()
|