OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_SNIPPET_LENGTH
(Results
1 - 2
of
2
) sorted by null
/packages/apps/UnifiedEmail/src/com/android/emailcommon/utility/
TextUtilities.java
43
private static final int
MAX_SNIPPET_LENGTH
= 200;
370
char[] buffer = new char[
MAX_SNIPPET_LENGTH
];
383
for (int i = 0; i < length && bufferCount <
MAX_SNIPPET_LENGTH
; i++) {
[
all
...]
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
MessageHeaderView.java
82
private static final int
MAX_SNIPPET_LENGTH
= 100;
[
all
...]
Completed in 26 milliseconds