Searched refs:MAXSEND (Results 1 – 2 of 2) sorted by relevance
185 final int MAXSEND = Integer.MAX_VALUE;187 for (int i = 0; i < MAXSEND; i++) {
409 final int MAXSEND = 30; in testSendManyMessages() local410 final int MSG_PER_RECIPIENT = MAXSEND / mRecipients.size(); in testSendManyMessages()