Home
last modified time | relevance | path

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

/cts/tools/vm-tests-tf/build/src/util/build/
DFileUtil.java30 try (FileInputStream fis = new FileInputStream(f)) { in readFile()
/cts/hostsidetests/appsecurity/test-apps/InstantUpgradeApp/src/com/android/cts/instantupgradeapp/
DClientTest.java69 try (FileInputStream fis = InstrumentationRegistry in testFullApplicationReadFile()
/cts/tests/tests/os/src/android/os/cts/
DFileUtilsTest.java115 final FileInputStream fis = new FileInputStream("/dev/null"); in testClose() local
/cts/tests/tests/uidisolation/src/android/uidisolation/cts/
DPermissionTestService.java156 FileInputStream fis = null; in testFileReadAccess() local
/cts/tests/tests/security/src/android/security/cts/
DCertificateTest.java142 FileInputStream fis = new FileInputStream(certFile); in loadCertsFromDisk() local
DStagefrightTest.java626 FileInputStream fis = fd.createInputStream(); in testStagefright_bug_36592202() local
1618 FileInputStream fis = fd.createInputStream(); in getFrameSizes() local
1693 FileInputStream fis = fd.createInputStream(); in doStagefrightTestRawBlob() local
1808 FileInputStream fis = fd.createInputStream(); in doStagefrightTestRawBlob() local
/cts/tools/release-parser/src/com/android/cts/releaseparser/
DFileParser.java133 FileInputStream fis = new FileInputStream(mFile); in getFileContentId() local
/cts/common/device-side/util/src/com/android/compatibility/common/util/
DSystemUtil.java78 FileInputStream fis = new ParcelFileDescriptor.AutoCloseInputStream(pfd); in runShellCommand() local
/cts/hostsidetests/appsecurity/test-apps/WriteExternalStorageApp/src/com/android/cts/writeexternalstorageapp/
DWriteExternalStorageTest.java379 try (FileInputStream fis = new FileInputStream(new File(cur, name))) { in testExternalStorageRename()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DSystemUtil.java92 FileInputStream fis = new ParcelFileDescriptor.AutoCloseInputStream(pfd); in runShellCommand() local
/cts/tests/app/src/android/app/cts/
DDownloadManagerTestBase.java197 try (FileInputStream fis = new FileInputStream(file)) { in writeToFile()
216 try (FileInputStream fis = new ParcelFileDescriptor.AutoCloseInputStream(pfds[0])) { in writeToFileFromShell()
DServiceTest.java389 FileInputStream fis = new ParcelFileDescriptor.AutoCloseInputStream(pfd); in executeShellCommand() local
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DActivityManagerGetConfigTests.java87 FileInputStream fis = new ParcelFileDescriptor.AutoCloseInputStream(pfd); in executeShellCommand() local
/cts/tests/tests/content/src/android/content/cts/
DSharedPreferencesTest.java311 FileInputStream fis = new FileInputStream(prefsFile); in testTorture2() local
/cts/tests/tests/keystore/src/android/server/am/
DActivityManagerState.java131 FileInputStream fis = new ParcelFileDescriptor.AutoCloseInputStream(pfd); in executeShellCommand() local
DWindowManagerState.java129 FileInputStream fis = new ParcelFileDescriptor.AutoCloseInputStream(pfd); in executeShellCommand() local
/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
DTestSuiteContentReport.java269 FileInputStream fis = new FileInputStream(file); in getFileContentId() local
/cts/tests/tests/graphics/src/android/graphics/cts/
DTypefaceTest.java514 try (FileInputStream fis = new FileInputStream(obtainPath())) { in testTypefaceBuilder_FileSourceFD()
/cts/tests/tests/permission/src/android/permission/cts/
DFileSystemPermissionTest.java925 FileInputStream fis = new FileInputStream(f); in tryFileRead() local
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DActivityManagerState.java144 FileInputStream fis = new ParcelFileDescriptor.AutoCloseInputStream(pfd); in executeShellCommand() local
DWindowManagerState.java174 FileInputStream fis = new ParcelFileDescriptor.AutoCloseInputStream(pfd); in executeShellCommand() local
/cts/tests/tests/graphics/src/android/graphics/fonts/
DFontTest.java93 try (FileInputStream fis = new FileInputStream(file)) { in mmap()