Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/test-apps/AppAccessData/src/com/android/cts/appaccessdata/
DAccessPrivateDataTest.java61 FileInputStream inputStream = new FileInputStream(privateFilePath); in testAccessPrivateData() local
91 DataInputStream inputStream = new DataInputStream(new FileInputStream(publicFilePath)); in getOtherAppUid() local
/cts/tests/tests/content/src/android/content/res/cts/
DAssetManagerTest.java51 InputStream inputStream = mAssets.open(fileName); in testAssetOperations() local
118 private void assertContextEquals(final String expect, final InputStream inputStream) in assertContextEquals()
DAssetFileDescriptor_AutoCloseOutputStreamTest.java71 FileInputStream inputStream = mAssetFileDes.createInputStream(); in testAutoCloseOutputStream() local
/cts/tests/tests/media/src/android/media/cts/
DUtils.java66 InputStream inputStream = new FileInputStream(pfd.getFileDescriptor()); in setAppOps() local
/cts/tests/tests/provider/src/android/provider/cts/
DSettings_SystemTest.java80 InputStream inputStream = new FileInputStream(pfd.getFileDescriptor()); in enableAppOps() local
DContactsTest.java222 InputStream inputStream = context.getResources().openRawResource( in testPhotosTable() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/usb/
DUsbAccessoryTestActivity.java157 FileInputStream inputStream = new FileInputStream(fileDescriptor); in openAccessory() local
175 MessageThread(InputStream inputStream, OutputStream outputStream, MessageHandler handler) { in MessageThread()
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DDrawableTest.java162 FileInputStream inputStream = null; in testCreateFromStream() local
206 FileInputStream inputStream = null; in testCreateFromResourceStream1() local
253 FileInputStream inputStream = null; in testCreateFromResourceStream2() local
/cts/tests/tests/text/src/android/text/format/cts/
DDateFormatTest.java81 InputStream inputStream = new FileInputStream(pfd.getFileDescriptor()); in enableAppOps() local
/cts/hostsidetests/appsecurity/test-apps/AppWithData/src/com/android/cts/appwithdata/
DCreatePrivateDataTest.java102 DataInputStream inputStream = new DataInputStream(new FileInputStream(publicFilePath)); in accessPublicData() local
/cts/tests/tests/display/src/android/display/cts/
DDisplayTest.java92 InputStream inputStream = new FileInputStream(pfd.getFileDescriptor()); in enableAppOps() local
/cts/libs/deviceutil/src/android/cts/util/
DFileUtils.java109 public static boolean copyToFile(InputStream inputStream, File destFile) { in copyToFile()
/cts/hostsidetests/aadb/src/com/android/cts/aadb/
DTestDeviceFuncTest.java353 InputStream inputStream = source.createInputStream(); in testGetScreenshot() local
/cts/libs/testserver/src/android/webkit/cts/
DTestWebServer.java534 InputStream inputStream = new ByteArrayInputStream(bytes); in getKeyManagers() local
DCtsTestServer.java969 InputStream inputStream = new ByteArrayInputStream(bytes); in getKeyManagers() local