Searched defs:MAX_LINES (Results 1 - 2 of 2) sorted by path

/frameworks/base/core/java/android/app/
H A DNotification.java4337 private static final int MAX_LINES = 13; field in class:Notification.BigTextStyle
4432 int lineCount = MAX_LINES;
/frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/
H A DNotificationTests.java99 static final int MAX_LINES = 5; field in class:NotificationTests
137 final int start = Math.max(0, end - MAX_LINES);

Completed in 122 milliseconds