Searched refs:maxRemoteInputHistory (Results 1 – 2 of 2) sorted by relevance
5873 && p.maxRemoteInputHistory > 0) { in applyStandardTemplateWithActions()5888 && p.maxRemoteInputHistory > 1) { in applyStandardTemplateWithActions()5895 && p.maxRemoteInputHistory > 2) { in applyStandardTemplateWithActions()12526 int maxRemoteInputHistory = Style.MAX_REMOTE_INPUT_HISTORY_LINES; field in Notification.Builder.StandardTemplateParams12551 maxRemoteInputHistory = Style.MAX_REMOTE_INPUT_HISTORY_LINES; in reset()12685 public StandardTemplateParams setMaxRemoteInputHistory(int maxRemoteInputHistory) { in setMaxRemoteInputHistory() argument12686 this.maxRemoteInputHistory = maxRemoteInputHistory; in setMaxRemoteInputHistory()
7829 Landroid/app/Notification$StandardTemplateParams;->maxRemoteInputHistory:I