Home
last modified time | relevance | path

Searched refs:EXTRA_REMOTE_INPUT_HISTORY (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationRemoteInputManagerTest.java151 .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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java490 Notification.EXTRA_REMOTE_INPUT_HISTORY); in isLastMessageFromReply()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationRemoteInputManager.java538 .getCharSequenceArray(Notification.EXTRA_REMOTE_INPUT_HISTORY); in rebuildNotificationWithRemoteInput()
/frameworks/base/core/java/com/android/internal/widget/
DMessagingLayout.java165 extras.getCharSequenceArray(Notification.EXTRA_REMOTE_INPUT_HISTORY)); in setData()
/frameworks/base/core/java/android/app/
DNotification.java1006 public static final String EXTRA_REMOTE_INPUT_HISTORY = "android.remoteInputHistory"; field in Notification
3826 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()
/frameworks/base/non-updatable-api/
Dcurrent.txt5343 field public static final String EXTRA_REMOTE_INPUT_HISTORY = "android.remoteInputHistory";
/frameworks/base/api/
Dcurrent.txt5343 field public static final String EXTRA_REMOTE_INPUT_HISTORY = "android.remoteInputHistory";