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

1 2 3 4

  /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);
  /cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DeviceFileCollector.java 88 } catch (FileNotFoundException fnfe) {
89 fnfe.printStackTrace();
ReportLogCollector.java 69 } catch (FileNotFoundException fnfe) {
70 fnfe.printStackTrace();
ResultFilePuller.java 96 } catch (FileNotFoundException fnfe) {
97 fnfe.printStackTrace();
DeviceInfoCollector.java 149 } catch (FileNotFoundException fnfe) {
150 fnfe.printStackTrace();
  /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 496 FileNotFoundException fnfe = new FileNotFoundException(); local
497 IllegalArgumentException iae = new IllegalArgumentException(fnfe);
501 assertEquals(asList(ex, re, iae, fnfe), Throwables.getCausalChain(ex));
502 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);
  /packages/apps/DocumentsUI/src/com/android/documentsui/base/
DocumentInfo.java 337 final FileNotFoundException fnfe = new FileNotFoundException(t.getMessage()); local
338 fnfe.initCause(t);
339 throw fnfe;
  /art/test/068-classloader/src/
FancyLoader.java 145 } catch (FileNotFoundException fnfe) {
  /art/test/138-duplicate-classes-check2/src/
FancyLoader.java 146 } catch (FileNotFoundException fnfe) {
  /art/test/626-const-class-linking/src/
DefiningLoader.java 155 } catch (FileNotFoundException fnfe) {
  /art/test/647-jni-get-field-id/src/
DefiningLoader.java 155 } catch (FileNotFoundException fnfe) {
  /cts/tests/tests/uidisolation/src/android/uidisolation/cts/
PermissionTestService.java 174 } catch (FileNotFoundException fnfe) {
194 } catch (FileNotFoundException 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());
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-velocity/1.1.7/
plexus-velocity-1.1.7.jar 
  /external/emma/core/java12/com/vladium/emma/report/lcov/
ReportGenerator.java 398 catch (IOException fnfe) // FileNotFoundException
402 throw new EMMARuntimeException(fnfe);
  /frameworks/base/core/java/com/android/server/backup/
AccountSyncSettingsBackupHelper.java 325 } catch (FileNotFoundException fnfe) {
327 if (DEBUG) Log.d(TAG, "unable to find the stash file", fnfe);
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/internet/
Rfc822Output.java 275 catch (FileNotFoundException fnfe) {
277 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...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ActivityChooserModel.java     [all...]

Completed in 1129 milliseconds

1 2 3 4