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

/frameworks/base/core/java/com/android/internal/http/multipart/
H A DPart.java180 * and {@link Part#getLengthOfParts(Part[], byte[])}
402 public static long getLengthOfParts(Part[] parts) method in class:Part
404 return getLengthOfParts(parts, DEFAULT_BOUNDARY_BYTES);
418 public static long getLengthOfParts(Part[] parts, byte[] partBoundary) throws IOException { method in class:Part
419 LOG.trace("getLengthOfParts(Parts[])");
H A DMultipartEntity.java208 return Part.getLengthOfParts(parts, getMultipartBoundary());

Completed in 117 milliseconds