Searched refs:part (Results 1 - 17 of 17) sorted by relevance

/frameworks/base/core/java/com/google/android/mms/pdu/
H A DPduBody.java44 private void putPartToMaps(PduPart part) { argument
45 // Put part to mPartMapByContentId.
46 byte[] contentId = part.getContentId();
48 mPartMapByContentId.put(new String(contentId), part);
51 // Put part to mPartMapByContentLocation.
52 byte[] contentLocation = part.getContentLocation();
55 mPartMapByContentLocation.put(clc, part);
58 // Put part to mPartMapByName.
59 byte[] name = part.getName();
62 mPartMapByName.put(clc, part);
80 addPart(PduPart part) argument
96 addPart(int index, PduPart part) argument
138 getPartIndex(PduPart part) argument
[all...]
H A DPduPersister.java74 "content://mms/" + Long.MAX_VALUE + "/part";
346 Uri.parse("content://mms/" + msgId + "/part"),
354 Log.v(TAG, "loadParts(" + msgId + "): no part to load.");
363 PduPart part = new PduPart();
367 part.setCharset(charset);
373 part.setContentDisposition(contentDisposition);
379 part.setContentId(contentId);
385 part.setContentLocation(contentLocation);
391 part.setContentType(contentType);
399 part
657 persistPart(PduPart part, long msgId) argument
731 persistData(PduPart part, Uri uri, String contentType) argument
901 updatePart(Uri uri, PduPart part) argument
[all...]
H A DPduParser.java52 * Specify the part position.
726 PduPart part = new PduPart();
729 // Invalid part.
733 /* parse part's content-type */
737 part.setContentType(contentType);
739 part.setContentType((PduContentTypes.contentTypes[0]).getBytes()); //"*/*"
745 part.setName(name);
751 part.setCharset(charset);
754 /* parse part's headers */
758 if (false == parsePartHeaders(pduDataStream, part, partHeaderLe
1463 parsePartHeaders(ByteArrayInputStream pduDataStream, PduPart part, int length) argument
1622 checkPartPosition(PduPart part) argument
[all...]
H A DPduComposer.java289 * ;must be omitted. The Quote is not part of the contents.
310 * ;must be omitted. The Quote is not part of the contents.
872 PduPart part;
874 part = body.getPart(0);
876 byte[] start = part.getContentId();
888 appendTextString(part.getContentType());
903 part = body.getPart(i);
910 byte[] partContentType = part.getContentType();
930 byte[] name = part.getName();
933 name = part
[all...]
/frameworks/base/tools/aapt/
H A DAaptAssets.cpp112 AaptGroupEntry::parseNamePart(const String8& part, int* axis, uint32_t* value) argument
117 if (getMccName(part.string(), &config)) {
124 if (getMncName(part.string(), &config)) {
131 if (part.length() == 2 && isalpha(part[0]) && isalpha(part[1])) {
133 *value = part[1] << 8 | part[0];
138 if (part.length() == 5 && isalpha(part[
264 String8 part = parts[index]; local
[all...]
H A DAaptAssets.h88 static status_t parseNamePart(const String8& part, int* axis, uint32_t* value);
H A DResource.cpp1343 // These resources are now considered to be a part of the included
1800 String8 part(last, s-last);
1801 dest.appendPath(part);
H A DResourceTable.cpp2419 String8 part(p, q-p);
2421 if (part == "zz_ZZ") {
2426 if (AaptGroupEntry::parseNamePart(part, &axis, &value)) {
/frameworks/base/core/java/com/google/android/util/
H A DSmileyParser.java62 // should have only one part since we parse smiley only
63 Part part = getPart(0);
64 ArrayList<Token> tokens = part.getTokens();
H A DAbstractMessageParser.java48 /** Get the possible values for the last part of a domain name.
121 /** Return the part at the given index. */
242 // The first part inherits the meText of the line.
248 /** Returns the last part in the list. */
402 // tricky part here is that some URL characters are also punctuation, so
1243 for (Part part : parts) {
1247 for (Token token : part.getTokens()) {
1469 /** Adds the given token to this part. */
1481 /** Returns the original text of this part. */
1493 /** Returns the tokens in this part
[all...]
/frameworks/base/awt/org/apache/harmony/awt/wtk/
H A DNativeWindow.java219 MultiRectArea getObscuredRegion(Rectangle part); argument
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp378 Animation::Part part; local
379 part.count = count;
380 part.pause = pause;
381 part.path = path;
382 animation.parts.add(part);
408 Animation::Part& part(animation.parts.editItemAt(j));
409 part.frames.add(frame);
445 const Animation::Part& part(animation.parts[i]);
446 const size_t fcount = part.frames.size();
449 for (int r=0 ; !part
[all...]
/frameworks/base/awt/java/awt/event/
H A DKeyEvent.java492 String part = rawName[i];
494 name += new String(new char[] {part.charAt(0)}).toUpperCase() +
495 part.substring(1).toLowerCase();
510 String part = rawName[i];
512 name += new String(new char[] {part.charAt(0)}).toUpperCase() +
513 part.substring(1).toLowerCase();
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DIccSmsInterfaceManager.java127 * Send a multi-part text based SMS.
135 * <code>PendingIntent</code>s (one for each message part) that is
136 * broadcast when the corresponding message part has been sent.
146 * <code>PendingIntent</code>s (one for each message part) that is
147 * broadcast when the corresponding message part has been delivered
158 for (String part : parts) {
160 ", part[" + (i++) + "]=" + part);
/frameworks/base/tools/localize/
H A Dfile_utils.cpp34 String8 part(last, s-last);
35 dest.appendPath(part);
/frameworks/base/common/
H A DAndroid.mk17 # Note: the source code is in java/, not src/, because this code is also part of
/frameworks/base/core/java/android/net/
H A DUri.java132 * Absolute URIs are hierarchical if the scheme-specific part starts with
139 * scheme-specific part of an opaque URI cannot start with a '/'.
171 * Gets the scheme-specific part of this URI, i.e. everything between the
177 * @return the decoded scheme-specific-part
182 * Gets the scheme-specific part of this URI, i.e. everything between the
189 * @return the decoded scheme-specific-part
194 * Gets the decoded authority part of this URI. For
205 * Gets the encoded authority part of this URI. For
287 * Gets the decoded fragment part of this URI, everything after the '#'.
294 * Gets the encoded fragment part o
1984 nonNull(Part part) argument
[all...]

Completed in 234 milliseconds