Searched refs:EXTRA_REMOTE_INPUT_HISTORY (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/app/
H A DNotification.java896 public static final String EXTRA_REMOTE_INPUT_HISTORY = "android.remoteInputHistory"; field in class:Notification
3096 mN.extras.putCharSequenceArray(EXTRA_REMOTE_INPUT_HISTORY, null);
3103 mN.extras.putCharSequenceArray(EXTRA_REMOTE_INPUT_HISTORY, safe);
4255 CharSequence[] replyText = mN.extras.getCharSequenceArray(EXTRA_REMOTE_INPUT_HISTORY);
/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java247 public static final String EXTRA_REMOTE_INPUT_HISTORY = "android.remoteInputHistory"; field in class:NotificationCompat
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBar.java1695 .getCharSequenceArray(Notification.EXTRA_REMOTE_INPUT_HISTORY);

Completed in 160 milliseconds