Home
last modified time | relevance | path

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

/frameworks/support/compat/src/main/java/androidx/core/app/
DNotificationCompat.java652 private static final int MAX_CHARSEQUENCE_LENGTH = 5 * 1024; field in NotificationCompat.Builder
1583 if (cs.length() > MAX_CHARSEQUENCE_LENGTH) { in limitCharSequenceLength()
1584 cs = cs.subSequence(0, MAX_CHARSEQUENCE_LENGTH); in limitCharSequenceLength()
/frameworks/base/core/java/android/app/
DNotification.java198 private static final int MAX_CHARSEQUENCE_LENGTH = 5 * 1024; field in Notification
2410 if (cs.length() > MAX_CHARSEQUENCE_LENGTH) { in safeCharSequence()
2411 cs = cs.subSequence(0, MAX_CHARSEQUENCE_LENGTH); in safeCharSequence()
/frameworks/base/config/
Dhiddenapi-private-dex.txt9378 Landroid/app/Notification;->MAX_CHARSEQUENCE_LENGTH:I