Home
last modified time | relevance | path

Searched refs:EXTRA_REMOTE_INPUT_HISTORY_ITEMS (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationRemoteInputManagerTest.java166 .extras.getParcelableArray(Notification.EXTRA_REMOTE_INPUT_HISTORY_ITEMS); in testRebuildWithRemoteInput_noExistingInput_image()
179 .extras.getParcelableArray(Notification.EXTRA_REMOTE_INPUT_HISTORY_ITEMS); in testRebuildWithRemoteInput_noExistingInputNoSpinner()
194 .extras.getParcelableArray(Notification.EXTRA_REMOTE_INPUT_HISTORY_ITEMS); in testRebuildWithRemoteInput_noExistingInputWithSpinner()
217 .extras.getParcelableArray(Notification.EXTRA_REMOTE_INPUT_HISTORY_ITEMS); in testRebuildWithRemoteInput_withExistingInput()
240 .extras.getParcelableArray(Notification.EXTRA_REMOTE_INPUT_HISTORY_ITEMS); in testRebuildWithRemoteInput_withExistingInput_image()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java555 Notification.EXTRA_REMOTE_INPUT_HISTORY_ITEMS); in isLastMessageFromReply()
/frameworks/base/core/java/com/android/internal/widget/
DMessagingLayout.java189 extras.getParcelableArray(Notification.EXTRA_REMOTE_INPUT_HISTORY_ITEMS); in setData()
DConversationLayout.java451 extras.getParcelableArray(Notification.EXTRA_REMOTE_INPUT_HISTORY_ITEMS); in setData()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationRemoteInputManager.java577 Notification.EXTRA_REMOTE_INPUT_HISTORY_ITEMS); in rebuildNotificationWithRemoteInput()
/frameworks/base/core/java/android/app/
DNotification.java1034 public static final String EXTRA_REMOTE_INPUT_HISTORY_ITEMS = "android.remoteInputHistoryItems"; field in Notification
3943 mN.extras.putParcelableArray(EXTRA_REMOTE_INPUT_HISTORY_ITEMS, items); in setRemoteInputHistory()
3956 mN.extras.putParcelableArray(EXTRA_REMOTE_INPUT_HISTORY_ITEMS, null); in setRemoteInputHistory()
3963 mN.extras.putParcelableArray(EXTRA_REMOTE_INPUT_HISTORY_ITEMS, history); in setRemoteInputHistory()
5372 mN.extras, EXTRA_REMOTE_INPUT_HISTORY_ITEMS, RemoteInputHistoryItem.class); in applyStandardTemplateWithActions()
8159 mBuilder.mN.extras, EXTRA_REMOTE_INPUT_HISTORY_ITEMS, in makeBigContentView()