Searched refs:LENGTH_QUOTE (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
H A DPduComposer.java75 static private final int LENGTH_QUOTE = 31; field in class:PduComposer
414 if (value < LENGTH_QUOTE) {
419 append(LENGTH_QUOTE);
H A DPduParser.java36 private static final int LENGTH_QUOTE = 31; field in class:PduParser
1011 } else if (first == LENGTH_QUOTE) {
1015 throw new RuntimeException ("Value length > LENGTH_QUOTE!");

Completed in 445 milliseconds