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

/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
H A DPduComposer.java73 static private final int QUOTED_STRING_FLAG = 34; field in class:PduComposer
435 append(QUOTED_STRING_FLAG);
H A DPduParser.java42 private static final int QUOTED_STRING_FLAG = 34; field in class:PduParser
1088 // We will have to mark again if first char is QUOTE or QUOTED_STRING_FLAG
1095 (QUOTED_STRING_FLAG == temp)) {
1096 // Mark again if QUOTED_STRING_FLAG and ignore it
1110 * Quoted-String without QUOTED_STRING_FLAG and without End-of-string)

Completed in 68 milliseconds