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

/frameworks/base/core/java/com/android/internal/http/multipart/
H A DMultipartEntity.java102 private static byte[] MULTIPART_CHARS = EncodingUtils.getAsciiBytes( field in class:MultipartEntity
112 bytes[i] = MULTIPART_CHARS[rand.nextInt(MULTIPART_CHARS.length)];

Completed in 107 milliseconds