Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/compose/
DComposeActivity.java2246 final String correctedSubject; in buildFormattedSubject() local
2256 correctedSubject = prefix; in buildFormattedSubject()
2260 correctedSubject = subject; in buildFormattedSubject()
2262 correctedSubject = String.format( in buildFormattedSubject()
2267 return correctedSubject; in buildFormattedSubject()