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

/frameworks/base/core/java/android/app/
H A DNotification.java4912 && p.maxRemoteInputHistory > 0) {
4928 && p.maxRemoteInputHistory > 1) {
4935 && p.maxRemoteInputHistory > 2) {
9663 int maxRemoteInputHistory = Style.MAX_REMOTE_INPUT_HISTORY_LINES; field in class:Notification.StandardTemplateParams
9673 maxRemoteInputHistory = Style.MAX_REMOTE_INPUT_HISTORY_LINES;
9728 * @param maxRemoteInputHistory The number of lines.
9731 public StandardTemplateParams setMaxRemoteInputHistory(int maxRemoteInputHistory) { argument
9732 this.maxRemoteInputHistory = maxRemoteInputHistory;

Completed in 29 milliseconds