HomeSort by relevance Sort by last modified time
    Searched refs:TEXT_MAX (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/com/google/android/mms/pdu/
PduParser.java 40 private static final int TEXT_MAX = 127;
216 if ((headerField >= TEXT_MIN) && (headerField <= TEXT_MAX)) {
    [all...]
PduComposer.java 76 static private final int TEXT_MAX = 127;
291 if (((text[0])&0xff) > TEXT_MAX) { // No need to check for <= 255
292 append(TEXT_MAX);
    [all...]

Completed in 41 milliseconds