Home
last modified time | relevance | path

Searched refs:END_STRING_FLAG (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
H A DPduComposer.java76 private static final int END_STRING_FLAG = 0; field in PduComposer
444 append(END_STRING_FLAG); in appendQuotedString()
H A DPduParser.java58 private static final int END_STRING_FLAG = 0x00; field in PduParser
1490 (END_STRING_FLAG == firstValue)) { in parseContentTypeParams()
/aosp12/frameworks/base/telephony/common/com/google/android/mms/pdu/
H A DPduComposer.java74 static private final int END_STRING_FLAG = 0; field in PduComposer
457 append(END_STRING_FLAG); in appendQuotedString()
H A DPduParser.java44 private static final int END_STRING_FLAG = 0x00; field in PduParser
1464 (END_STRING_FLAG == firstValue)) { in parseContentTypeParams()
/aosp12/packages/apps/Messaging/src/android/support/v7/mms/pdu/
H A DPduParser.java40 private static final int END_STRING_FLAG = 0x00; field in PduParser
1453 (END_STRING_FLAG == firstValue)) { in parseContentTypeParams()