HomeSort by relevance Sort by last modified time
    Searched refs:FileNotFoundException (Results 126 - 150 of 975) sorted by null

1 2 3 4 56 7 8 91011>>

  /cts/tests/tests/webkit/src/android/webkit/cts/
MockContentProvider.java 28 import java.io.FileNotFoundException;
74 throws FileNotFoundException {
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
UiAutomatorJarTest.java 26 import java.io.FileNotFoundException;
87 } catch (FileNotFoundException e) {
  /developers/samples/android/connectivity/wifidirect/DirectP2P/Application/src/main/java/com/example/android/wifidirectp2p/
FileTransferService.java 12 import java.io.FileNotFoundException;
64 } catch (FileNotFoundException e) {
  /development/samples/ApiDemos/src/com/example/android/apis/app/
ActionBarShareActionProviderActivity.java 30 import java.io.FileNotFoundException;
110 } catch (FileNotFoundException fnfe) {
  /development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/
FileTransferService.java 12 import java.io.FileNotFoundException;
64 } catch (FileNotFoundException e) {
  /development/samples/XmlAdapters/src/com/example/android/xmladapters/
XmlDocumentProvider.java 41 import java.io.FileNotFoundException;
264 throw new FileNotFoundException("No authority: " + resourceUri);
269 throw new FileNotFoundException("No package found for authority: " + resourceUri);
274 throw new FileNotFoundException("No path: " + resourceUri);
282 throw new FileNotFoundException("Single path segment is not a resource ID: " + resourceUri);
287 throw new FileNotFoundException("More than two path segments: " + resourceUri);
290 throw new FileNotFoundException("No resource found for: " + resourceUri);
294 } catch (FileNotFoundException e) {
  /external/conscrypt/src/main/java/org/conscrypt/
KeyManagerFactoryImpl.java 21 import java.io.FileNotFoundException;
81 } catch (FileNotFoundException e) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
CvsDiffParser.java 23 import java.io.FileNotFoundException;
85 } catch (FileNotFoundException e) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
FileCounter.java 15 import java.io.FileNotFoundException;
86 } catch (FileNotFoundException e) {
  /external/jsilver/src/org/clearsilver/jni/
JniCs.java 23 import java.io.FileNotFoundException;
82 * @throws java.io.FileNotFoundException if the specified file does not
109 FileNotFoundException {
  /external/vogar/src/vogar/android/
AdbTarget.java 21 import java.io.FileNotFoundException;
52 @Override public List<File> ls(File directory) throws FileNotFoundException {
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
GetBitmapActivity.java 31 import java.io.FileNotFoundException;
67 } catch (FileNotFoundException e) {
  /libcore/luni/src/main/java/java/io/
FileInputStream.java 69 * @throws FileNotFoundException
72 public FileInputStream(File file) throws FileNotFoundException {
102 public FileInputStream(String path) throws FileNotFoundException {
  /packages/apps/Email/provider_src/com/android/email/mail/store/imap/
ImapTempFileLiteral.java 30 import java.io.FileNotFoundException;
77 } catch (FileNotFoundException e) {
  /packages/experimental/BugReportSender/src/com/android/bugreportsender/
BugReportPreviewActivity.java 10 import java.io.FileNotFoundException;
51 } catch (FileNotFoundException fnfe) {
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
Ver4DictDecoder.java 24 import java.io.FileNotFoundException;
58 throws FileNotFoundException, IOException, UnsupportedFormatException {
  /packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
Package.java 23 import java.io.FileNotFoundException;
78 public void run() throws FileNotFoundException, IOException {
  /packages/services/Telephony/src/com/android/phone/common/mail/store/imap/
ImapTempFileLiteral.java 28 import java.io.FileNotFoundException;
77 } catch (FileNotFoundException e) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/
MonitorStartup.java 30 import java.io.FileNotFoundException;
81 } catch (FileNotFoundException e) {
  /frameworks/opt/photoviewer/src/com/android/ex/photo/util/
ImageUtils.java 35 import java.io.FileNotFoundException;
113 } catch (FileNotFoundException exception) {
143 final BitmapFactory.Options opts) throws FileNotFoundException {
225 InputStream createInputStream() throws FileNotFoundException;
238 public InputStream createInputStream() throws FileNotFoundException {
251 public InputStream createInputStream() throws FileNotFoundException {
  /frameworks/base/core/java/android/content/
ContentResolver.java 56 import java.io.FileNotFoundException;
626 * is no data associated with the URI, FileNotFoundException is thrown.
640 * @throws FileNotFoundException if the provided URI could not be opened.
644 throws FileNotFoundException {
655 throw new FileNotFoundException("Resource does not exist: " + uri);
666 throw new FileNotFoundException("Unable to create stream");
674 * @throws FileNotFoundException if the provided URI could not be opened.
677 throws FileNotFoundException {
683 * is no data associated with the URI, FileNotFoundException is thrown.
697 * @throws FileNotFoundException if the provided URI could not be opened
    [all...]
  /frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
TestDocumentsProvider.java 50 import java.io.FileNotFoundException;
112 public Cursor queryRoots(String[] projection) throws FileNotFoundException {
146 throws FileNotFoundException {
157 throws FileNotFoundException {
226 throws FileNotFoundException {
296 throws FileNotFoundException {
312 throws FileNotFoundException {
314 throw new FileNotFoundException();
319 String docId, Point sizeHint, CancellationSignal signal) throws FileNotFoundException {
353 throw new FileNotFoundException(e.getMessage())
    [all...]
  /prebuilts/tools/common/m2/repository/com/apple/AppleJavaExtensions/1.4/
AppleJavaExtensions-1.4.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.transport.ecf_1.1.0.v20130516-1858.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.transport.ecf_1.1.0.v20130516-1858.jar 

Completed in 1611 milliseconds

1 2 3 4 56 7 8 91011>>