Searched refs:MAX_CHARSEQUENCE_LENGTH (Results 1 – 1 of 1) sorted by relevance
993 private static final int MAX_CHARSEQUENCE_LENGTH = 5 * 1024; field in NotificationCompat.Builder1882 if (cs.length() > MAX_CHARSEQUENCE_LENGTH) { in limitCharSequenceLength()1883 cs = cs.subSequence(0, MAX_CHARSEQUENCE_LENGTH); in limitCharSequenceLength()