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

/frameworks/base/core/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.java44 private static final int QUOTED_STRING_FLAG = 34; field in class:PduParser
986 // We will have to mark again if first char is QUOTE or QUOTED_STRING_FLAG
993 (QUOTED_STRING_FLAG == temp)) {
994 // Mark again if QUOTED_STRING_FLAG and ignore it
1008 * Quoted-String without QUOTED_STRING_FLAG and without End-of-string)

Completed in 47 milliseconds