Searched defs:getLengthOfParts (Results 1 - 1 of 1) 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[])");

Completed in 112 milliseconds