Home
last modified time | relevance | path

Searched defs:downloadViaHttp (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/zxing/android/src/com/google/zxing/client/android/
H A DHttpHelper.java68 public static CharSequence downloadViaHttp(String uri, ContentType type) throws IOException { in downloadViaHttp() method in HttpHelper
79 …public static CharSequence downloadViaHttp(String uri, ContentType type, int maxChars) throws IOEx… in downloadViaHttp() method in HttpHelper
97 …private static CharSequence downloadViaHttp(String uri, String contentTypes, int maxChars) throws … in downloadViaHttp() method in HttpHelper