Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/src/com/android/documentsui/base/
DDocumentInfo.java374 final FileNotFoundException fnfe = new FileNotFoundException(t.getMessage()); in asFileNotFoundException() local
375 fnfe.initCause(t); in asFileNotFoundException()
376 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/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java8945 } catch (FileNotFoundException fnfe) { in openDisplayPhotoForRead()
8947 throw fnfe; in openDisplayPhotoForRead()