Searched refs:rebuildNotificationWithRemoteInput (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
D | NotificationRemoteInputManagerTest.java | 149 mRemoteInputManager.rebuildNotificationWithRemoteInput(mEntry, "A Reply", false); in testRebuildWithRemoteInput_noExistingInputNoSpinner() 163 mRemoteInputManager.rebuildNotificationWithRemoteInput(mEntry, "A Reply", true); in testRebuildWithRemoteInput_noExistingInputWithSpinner() 178 mRemoteInputManager.rebuildNotificationWithRemoteInput(mEntry, "A Reply", false); in testRebuildWithRemoteInput_withExistingInput() 182 newSbn = mRemoteInputManager.rebuildNotificationWithRemoteInput(entry, "Reply 2", true); in testRebuildWithRemoteInput_withExistingInput()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationRemoteInputManager.java | 345 rebuildNotificationWithRemoteInput(entry, reply, true /* showSpinner */); in setUpWithCallback() 525 return rebuildNotificationWithRemoteInput(entry, null /* remoteInputTest */, in rebuildNotificationForCanceledSmartReplies() 530 StatusBarNotification rebuildNotificationWithRemoteInput(NotificationEntry entry, in rebuildNotificationWithRemoteInput() method in NotificationRemoteInputManager 622 StatusBarNotification newSbn = rebuildNotificationWithRemoteInput(entry, in setShouldManageLifetime()
|