Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java7807 private static final int NUMBER_OF_HISTORY_ALLOWED_UNTIL_REDUCTION = 1; field in Notification.Builder.InboxStyle
7904 && remoteInputHistory.length > NUMBER_OF_HISTORY_ALLOWED_UNTIL_REDUCTION) { in makeBigContentView()
7910 - NUMBER_OF_HISTORY_ALLOWED_UNTIL_REDUCTION; in makeBigContentView()