Home
last modified time | relevance | path

Searched refs:fromInputStream (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
DFingerprint.java81 public static Fingerprint fromInputStream(InputStream stream, long[] byteCount) in fromInputStream() method in Fingerprint
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/common/httpclient/
DAdServicesHttpsClient.java412 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
/packages/modules/Virtualization/libs/framework-virtualization/src/android/system/virtualmachine/
DVirtualMachineConfig.java287 return fromInputStream(input); in from()
298 return fromInputStream(input); in from()
306 private static VirtualMachineConfig fromInputStream(@NonNull InputStream input) in fromInputStream() method in VirtualMachineConfig