Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DSendersView.java278 int numCharsUsed = messageInfoString.length(); // draft, number drafts, in handlePriority() local
283 if (numCharsUsed > maxChars) { in handlePriority()
284 numCharsToRemovePerWord = numCharsUsed - maxChars; in handlePriority()
299 int length = numCharsUsed + priorityToLength.get(maxPriorityToInclude + 1); in handlePriority()
300 if (numCharsUsed > 0) in handlePriority()
308 numCharsUsed = length; in handlePriority()