Home
last modified time | relevance | path

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

/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/model/
DDocumentInfo.java275 final FileNotFoundException fnfe = new FileNotFoundException(t.getMessage()); in asFileNotFoundException() local
276 fnfe.initCause(t); in asFileNotFoundException()
277 throw fnfe; in asFileNotFoundException()
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
DActivityChooserModel.java967 } catch (FileNotFoundException fnfe) { in readHistoricalDataImpl()
1049 } catch (FileNotFoundException fnfe) { in doInBackground()
1050 Log.e(LOG_TAG, "Error writing historical recrod file: " + hostoryFileName, fnfe); in doInBackground()
/frameworks/base/core/java/android/widget/
DActivityChooserModel.java986 } catch (FileNotFoundException fnfe) { in readHistoricalDataImpl()
1068 } catch (FileNotFoundException fnfe) { in doInBackground()
1069 Log.e(LOG_TAG, "Error writing historical recrod file: " + hostoryFileName, fnfe); in doInBackground()
DSuggestionsAdapter.java593 } catch (FileNotFoundException fnfe) { in getDrawable()
594 Log.w(LOG_TAG, "Icon not found: " + uri + ", " + fnfe.getMessage()); in getDrawable()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DSuggestionsAdapter.java550 } catch (FileNotFoundException fnfe) { in getDrawable()
551 Log.w(LOG_TAG, "Icon not found: " + uri + ", " + fnfe.getMessage()); in getDrawable()
/frameworks/base/services/core/java/com/android/server/pm/
DSELinuxMMAC.java472 } catch (FileNotFoundException fnfe) { in useOverridePolicy()
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
DPrintPreviewController.java279 } catch (FileNotFoundException fnfe) { in handleMessage()
DFusedPrintersProvider.java555 } catch (FileNotFoundException fnfe) { in doReadPrinterHistory()
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
DPrintSpoolerService.java416 } catch (FileNotFoundException fnfe) { in writePrintJobData()
417 Log.e(LOG_TAG, "Error writing print job data!", fnfe); in writePrintJobData()