Searched refs:EXTRA_REMOTE_INPUT_HISTORY_ITEMS (Results 1 – 6 of 6) sorted by relevance
166 .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()
555 Notification.EXTRA_REMOTE_INPUT_HISTORY_ITEMS); in isLastMessageFromReply()
189 extras.getParcelableArray(Notification.EXTRA_REMOTE_INPUT_HISTORY_ITEMS); in setData()
451 extras.getParcelableArray(Notification.EXTRA_REMOTE_INPUT_HISTORY_ITEMS); in setData()
577 Notification.EXTRA_REMOTE_INPUT_HISTORY_ITEMS); in rebuildNotificationWithRemoteInput()
1034 public static final String EXTRA_REMOTE_INPUT_HISTORY_ITEMS = "android.remoteInputHistoryItems"; field in Notification3943 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()