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

/frameworks/base/core/java/com/android/internal/http/multipart/
H A DPart.java126 * @deprecated uses a constant string. Rather use {@link #getPartBoundary}
168 protected byte[] getPartBoundary() { method in class:Part
206 out.write(getPartBoundary());

Completed in 75 milliseconds