Searched defs:EXTRA_REMOTE_INPUT_HISTORY (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/compat/src/main/java/androidx/core/app/
H A DNotificationCompat.java264 public static final String EXTRA_REMOTE_INPUT_HISTORY = "android.remoteInputHistory"; field in class:NotificationCompat
/frameworks/base/core/java/android/app/
H A DNotification.java972 public static final String EXTRA_REMOTE_INPUT_HISTORY = "android.remoteInputHistory"; field in class:Notification
3573 mN.extras.putCharSequenceArray(EXTRA_REMOTE_INPUT_HISTORY, null);
3580 mN.extras.putCharSequenceArray(EXTRA_REMOTE_INPUT_HISTORY, safe);
4909 CharSequence[] replyText = mN.extras.getCharSequenceArray(EXTRA_REMOTE_INPUT_HISTORY);
7180 * {@link Notification#EXTRA_REMOTE_INPUT_HISTORY}
7232 * {@link Notification#EXTRA_REMOTE_INPUT_HISTORY}.
7339 * {@link Notification#EXTRA_REMOTE_INPUT_HISTORY}.
7572 EXTRA_REMOTE_INPUT_HISTORY);

Completed in 76 milliseconds