Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java6384 && p.maxRemoteInputHistory > 0) { in applyStandardTemplateWithActions()
6399 && p.maxRemoteInputHistory > 1) { in applyStandardTemplateWithActions()
6406 && p.maxRemoteInputHistory > 2) { in applyStandardTemplateWithActions()
13460 int maxRemoteInputHistory = Style.MAX_REMOTE_INPUT_HISTORY_LINES; field in Notification.Builder.StandardTemplateParams
13485 maxRemoteInputHistory = Style.MAX_REMOTE_INPUT_HISTORY_LINES; in reset()
13619 public StandardTemplateParams setMaxRemoteInputHistory(int maxRemoteInputHistory) { in setMaxRemoteInputHistory() argument
13620 this.maxRemoteInputHistory = maxRemoteInputHistory; in setMaxRemoteInputHistory()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt7829 Landroid/app/Notification$StandardTemplateParams;->maxRemoteInputHistory:I