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

  /development/samples/ApiDemos/src/com/example/android/apis/os/
PduParserUtil.java 31 public static boolean shouldParseContentDisposition() {
MmsWapPushReceiver.java 43 data, PduParserUtil.shouldParseContentDisposition());
MmsMessagingDemo.java 242 response, PduParserUtil.shouldParseContentDisposition()).parse();
286 response, PduParserUtil.shouldParseContentDisposition()).parse();
  /cts/tests/tests/telephony/src/android/telephony/cts/
MmsTest.java 112 response, shouldParseContentDisposition()).parse();
314 private static boolean shouldParseContentDisposition() {
  /cts/tests/tests/location/src/android/location/cts/
EmergencyCallMessageTest.java 103 response, shouldParseContentDisposition()).parse();
319 private static boolean shouldParseContentDisposition() {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
WapPushOverSms.java 265 parsedPdu = new PduParser(intentData, shouldParseContentDisposition(subId)).parse();
429 private static boolean shouldParseContentDisposition(int subId) {

Completed in 549 milliseconds