Home
last modified time | relevance | path

Searched defs:inputStream (Results 126 – 150 of 2556) sorted by relevance

12345678910>>...103

/aosp_15_r20/cts/tests/tests/provider/src/android/provider/cts/contacts/
H A DCallLogTest.java475 try (InputStream inputStream = in testCallComposerImageStorage()
479 inputStream, in testCallComposerImageStorage() local
556 InputStream inputStream = context.getResources().openRawResource(id); in readResourceDrawable() local
560 private byte[] readBytes(InputStream inputStream) throws Exception { in readBytes()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/graphics/
DImageLoader.java400 private final java.io.InputStream inputStream = null; field in ImageLoader.InputStream
404 public InputStream(@org.jetbrains.annotations.NotNull() in InputStream()
420 public InputStream(@org.jetbrains.annotations.NotNull() in InputStream()
436 …nal com.android.systemui.graphics.ImageLoader.InputStream copy(@org.jetbrains.annotations.NotNull() in copy()
/aosp_15_r20/external/apache-commons-io/src/main/java/org/apache/commons/io/input/
H A DReadAheadInputStream.java188 public ReadAheadInputStream(final InputStream inputStream, final int bufferSizeInBytes) { in ReadAheadInputStream()
201 …public ReadAheadInputStream(final InputStream inputStream, final int bufferSizeInBytes, final Exec… in ReadAheadInputStream()
213 …private ReadAheadInputStream(final InputStream inputStream, final int bufferSizeInBytes, final Exe… in ReadAheadInputStream()
H A DCloseShieldInputStream.java40 public static CloseShieldInputStream wrap(final InputStream inputStream) { in wrap()
53 public CloseShieldInputStream(final InputStream inputStream) { in CloseShieldInputStream()
/aosp_15_r20/external/volley/core/src/main/java/com/android/volley/toolbox/
H A DBasicAsyncNetwork.java113 final InputStream inputStream = httpResponse.getContent(); in onRequestSucceeded() local
241 InputStream inputStream; field in BasicAsyncNetwork.ResponseParsingTask
250 InputStream inputStream, in ResponseParsingTask()
/aosp_15_r20/external/tink/tools/tinkey/src/main/java/com/google/crypto/tink/tinkey/
H A DTinkeyUtil.java96 InputStream inputStream, in manipulateKey()
136 InputStream inputStream, in createKey()
229 InputStream inputStream, String inFormat, String masterKeyUri, String credentialPath) in getKeysetHandle()
/aosp_15_r20/frameworks/base/apct-tests/perftests/blobstore/src/com/android/perftests/blob/
H A DBlobStorePerfTests.java136 try (FileInputStream inputStream = new FileInputStream(file)) { in testDirectReads()
154 try (FileInputStream inputStream = new ParcelFileDescriptor.AutoCloseInputStream( in testBlobStoreReads()
203 private void readData(FileInputStream inputStream, long sizeBytes) throws Exception { in readData()
/aosp_15_r20/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapContentTest.java909 InputStream inputStream = new ByteArrayInputStream(encodedMessageEmail); in getEmailMessage_withFileNotFoundExceptionForEmailBodyAccess() local
962 InputStream inputStream = new ByteArrayInputStream(encodedMessageEmail); in getEmailMessage_withNullPointerExceptionForEmailBodyAccess() local
1015 InputStream inputStream = new ByteArrayInputStream(encodedMessageEmail); in getEmailMessage() local
1101 InputStream inputStream = new ByteArrayInputStream(encodedMessageMime); in getIMMessage_withSentFolderId() local
1161 InputStream inputStream = new ByteArrayInputStream(encodedMessageMime); in getIMMessage_withInboxFolderId() local
/aosp_15_r20/packages/apps/Messaging/src/com/android/messaging/util/exif/
DExifParser.java202 private ExifParser(InputStream inputStream, int options, ExifInterface iRef) in ExifParser()
240 protected static ExifParser parse(InputStream inputStream, int options, ExifInterface iRef) in parse()
253 protected static ExifParser parse(InputStream inputStream, ExifInterface iRef) in parse()
756 private boolean seekTiffData(InputStream inputStream) throws IOException, in seekTiffData()
/aosp_15_r20/cts/tests/appsearch/src/com/android/cts/appsearch/external/app/
H A DAppSearchSessionBlobCtsTestBase.java161 try (InputStream inputStream = in testWriteAndReadBlob()
168 try (InputStream inputStream = in testWriteAndReadBlob()
298 try (InputStream inputStream = new ParcelFileDescriptor.AutoCloseInputStream(readPfd)) { in testRemoveAndReWriteBlob()
403 try (InputStream inputStream = in testOpenWriteForRead_allowed()
/aosp_15_r20/packages/apps/Camera2/src/com/android/camera/exif/
DExifParser.java201 private ExifParser(InputStream inputStream, int options, ExifInterface iRef) in ExifParser()
239 protected static ExifParser parse(InputStream inputStream, int options, ExifInterface iRef) in parse()
252 protected static ExifParser parse(InputStream inputStream, ExifInterface iRef) in parse()
752 private boolean seekTiffData(InputStream inputStream) throws IOException, in seekTiffData()
/aosp_15_r20/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/
DXmlUtilTest.java765 ByteArrayInputStream inputStream = new ByteArrayInputStream(data); in deserializeWifiConfiguration() local
839 ByteArrayInputStream inputStream = new ByteArrayInputStream(outputStream.toByteArray()); in serializeDeserializeIpConfiguration() local
862 ByteArrayInputStream inputStream = new ByteArrayInputStream(data); in deserializeNetworkSelectionStatus() local
894 ByteArrayInputStream inputStream = new ByteArrayInputStream(data); in deserializeWifiEnterpriseConfig() local
/aosp_15_r20/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
DExifParser.java201 private ExifParser(InputStream inputStream, int options, ExifInterface iRef) in ExifParser()
239 protected static ExifParser parse(InputStream inputStream, int options, ExifInterface iRef) in parse()
252 protected static ExifParser parse(InputStream inputStream, ExifInterface iRef) in parse()
748 private boolean seekTiffData(InputStream inputStream) throws IOException, in seekTiffData()
/aosp_15_r20/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/exif/
DExifParser.java173 private ExifParser(InputStream inputStream, int options, ExifInterface iRef) in ExifParser()
211 protected static ExifParser parse(InputStream inputStream, int options, ExifInterface iRef) in parse()
224 protected static ExifParser parse(InputStream inputStream, ExifInterface iRef) in parse()
719 private boolean seekTiffData(InputStream inputStream) in seekTiffData()
/aosp_15_r20/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
H A DExifParser.java201 private ExifParser(InputStream inputStream, int options, ExifInterface iRef) in ExifParser()
239 protected static ExifParser parse(InputStream inputStream, int options, ExifInterface iRef) in parse()
252 protected static ExifParser parse(InputStream inputStream, ExifInterface iRef) in parse()
752 private boolean seekTiffData(InputStream inputStream) throws IOException, in seekTiffData()
/aosp_15_r20/external/okio/okio-assetfilesystem/src/main/kotlin/okio/assetfilesystem/
H A DAssetFileSystem.kt120 val inputStream = assets.open(pathString) in AssetManager() constant
164 private var inputStream: InputStream, variable in okio.assetfilesystem.AssetFileHandle
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/
H A DDexFileFactory.java101 try (InputStream inputStream = new BufferedInputStream(new FileInputStream(file))) { in loadDexFile()
198 try (InputStream inputStream = new BufferedInputStream(new FileInputStream(file))) { in loadDexEntry()
247 try (InputStream inputStream = new BufferedInputStream(new FileInputStream(file))) { in loadDexContainer()
/aosp_15_r20/frameworks/base/packages/SettingsLib/DataStore/tests/src/com/android/settingslib/datastore/
H A DBackupRestoreFileArchiverTest.kt72 val inputStream = ByteArrayInputStream(byteArrayOf()) in wrapRestoreInputStream() constant
249 val inputStream = in toBackupRestoreEntity_restore() constant
/aosp_15_r20/frameworks/libs/service_entitlement/java/com/android/libraries/entitlement/utils/
DStreamUtils.java35 public static String inputStreamToString(@Nullable InputStream inputStream) throws IOException { in inputStreamToString()
51 public static String inputStreamToStringSafe(@Nullable InputStream inputStream) { in inputStreamToStringSafe()
/aosp_15_r20/external/grpc-grpc-java/core/src/main/java/io/grpc/util/
H A DCertificateUtils.java50 public static X509Certificate[] getX509Certificates(InputStream inputStream) in getX509Certificates()
65 public static PrivateKey getPrivateKey(InputStream inputStream) in getPrivateKey()
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/fuelgauge/
DBatterySettingsStorage.java179 @NonNull BackupCodec codec, @NonNull InputStream inputStream) { in wrapRestoreInputStream()
304 @NonNull RestoreContext restoreContext, @NonNull InputStream inputStream) in restore()
403 @NonNull RestoreContext restoreContext, @NonNull InputStream inputStream) in restore()
/aosp_15_r20/external/apache-commons-io/src/main/java/org/apache/commons/io/input/buffer/
H A DPeekableInputStream.java36 public PeekableInputStream(final InputStream inputStream) { in PeekableInputStream()
46 public PeekableInputStream(final InputStream inputStream, final int bufferSize) { in PeekableInputStream()
/aosp_15_r20/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/jar/
H A DJarArchiveInputStream.java40 public JarArchiveInputStream( final InputStream inputStream ) { in JarArchiveInputStream()
51 public JarArchiveInputStream( final InputStream inputStream, final String encoding ) { in JarArchiveInputStream()
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/bip/
DBipImage.java34 public BipImage(String imageHandle, InputStream inputStream) { in BipImage()
44 private void parse(InputStream inputStream) { in parse()
/aosp_15_r20/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/
H A DZipArchiveInputStream.java174 public ZipArchiveInputStream(final InputStream inputStream) { in ZipArchiveInputStream()
185 public ZipArchiveInputStream(final InputStream inputStream, final String encoding) { in ZipArchiveInputStream()
197 …public ZipArchiveInputStream(final InputStream inputStream, final String encoding, final boolean u… in ZipArchiveInputStream()
212 public ZipArchiveInputStream(final InputStream inputStream, in ZipArchiveInputStream()

12345678910>>...103