Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationRemoteInputManagerTest.java164 mRemoteInputManager.rebuildNotificationWithRemoteInputInserted( in testRebuildWithRemoteInput_noExistingInput_image()
177 mRemoteInputManager.rebuildNotificationWithRemoteInputInserted( in testRebuildWithRemoteInput_noExistingInputNoSpinner()
192 mRemoteInputManager.rebuildNotificationWithRemoteInputInserted( in testRebuildWithRemoteInput_noExistingInputWithSpinner()
208 mRemoteInputManager.rebuildNotificationWithRemoteInputInserted( in testRebuildWithRemoteInput_withExistingInput()
215 newSbn = mRemoteInputManager.rebuildNotificationWithRemoteInputInserted( in testRebuildWithRemoteInput_withExistingInput()
231 mRemoteInputManager.rebuildNotificationWithRemoteInputInserted( in testRebuildWithRemoteInput_withExistingInput_image()
238 newSbn = mRemoteInputManager.rebuildNotificationWithRemoteInputInserted( in testRebuildWithRemoteInput_withExistingInput_image()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationRemoteInputManager.java372 rebuildNotificationWithRemoteInputInserted(entry, reply, true /* showSpinner */, in setUpWithCallback()
641 return rebuildNotificationWithRemoteInputInserted(entry, null /* remoteInputTest */, in rebuildNotificationForCanceledSmartReplies()
646 StatusBarNotification rebuildNotificationWithRemoteInputInserted(NotificationEntry entry, in rebuildNotificationWithRemoteInputInserted() method in NotificationRemoteInputManager
749 StatusBarNotification newSbn = rebuildNotificationWithRemoteInputInserted(entry, in setShouldManageLifetime()