Searched refs:maxChars (Results 1 – 1 of 1) sorted by relevance
159 private void assertRemaining(int messageLength, int remaining, int maxChars) { in assertRemaining() argument162 || checkRemaining(maxChars, messageLength, remaining)); in assertRemaining()165 || checkRemaining(maxChars, messageLength, remaining)); in assertRemaining()167 assertTrue(checkRemaining(maxChars, messageLength, remaining)); in assertRemaining()333 int maxChars = SmsMessage.hasEmsSupport() ? preMaxChars : preMaxChars - 3; in testCalculateLength() local335 maxChars); in testCalculateLength() local