Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java5244 && p.maxRemoteInputHistory > 0) { in applyStandardTemplateWithActions()
5260 && p.maxRemoteInputHistory > 1) { in applyStandardTemplateWithActions()
5267 && p.maxRemoteInputHistory > 2) { in applyStandardTemplateWithActions()
10457 int maxRemoteInputHistory = Style.MAX_REMOTE_INPUT_HISTORY_LINES; field in Notification.Builder.StandardTemplateParams
10469 maxRemoteInputHistory = Style.MAX_REMOTE_INPUT_HISTORY_LINES; in reset()
10533 public StandardTemplateParams setMaxRemoteInputHistory(int maxRemoteInputHistory) { in setMaxRemoteInputHistory() argument
10534 this.maxRemoteInputHistory = maxRemoteInputHistory; in setMaxRemoteInputHistory()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt7832 Landroid/app/Notification$StandardTemplateParams;->maxRemoteInputHistory:I