Searched refs:fnfe (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/model/ |
D | DocumentInfo.java | 275 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/ |
D | ActivityChooserModel.java | 967 } 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/ |
D | ActivityChooserModel.java | 986 } 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()
|
D | SuggestionsAdapter.java | 593 } 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/ |
D | SuggestionsAdapter.java | 550 } 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/ |
D | SELinuxMMAC.java | 472 } catch (FileNotFoundException fnfe) { in useOverridePolicy()
|
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/ |
D | PrintPreviewController.java | 279 } catch (FileNotFoundException fnfe) { in handleMessage()
|
D | FusedPrintersProvider.java | 555 } catch (FileNotFoundException fnfe) { in doReadPrinterHistory()
|
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/ |
D | PrintSpoolerService.java | 416 } catch (FileNotFoundException fnfe) { in writePrintJobData() 417 Log.e(LOG_TAG, "Error writing print job data!", fnfe); in writePrintJobData()
|