Searched defs:MAX_REPLY_HISTORY (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
H A DNotification.java192 private static final int MAX_REPLY_HISTORY = 5; field in class:Notification
3145 final int N = Math.min(MAX_REPLY_HISTORY, text.length);

Completed in 42 milliseconds