Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/app/
H A DNotification.java5710 && p.maxRemoteInputHistory > 0) { in applyStandardTemplateWithActions()
5725 && p.maxRemoteInputHistory > 1) { in applyStandardTemplateWithActions()
5732 && p.maxRemoteInputHistory > 2) { in applyStandardTemplateWithActions()
12184 int maxRemoteInputHistory = Style.MAX_REMOTE_INPUT_HISTORY_LINES; field in Notification.Builder.StandardTemplateParams
12209 maxRemoteInputHistory = Style.MAX_REMOTE_INPUT_HISTORY_LINES; in reset()
12343 public StandardTemplateParams setMaxRemoteInputHistory(int maxRemoteInputHistory) { in setMaxRemoteInputHistory() argument
12344 this.maxRemoteInputHistory = maxRemoteInputHistory; in setMaxRemoteInputHistory()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt7829 Landroid/app/Notification$StandardTemplateParams;->maxRemoteInputHistory:I