Searched refs:fromInputStream (Results 1 – 3 of 3) sorted by relevance
81 public static Fingerprint fromInputStream(InputStream stream, long[] byteCount) in fromInputStream() method in Fingerprint
412 fromInputStream(inputStream, urlConnection.getContentLengthLong()); in doFetchPayload()767 fromInputStream(inputStream, urlConnection.getContentLengthLong()); in doPerformRequestAndGetResponse()914 private String fromInputStream(@NonNull InputStream in, long size) throws IOException { in fromInputStream() method in AdServicesHttpsClient
287 return fromInputStream(input); in from()298 return fromInputStream(input); in from()306 private static VirtualMachineConfig fromInputStream(@NonNull InputStream input) in fromInputStream() method in VirtualMachineConfig