HomeSort by relevance Sort by last modified time
    Searched refs:FileNotFoundException (Results 226 - 250 of 610) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/Camera2/src/com/android/camera/util/
XmpUtil.java 27 import java.io.FileNotFoundException;
94 } catch (FileNotFoundException e) {
161 } catch (FileNotFoundException e) {
  /packages/apps/Contacts/src/com/android/contacts/detail/
PhotoSelectionHandler.java 48 import java.io.FileNotFoundException;
139 } catch (FileNotFoundException e) {
355 * @throws FileNotFoundException
357 public abstract void onPhotoSelected(Uri uri) throws FileNotFoundException;
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/internet/
Rfc822Output.java 37 import java.io.FileNotFoundException;
246 } catch (FileNotFoundException e) {
276 catch (FileNotFoundException fnfe) {
278 LogUtils.e(TAG, fnfe, "Rfc822Output#writeOneAttachment(), FileNotFoundException" +
  /packages/apps/Email/src/com/android/email/provider/
AttachmentProvider.java 43 import java.io.FileNotFoundException;
139 * FileNotFoundException, and should be fixed for consistency.
141 * @throws FileNotFoundException
144 public ParcelFileDescriptor openFile(Uri uri, String mode) throws FileNotFoundException {
151 throw new FileNotFoundException();
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
VideoUtils.java 40 import java.io.FileNotFoundException;
82 SaveVideoFileInfo dstFileInfo) throws FileNotFoundException, IOException {
231 throws FileNotFoundException, IOException {
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
VoicemailContentProvider.java 41 import java.io.FileNotFoundException;
134 public ParcelFileDescriptor openFile(Uri uri, String mode) throws FileNotFoundException {
276 throws FileNotFoundException {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/backup/
BackupTestActivity.java 45 import java.io.FileNotFoundException;
161 } catch (FileNotFoundException e) {
190 } catch (FileNotFoundException e) {
214 throws FileNotFoundException {
  /external/eyes-free/AccessCheck/src/com/android/accessibility/
AccessibilityValidator.java 125 } catch (FileNotFoundException fileNotFoundException) {
127 + fileNotFoundException);
  /external/smack/src/org/jivesoftware/smackx/filetransfer/
IncomingFileTransfer.java 142 catch (FileNotFoundException e) {
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
CustomInlineMethodResolver.java 50 } catch (FileNotFoundException ex) {
  /frameworks/base/core/java/android/app/
SharedPreferencesImpl.java 34 import java.io.FileNotFoundException;
123 } catch (FileNotFoundException e) {
544 } catch (FileNotFoundException e) {
556 } catch (FileNotFoundException e2) {
  /frameworks/base/core/tests/coretests/src/android/content/pm/
AppCacheTest.java 36 import java.io.FileNotFoundException;
170 } catch (FileNotFoundException e1) {
177 } catch (FileNotFoundException e) {
188 } catch (FileNotFoundException e) {
210 } catch (FileNotFoundException e) {
252 } catch (FileNotFoundException e) {
304 } catch (FileNotFoundException e) {
374 } catch (FileNotFoundException e) {
424 } catch (FileNotFoundException e) {
  /frameworks/base/drm/java/android/drm/
DrmUtils.java 22 import java.io.FileNotFoundException;
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/src/androidx/media/filterfw/samples/simplecamera/
IfElseFilterTest.java 32 import java.io.FileNotFoundException;
  /libcore/support/src/test/java/tests/support/
Support_TestWebData.java 22 import java.io.FileNotFoundException;
  /packages/apps/HTMLViewer/src/com/android/htmlviewer/
HTMLViewerActivity.java 32 import java.io.FileNotFoundException;
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
EmlAttachmentProvider.java 43 import java.io.FileNotFoundException;
291 } catch (FileNotFoundException e) {
297 } catch (FileNotFoundException e) {
371 public ParcelFileDescriptor openFile(Uri uri, String mode) throws FileNotFoundException {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/analyzer/
WhiteBalanceTest.java 26 import java.io.FileNotFoundException;
324 } catch (FileNotFoundException e) {
  /cts/tools/cfassembler/src/dxconvext/
ClassFileParser.java 29 import java.io.FileNotFoundException;
87 } catch (FileNotFoundException e) {
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/command/
CtsConsole.java 34 import java.io.FileNotFoundException;
237 } catch (FileNotFoundException e) {
  /external/android-mock/src/com/google/android/testing/mocking/
UsesMocksProcessor.java 20 import java.io.FileNotFoundException;
230 } catch (FileNotFoundException e) {
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
KeyStore3Test.java 21 import java.io.FileNotFoundException;
164 FileNotFoundException, IOException {
  /external/chromium_org/content/public/android/java/src/org/chromium/content/common/
PerfTraceEvent.java 16 import java.io.FileNotFoundException;
361 } catch (FileNotFoundException ex) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/118/1/.cp/lib/
jarprocessor-ant.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
UnpackUpdateJars.java 15 import java.io.FileNotFoundException;
158 } catch (FileNotFoundException e) {

Completed in 1073 milliseconds

1 2 3 4 5 6 7 8 91011>>