OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:closeSilently
(Results
1 - 25
of
43
) sorted by null
1
2
/packages/apps/Gallery2/tests/src/com/android/gallery3d/exif/
ExifOutputStreamTest.java
122
Util.
closeSilently
(imageInputStream);
123
Util.
closeSilently
(exifInputStream);
124
Util.
closeSilently
(reDecodeInputStream);
125
Util.
closeSilently
(reParseInputStream);
127
Util.
closeSilently
(dangerInputStream);
128
Util.
closeSilently
(dangerOutputStream);
181
Util.
closeSilently
(imageInputStream);
182
Util.
closeSilently
(imageOutputStream);
ExifXmlDataTestCase.java
83
Util.
closeSilently
(mImageInputStream);
84
Util.
closeSilently
(mXmlInputStream);
ExifModifierTest.java
60
Util.
closeSilently
(os);
133
Util.
closeSilently
(file);
145
Util.
closeSilently
(is);
ExifInterfaceTest.java
137
Util.
closeSilently
(imageInputStream);
226
Util.
closeSilently
(imageInputStream);
364
Util.
closeSilently
(imageInputStream);
406
Util.
closeSilently
(imageInputStream);
/packages/apps/Gallery2/src/com/android/gallery3d/data/
DownloadUtils.java
42
Utils.
closeSilently
(fos);
76
Utils.
closeSilently
(input);
UriImage.java
85
Utils.
closeSilently
(mFileDescriptor);
103
Utils.
closeSilently
(is);
125
Utils.
closeSilently
(is);
277
Utils.
closeSilently
(mFileDescriptor);
BucketHelper.java
119
Utils.
closeSilently
(cursor);
177
Utils.
closeSilently
(cursor);
195
Utils.
closeSilently
(cursor);
/packages/apps/LegacyCamera/src/com/android/camera/
Thumbnail.java
118
Util.
closeSilently
(f);
119
Util.
closeSilently
(b);
120
Util.
closeSilently
(d);
145
Util.
closeSilently
(f);
146
Util.
closeSilently
(b);
147
Util.
closeSilently
(d);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
ImageLoader.java
203
Utils.
closeSilently
(cursor);
284
Utils.
closeSilently
(is);
330
Utils.
closeSilently
(is);
338
Utils.
closeSilently
(is);
470
Utils.
closeSilently
(is);
480
Utils.
closeSilently
(is);
616
Utils.
closeSilently
(ios);
681
Utils.
closeSilently
(is);
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
Utils.java
173
public static void
closeSilently
(Closeable c) {
202
public static void
closeSilently
(ParcelFileDescriptor fd) {
210
public static void
closeSilently
(Cursor cursor) {
BlobCache.java
182
closeSilently
(mIndexChannel);
183
closeSilently
(mIndexFile);
184
closeSilently
(mDataFile0);
185
closeSilently
(mDataFile1);
631
static void
closeSilently
(Closeable c) {
/packages/apps/Mms/src/com/android/mms/util/
BlobCache.java
181
closeSilently
(mIndexChannel);
182
closeSilently
(mIndexFile);
183
closeSilently
(mDataFile0);
184
closeSilently
(mDataFile1);
617
static void
closeSilently
(Closeable c) {
ThumbnailManager.java
442
private void
closeSilently
(Closeable c) {
464
closeSilently
(inputStream);
479
closeSilently
(inputStream);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropLoader.java
98
Utils.
closeSilently
(cursor);
162
Utils.
closeSilently
(is);
189
Utils.
closeSilently
(is);
/packages/apps/Gallery/src/com/android/camera/
Util.java
252
public static void
closeSilently
(Closeable c) {
261
public static void
closeSilently
(ParcelFileDescriptor c) {
289
closeSilently
(input);
329
closeSilently
(pfd);
/packages/apps/Gallery2/src/com/android/photos/data/
BitmapDecoder.java
72
Utils.
closeSilently
(in);
MediaCacheUtils.java
162
Utils.
closeSilently
(in);
163
Utils.
closeSilently
(out);
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifModifier.java
62
ExifInterface.
closeSilently
(is);
136
ExifInterface.
closeSilently
(is);
ExifInterface.java
765
closeSilently
(is);
[
all
...]
/packages/apps/Gallery/src/com/android/camera/gallery/
BaseImage.java
154
Util.
closeSilently
(input);
UriImage.java
134
Util.
closeSilently
(input);
/packages/apps/Gallery2/src/com/android/gallery3d/util/
ProfileData.java
123
Utils.
closeSilently
(mOut);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/
SaveCopyTask.java
120
Utils.
closeSilently
(is);
146
Utils.
closeSilently
(inStream);
/packages/apps/Gallery2/src/com/android/gallery3d/gadget/
WidgetDatabaseHelper.java
250
Utils.
closeSilently
(cursor);
274
Utils.
closeSilently
(cursor);
/frameworks/base/media/java/android/media/
ThumbnailUtils.java
336
closeSilently
(pfd);
341
private static void
closeSilently
(ParcelFileDescriptor c) {
Completed in 2882 milliseconds
1
2