HomeSort by relevance Sort by last modified time
    Searched defs:maxChars (Results 1 - 3 of 3) sorted by null

  /external/smack/src/org/jivesoftware/smackx/muc/
DiscussionHistory.java 36 * <li>maxchars -> total number of characters to receive in the history.
44 * Note: Setting maxchars to 0 indicates that the user requests to receive no history.
50 private int maxChars = -1;
61 return maxChars;
98 * @param maxChars the total number of characters to receive in the history.
100 public void setMaxChars(int maxChars) {
101 this.maxChars = maxChars;
142 return maxChars > -1 || maxStanzas > -1 || seconds > -1 || since != null;
159 if (maxChars > -1)
    [all...]
  /external/smack/src/org/jivesoftware/smackx/packet/
MUCInitialPresence.java 116 private int maxChars = -1;
127 return maxChars;
164 * @param maxChars the total number of characters to receive in the history.
166 public void setMaxChars(int maxChars) {
167 this.maxChars = maxChars;
206 buf.append(" maxchars=\"").append(getMaxChars()).append("\"");
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationItemView.java     [all...]

Completed in 215 milliseconds