Searched refs:fnfe (Results 1 – 6 of 6) sorted by relevance
51 } 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()
353 final FileNotFoundException fnfe = new FileNotFoundException(t.getMessage()); in asFileNotFoundException() local354 fnfe.initCause(t); in asFileNotFoundException()355 throw fnfe; in asFileNotFoundException()
169 } catch (FileNotFoundException fnfe) { in getDrawable()170 Log.w(TAG, "Icon not found: " + uri + ", " + fnfe.getMessage()); in getDrawable()
364 } catch (FileNotFoundException fnfe) { in printSelectedImage()365 Log.e(TAG, "Error printing an image", fnfe); in printSelectedImage()
275 catch (FileNotFoundException fnfe) { in writeOneAttachment()277 LogUtils.e(TAG, fnfe, "Rfc822Output#writeOneAttachment(), FileNotFoundException" + in writeOneAttachment()
9088 } catch (FileNotFoundException fnfe) { in openDisplayPhotoForRead()9090 throw fnfe; in openDisplayPhotoForRead()