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

1 2 3 4 5 6 7 891011>>

  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Audio_AlbumsTest.java 35 import java.io.FileNotFoundException;
191 } catch (FileNotFoundException e) {
202 } catch (FileNotFoundException e) {
  /cts/tests/tests/uidisolation/src/android/uidisolation/cts/
PermissionTestService.java 32 import java.io.FileNotFoundException;
174 } catch (FileNotFoundException fnfe) {
175 Log.e(TAG, "testFileReadAccess: failed to read test file, FileNotFoundException.");
194 } catch (FileNotFoundException fnfe) {
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
JarHostTest.java 39 import java.io.FileNotFoundException;
295 } catch (FileNotFoundException fnfe) {
350 } catch (FileNotFoundException e) {
  /external/doclava/src/com/google/doclava/apicheck/
ApiCheck.java 20 import java.io.FileNotFoundException;
232 } catch (FileNotFoundException ex) {
254 } catch (FileNotFoundException ex) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
CompileErrorCheck.java 21 import java.io.FileNotFoundException;
125 } catch (FileNotFoundException e) {
159 } catch (FileNotFoundException e) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/services/rss/
RSSFeedWatcherTask.java 15 import java.io.FileNotFoundException;
213 catch (FileNotFoundException e)
242 catch (FileNotFoundException e)
  /libcore/crypto/src/main/java/org/conscrypt/
FileClientSessionCache.java 22 import java.io.FileNotFoundException;
160 } catch (FileNotFoundException e) {
197 } catch (FileNotFoundException e) {
  /packages/apps/Exchange/src/com/android/exchange/adapter/
AttachmentLoader.java 36 import java.io.FileNotFoundException;
113 } catch (FileNotFoundException e) {
183 } catch (FileNotFoundException e) {
  /packages/apps/Exchange/src/com/android/exchange/eas/
EasLoadAttachment.java 41 import java.io.FileNotFoundException;
259 } catch (final FileNotFoundException e) {
301 } catch (final FileNotFoundException e) {
  /packages/apps/Launcher3/src/com/android/launcher3/
Stats.java 71 } catch (FileNotFoundException e) {
171 } catch (FileNotFoundException e) {
200 } catch (FileNotFoundException e) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
UsabilityStudyLogUtils.java 35 import java.io.FileNotFoundException;
225 } catch (final FileNotFoundException e1) {
278 } catch (final FileNotFoundException e) {
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaDocumentsProvider.java 56 import java.io.FileNotFoundException;
190 public Cursor queryRoots(String[] projection) throws FileNotFoundException {
199 public Cursor queryDocument(String docId, String[] projection) throws FileNotFoundException {
291 throws FileNotFoundException {
381 throws FileNotFoundException {
416 throws FileNotFoundException {
448 String docId, Point sizeHint, CancellationSignal signal) throws FileNotFoundException {
749 private long getImageForBucketCleared(long bucketId) throws FileNotFoundException {
762 throw new FileNotFoundException("No video found for bucket");
    [all...]
  /development/samples/NotePad/tests/src/com/example/android/notepad/
NotePadProviderTest.java 31 import java.io.FileNotFoundException;
233 * This method throws a FileNotFoundException if the URI isn't for a note ID or the MIME type
236 public void testOpenTypedAssetFile() throws FileNotFoundException, IOException {
294 } catch (FileNotFoundException e) {
312 } catch (FileNotFoundException e) {
332 public void testWriteDataToPipe() throws FileNotFoundException {
    [all...]
  /external/guava/guava/src/com/google/common/io/
Files.java 31 import java.io.FileNotFoundException;
73 throws FileNotFoundException {
87 throws FileNotFoundException {
602 * @throws FileNotFoundException if the {@code file} does not exist
624 * @throws FileNotFoundException if the {@code file} does not exist
633 throw new FileNotFoundException(file.toString());
660 throws FileNotFoundException, IOException {
  /frameworks/support/v4/kitkat/android/support/v4/print/
PrintHelperKitkat.java 38 import java.io.FileNotFoundException;
283 * @throws FileNotFoundException if <code>Uri</code> is not pointing to a valid image.
286 throws FileNotFoundException {
335 } catch (FileNotFoundException e) {
454 * @throws FileNotFoundException if the Uri does not point to an image
456 private Bitmap loadConstrainedBitmap(Uri uri, int maxSideLength) throws FileNotFoundException {
506 private Bitmap loadBitmap(Uri uri, BitmapFactory.Options o) throws FileNotFoundException {
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
VoicemailProviderTest.java 33 import java.io.FileNotFoundException;
272 } catch (FileNotFoundException e) {
294 } catch (FileNotFoundException e) {
319 } catch (FileNotFoundException e) {
329 } catch (FileNotFoundException e) {
509 } catch (FileNotFoundException e) {
520 } catch (FileNotFoundException e) {
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/
FileUtils.java 24 import java.io.FileNotFoundException;
126 * @throws FileNotFoundException if the file does not exist
140 throw new FileNotFoundException("File '" + file + "' does not exist");
640 throw new FileNotFoundException("Source '" + srcFile + "' does not exist");
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
FileInputStreamTest.java 23 import java.io.FileNotFoundException;
76 fail("should throw FileNotFoundException.");
77 } catch (FileNotFoundException e) {
86 fail("should throw FileNotFoundException.");
87 } catch (FileNotFoundException e) {
FileOutputStreamTest.java 23 import java.io.FileNotFoundException;
105 fail("should throw FileNotFoundException.");
106 } catch (FileNotFoundException e) {
115 fail("should throw FileNotFoundException.");
116 } catch (FileNotFoundException e) {
SerializationStressTest5.java 22 import java.io.FileNotFoundException;
234 } catch (FileNotFoundException e) {
333 } catch (FileNotFoundException e) {
334 fail("FileNotFoundException trying to open "
  /external/emma/core/java12/com/vladium/emma/rt/
ClassPathProcessorST.java 13 import java.io.FileNotFoundException;
107 catch (FileNotFoundException fnfe)
206 catch (FileNotFoundException fnfe)
  /external/guava/guava-tests/test/com/google/common/base/
ThrowablesTest.java 28 import java.io.FileNotFoundException;
506 FileNotFoundException fnfe = new FileNotFoundException();
  /frameworks/base/media/java/android/media/videoeditor/
OverlayFrame.java 21 import java.io.FileNotFoundException;
183 * @throws FileNotFoundException if the bitmap cannot be saved
186 String save(String path) throws FileNotFoundException, IOException {
311 throws FileNotFoundException, IOException {
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
FontLoader.java 28 import java.io.FileNotFoundException;
103 } catch (FileNotFoundException e) {
114 throws ParserConfigurationException, SAXException, IOException, FileNotFoundException {
  /libcore/luni/src/main/java/java/util/logging/
FileHandler.java 22 import java.io.FileNotFoundException;
162 private void initOutputFiles() throws FileNotFoundException, IOException {
244 } catch (FileNotFoundException e1) {

Completed in 3257 milliseconds

1 2 3 4 5 6 7 891011>>