Home
last modified time | relevance | path

Searched refs:fnfe (Results 1 – 6 of 6) sorted by relevance

/packages/experimental/BugReportSender/src/com/android/bugreportsender/
DBugReportPreviewActivity.java51 } catch (FileNotFoundException fnfe) { in onCreate()
52 Log.w(TAG, "Unable to open file: " + uri, fnfe); in onCreate()
53 mText.setText("Unable to open file: " + uri + ": " + fnfe); in onCreate()
/packages/apps/DocumentsUI/src/com/android/documentsui/base/
DDocumentInfo.java353 final FileNotFoundException fnfe = new FileNotFoundException(t.getMessage()); in asFileNotFoundException() local
354 fnfe.initCause(t); in asFileNotFoundException()
355 throw fnfe; in asFileNotFoundException()
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DPackageIconLoader.java169 } catch (FileNotFoundException fnfe) { in getDrawable()
170 Log.w(TAG, "Icon not found: " + uri + ", " + fnfe.getMessage()); in getDrawable()
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DAbstractGalleryActivity.java364 } catch (FileNotFoundException fnfe) { in printSelectedImage()
365 Log.e(TAG, "Error printing an image", fnfe); in printSelectedImage()
/packages/apps/Email/emailcommon/src/com/android/emailcommon/internet/
DRfc822Output.java275 catch (FileNotFoundException fnfe) { in writeOneAttachment()
277 LogUtils.e(TAG, fnfe, "Rfc822Output#writeOneAttachment(), FileNotFoundException" + in writeOneAttachment()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java9088 } catch (FileNotFoundException fnfe) { in openDisplayPhotoForRead()
9090 throw fnfe; in openDisplayPhotoForRead()