Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java5236 && p.maxRemoteInputHistory > 0) { in applyStandardTemplateWithActions()
5252 && p.maxRemoteInputHistory > 1) { in applyStandardTemplateWithActions()
5259 && p.maxRemoteInputHistory > 2) { in applyStandardTemplateWithActions()
10434 int maxRemoteInputHistory = Style.MAX_REMOTE_INPUT_HISTORY_LINES; field in Notification.Builder.StandardTemplateParams
10446 maxRemoteInputHistory = Style.MAX_REMOTE_INPUT_HISTORY_LINES; in reset()
10515 public StandardTemplateParams setMaxRemoteInputHistory(int maxRemoteInputHistory) { in setMaxRemoteInputHistory() argument
10516 this.maxRemoteInputHistory = maxRemoteInputHistory; in setMaxRemoteInputHistory()