Searched refs:EXTRA_REMOTE_INPUT_HISTORY (Results 1 – 7 of 7) sorted by relevance
151 .getCharSequenceArray(Notification.EXTRA_REMOTE_INPUT_HISTORY); in testRebuildWithRemoteInput_noExistingInputNoSpinner()165 .getCharSequenceArray(Notification.EXTRA_REMOTE_INPUT_HISTORY); in testRebuildWithRemoteInput_noExistingInputWithSpinner()184 .getCharSequenceArray(Notification.EXTRA_REMOTE_INPUT_HISTORY); in testRebuildWithRemoteInput_withExistingInput()
490 Notification.EXTRA_REMOTE_INPUT_HISTORY); in isLastMessageFromReply()
538 .getCharSequenceArray(Notification.EXTRA_REMOTE_INPUT_HISTORY); in rebuildNotificationWithRemoteInput()
165 extras.getCharSequenceArray(Notification.EXTRA_REMOTE_INPUT_HISTORY)); in setData()
1006 public static final String EXTRA_REMOTE_INPUT_HISTORY = "android.remoteInputHistory"; field in Notification3826 mN.extras.putCharSequenceArray(EXTRA_REMOTE_INPUT_HISTORY, null); in setRemoteInputHistory()3833 mN.extras.putCharSequenceArray(EXTRA_REMOTE_INPUT_HISTORY, safe); in setRemoteInputHistory()5241 CharSequence[] replyText = mN.extras.getCharSequenceArray(EXTRA_REMOTE_INPUT_HISTORY); in applyStandardTemplateWithActions()7902 EXTRA_REMOTE_INPUT_HISTORY); in makeBigContentView()
5343 field public static final String EXTRA_REMOTE_INPUT_HISTORY = "android.remoteInputHistory";