Home
last modified time | relevance | path

Searched refs:fis (Results 1 – 19 of 19) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/data/
DBytesBufferPool.java41 FileInputStream fis = new FileInputStream(fd); in readFrom() local
47 int rc = fis.read(data, length, step); in readFrom()
59 fis.close(); in readFrom()
DDecodeUtils.java101 FileInputStream fis = null; in decodeThumbnail() local
103 fis = new FileInputStream(filePath); in decodeThumbnail()
104 FileDescriptor fd = fis.getFD(); in decodeThumbnail()
110 Utils.closeSilently(fis); in decodeThumbnail()
/packages/apps/CertInstaller/src/com/android/certinstaller/
DUtil.java81 FileInputStream fis = new FileInputStream(file); in readFile() local
82 fis.read(data); in readFile()
83 fis.close(); in readFile()
/packages/apps/Messaging/src/com/android/messaging/util/
DDebugUtils.java287 FileInputStream fis = null;
290 fis = new FileInputStream(inputFile);
291 dis = new DataInputStream(fis);
353 final FileInputStream fis = new FileInputStream(inputFile);
354 final BufferedInputStream bis = new BufferedInputStream(fis);
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
DLocalSource.java244 FileInputStream fis = null; in getStream() local
247 fis = new FileInputStream(data.url); in getStream()
250 fis = null; in getStream()
253 return (InputStream) fis; in getStream()
/packages/apps/Nfc/src/com/android/nfc/cardemulation/
DRegisteredServicesCache.java332 FileInputStream fis = null; in readDynamicSettingsLocked() local
338 fis = mDynamicSettingsFile.openRead(); in readDynamicSettingsLocked()
340 parser.setInput(fis, null); in readDynamicSettingsLocked()
409 if (fis != null) { in readDynamicSettingsLocked()
411 fis.close(); in readDynamicSettingsLocked()
DRegisteredNfcFServicesCache.java395 FileInputStream fis = null; in readDynamicSystemCodeNfcid2Locked() local
401 fis = mDynamicSystemCodeNfcid2File.openRead(); in readDynamicSystemCodeNfcid2Locked()
403 parser.setInput(fis, null); in readDynamicSystemCodeNfcid2Locked()
477 if (fis != null) { in readDynamicSystemCodeNfcid2Locked()
479 fis.close(); in readDynamicSystemCodeNfcid2Locked()
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
DUtils.java766 InputStream fis = null; in computeHashOfFile() local
776 fis = new FileInputStream(fileLocation); in computeHashOfFile()
781 n = fis.read(buffer); in computeHashOfFile()
792 if (fis != null) { in computeHashOfFile()
793 fis.close(); in computeHashOfFile()
/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
DDialogUiTest.java364 FileInputStream fis = new ParcelFileDescriptor.AutoCloseInputStream(pfd); in runShellCommand() local
366 while ((bytesRead = fis.read(buf)) != -1) { in runShellCommand()
369 fis.close(); in runShellCommand()
/packages/apps/Settings/tests/unit/src/com/android/settings/print/
DPrintJobSettingsActivityTest.java73 try (FileInputStream fis = new ParcelFileDescriptor.AutoCloseInputStream(stdOut)) { in runShellCommand() argument
75 while (fis.read(buf) != -1) { in runShellCommand()
/packages/services/Car/service/src/com/android/car/
DCarFeatureController.java356 FileInputStream fis; in loadFromConfigFileLocked() local
358 fis = mFeatureConfigFile.openRead(); in loadFromConfigFileLocked()
364 new InputStreamReader(fis, StandardCharsets.UTF_8))) { in loadFromConfigFileLocked()
DCarLocationService.java388 try (FileInputStream fis = atomicFile.openRead()) { in readLocationFromCacheFile() argument
389 JsonReader reader = new JsonReader(new InputStreamReader(fis, "UTF-8")); in readLocationFromCacheFile()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarLocationServiceTest.java487 FileInputStream fis = new FileInputStream(getLocationCacheFile()); in readCacheFile() local
488 String json = new BufferedReader(new InputStreamReader(fis)).lines() in readCacheFile()
490 fis.close(); in readCacheFile()
/packages/apps/TimeZoneUpdater/src/main/com/android/timezone/updater/
DRulesCheckReceiver.java278 InputStream fis = new FileInputStream(pfd.getFileDescriptor(), false /* isFdOwner */); in copyDataToLocalFile() local
280 Streams.copy(fis, fos); in copyDataToLocalFile()
/packages/inputmethods/LatinIME/dictionaries/
Dpt_BR_wordlist.combined.gz
Dpt_PT_wordlist.combined.gz
Dda_wordlist.combined.gz1dictionary=main:da,locale=da,description=Dansk,date=1393228134, ...
Dfr_wordlist.combined.gz1dictionary=main:fr,locale=fr,description=Français,date=1414726264, ...
Dro_wordlist.combined.gz1dictionary=main:ro,locale=ro,description=Română,date=1412325511, ...