Home
last modified time | relevance | path

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

/packages/apps/Mms/src/com/android/mms/ui/
DComposeMessageActivity.java802 final int recipientCount = recipientCount(); in checkForTooManyRecipients() local
803 boolean tooMany = recipientCount > recipientLimit; in checkForTooManyRecipients()
805 if (recipientCount != mLastRecipientCount) { in checkForTooManyRecipients()
808 mLastRecipientCount = recipientCount; in checkForTooManyRecipients()
810 String tooManyMsg = getString(R.string.too_many_recipients, recipientCount, in checkForTooManyRecipients()
2106 } else if (isRecipientsEditorVisible() && recipientCount() > 0) { in onRestart()
3044 final int recipientCount = uris != null ? uris.length : 0; in processPickResult() local
3047 if (recipientLimit != Integer.MAX_VALUE && recipientCount > recipientLimit) { in processPickResult()
3049 … .setMessage(getString(R.string.too_many_recipients, recipientCount, recipientLimit)) in processPickResult()
3685 (!isRecipientsEditorVisible() || recipientCount() == 0)) { in saveDraft()
[all …]