Searched refs:inputFilePath (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Messaging/src/com/android/messaging/util/ |
D | ImageUtils.java | 479 final String inputFilePath; in resizeGifImage() local 481 inputFilePath = MediaScratchFileProvider.getFileFromUri(mUri).getAbsolutePath(); in resizeGifImage() 486 inputFilePath = mUri.getPath(); in resizeGifImage() 497 GifTranscoder.transcode(mContext, inputFilePath, outputFilePath); in resizeGifImage() 513 bytesToReturn = Files.toByteArray(new File(inputFilePath)); in resizeGifImage() 516 "Could not create FileInputStream with path of " + inputFilePath, e); in resizeGifImage()
|
/packages/modules/GeoTZ/data_pipeline/src/test/java/com/android/timezone/location/data_pipeline/steps/createtzs2protodatafile/ |
D | CreateTzS2ProtoDataFileTest.java | 60 Path inputFilePath = copyTestResource(getClass(), inputResource, inputDirPath); in regressionTest() local 67 "--input-file", inputFilePath.toAbsolutePath().toString(), in regressionTest()
|
/packages/modules/GeoTZ/data_pipeline/src/test/java/com/android/timezone/location/data_pipeline/steps/geojsontz_to_tzs2polygons/ |
D | GeoJsonTzToTzS2PolygonsTest.java | 66 Path inputFilePath = copyTestResource(getClass(), inputResource, inputDirPath); in regressionTest() local 72 "--geo-json", inputFilePath.toAbsolutePath().toString(), in regressionTest()
|