HomeSort by relevance Sort by last modified time
    Searched refs:fnfe (Results 1 - 25 of 43) sorted by null

1 2

  /packages/experimental/BugReportSender/src/com/android/bugreportsender/
BugReportPreviewActivity.java 51 } catch (FileNotFoundException fnfe) {
52 Log.w(TAG, "Unable to open file: " + uri, fnfe);
53 mText.setText("Unable to open file: " + uri + ": " + fnfe);
  /dalvik/tools/dexdeps/src/com/android/dexdeps/
Main.java 124 } catch (FileNotFoundException fnfe) {
127 fnfe.getMessage());
128 throw fnfe;
  /external/guava/guava-tests/test/com/google/common/base/
ThrowablesTest.java 506 FileNotFoundException fnfe = new FileNotFoundException(); local
507 IllegalArgumentException iae = new IllegalArgumentException(fnfe);
511 assertEquals(asList(ex, re, iae, fnfe), Throwables.getCausalChain(ex));
512 assertSame(fnfe, Iterables.getOnlyElement(Throwables.getCausalChain(fnfe)));
  /libcore/luni/src/main/java/libcore/io/
IoUtils.java 208 } catch (FileNotFoundException fnfe) {
209 throw fnfe;
  /development/samples/ApiDemos/src/com/example/android/apis/app/
ActionBarShareActionProviderActivity.java 110 } catch (FileNotFoundException fnfe) {
  /external/emma/core/java12/com/vladium/emma/rt/
ClassPathProcessorST.java 107 catch (FileNotFoundException fnfe)
112 fnfe.printStackTrace (System.out);
206 catch (FileNotFoundException fnfe)
211 fnfe.printStackTrace (System.out);
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/model/
DocumentInfo.java 266 final FileNotFoundException fnfe = new FileNotFoundException(t.getMessage()); local
267 fnfe.initCause(t);
268 throw fnfe;
  /art/test/068-classloader/src/
FancyLoader.java 146 } catch (FileNotFoundException fnfe) {
  /dalvik/tests/068-classloader/src/
FancyLoader.java 146 } catch (FileNotFoundException fnfe) {
  /cts/tests/tests/uidisolation/src/android/uidisolation/cts/
PermissionTestService.java 174 } catch (FileNotFoundException fnfe) {
194 } catch (FileNotFoundException fnfe) {
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
JarHostTest.java 295 } catch (FileNotFoundException fnfe) {
296 reportLoadError(mJarFileName, className, fnfe);
  /external/emma/core/java12/com/vladium/util/
IPathEnumerator.java 278 catch (FileNotFoundException fnfe) // ignore: this should not happen
280 if ($assert.ENABLED) throw fnfe;
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
PackageIconLoader.java 169 } catch (FileNotFoundException fnfe) {
170 Log.w(TAG, "Icon not found: " + uri + ", " + fnfe.getMessage());
  /frameworks/base/services/java/com/android/server/
LockSettingsService.java 316 } catch (FileNotFoundException fnfe) {
317 Slog.e(TAG, "Cannot read file " + fnfe);
344 } catch (FileNotFoundException fnfe) {
345 Slog.e(TAG, "Cannot read file " + fnfe);
  /external/emma/core/java12/com/vladium/emma/report/lcov/
ReportGenerator.java 398 catch (IOException fnfe) // FileNotFoundException
402 throw new EMMARuntimeException(fnfe);
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/internet/
Rfc822Output.java 276 catch (FileNotFoundException fnfe) {
278 LogUtils.e(TAG, fnfe, "Rfc822Output#writeOneAttachment(), FileNotFoundException" +
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
AbstractGalleryActivity.java 364 } catch (FileNotFoundException fnfe) {
365 Log.e(TAG, "Error printing an image", fnfe);
  /frameworks/base/core/java/android/widget/
ActivityChooserModel.java     [all...]
SuggestionsAdapter.java 586 } catch (FileNotFoundException fnfe) {
587 Log.w(LOG_TAG, "Icon not found: " + uri + ", " + fnfe.getMessage());
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ActivityChooserModel.java     [all...]
  /external/emma/core/java12/com/vladium/emma/report/txt/
ReportGenerator.java 509 catch (IOException fnfe) // FileNotFoundException
512 throw new EMMARuntimeException (fnfe);
  /external/emma/core/java12/com/vladium/emma/report/xml/
ReportGenerator.java 524 catch (IOException fnfe) // FileNotFoundException
527 throw new EMMARuntimeException (fnfe);
  /libcore/xml/src/main/java/org/xmlpull/v1/sax2/
Driver.java 297 } catch (FileNotFoundException fnfe) {
299 "could not open file with systemId "+systemId, this, fnfe);
  /external/emma/core/java12/com/vladium/emma/instr/
InstrProcessorST.java 272 catch (FileNotFoundException fnfe)
277 fnfe.printStackTrace (System.out);
510 catch (FileNotFoundException fnfe)
515 fnfe.printStackTrace (System.out);
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
SuggestionsAdapter.java 544 } catch (FileNotFoundException fnfe) {
545 Log.w(LOG_TAG, "Icon not found: " + uri + ", " + fnfe.getMessage());

Completed in 5962 milliseconds

1 2