HomeSort by relevance Sort by last modified time
    Searched full:sendingstring (Results 1 - 1 of 1) sorted by null

  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
Utils.java 245 SpannableString sendingString = new SpannableString(context.getText(R.string.sending));
246 sendingString.setSpan(CharacterStyle.wrap(sDraftsStyleSpan), 0, sendingString.length(),
248 sSendingString = sendingString;
300 * @param sendingString the string to use when there are messages scheduled
312 CharSequence draftPluralString, CharSequence sendingString,
363 sendingFragment = sendingString;
    [all...]

Completed in 199 milliseconds