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

<<11121314151617181920>>

  /frameworks/support/tests/java/android/support/v4/content/
FileProviderTest.java 35 import java.io.FileNotFoundException;
262 } catch(FileNotFoundException e) {
287 } catch(FileNotFoundException e) {
  /packages/apps/Exchange/src/com/android/exchange/eas/
EasOutboxSync.java 38 import java.io.FileNotFoundException;
134 } catch (final FileNotFoundException e) {
236 } catch (final FileNotFoundException e) {
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
LocalImage.java 46 import java.io.FileNotFoundException;
202 } catch (FileNotFoundException e) {
293 } catch (FileNotFoundException e) {
  /packages/apps/Settings/src/com/android/settings/users/
EditUserPhotoController.java 51 import java.io.FileNotFoundException;
251 } catch (FileNotFoundException fe) {
273 } catch (FileNotFoundException fe) {
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
VoicemailContentProvider.java 43 import java.io.FileNotFoundException;
141 public ParcelFileDescriptor openFile(Uri uri, String mode) throws FileNotFoundException {
284 throws FileNotFoundException {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
RVCVRecordActivity.java 43 import java.io.FileNotFoundException;
365 }catch (FileNotFoundException e) {
671 } catch (FileNotFoundException e) {
789 } catch (FileNotFoundException e) {
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DrawableTest.java 27 import java.io.FileNotFoundException;
160 public void testCreateFromStream() throws FileNotFoundException, IOException {
204 public void testCreateFromResourceStream1() throws FileNotFoundException, IOException {
251 public void testCreateFromResourceStream2() throws FileNotFoundException, IOException {
  /cts/tools/cts-java-scanner-doclet/src/com/android/cts/javascannerdoclet/
CtsJavaScannerDoclet.java 20 import java.io.FileNotFoundException;
  /developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/tvleanback/recommendation/
RecommendationBuilder.java 35 import java.io.FileNotFoundException;
221 public ParcelFileDescriptor openFile(Uri uri, String mode) throws FileNotFoundException {
  /external/antlr/antlr-3.4/antlr3-maven-archetype/src/main/resources/archetype-resources/src/main/java/
Main.java 235 catch (FileNotFoundException ex)
  /external/apache-harmony/support/src/test/java/tests/support/resource/
Support_Resources.java 21 import java.io.FileNotFoundException;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
ScenarioData.java 15 import java.io.FileNotFoundException;
243 } catch (FileNotFoundException e) {
415 } catch (FileNotFoundException e) {
456 } catch (FileNotFoundException e) {
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/piff/
PlayReadyHeader.java 9 import java.io.FileNotFoundException;
  /frameworks/base/cmds/hid/src/com/android/commands/hid/
Hid.java 30 import java.io.FileNotFoundException;
  /frameworks/base/core/java/android/widget/
SuggestionsAdapter.java 47 import java.io.FileNotFoundException;
600 throw new FileNotFoundException("Resource does not exist: " + uri);
606 throw new FileNotFoundException("Failed to open " + uri);
618 } catch (FileNotFoundException fnfe) {
  /frameworks/base/services/core/java/com/android/server/
AssetAtlasService.java 43 import java.io.FileNotFoundException;
323 } catch (FileNotFoundException e) {
475 } catch (FileNotFoundException e) {
511 } catch (FileNotFoundException e) {
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
GraphExporter.java 50 throws java.io.FileNotFoundException, java.io.IOException {
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
PrintStreamTest.java 25 import java.io.FileNotFoundException;
46 public MockPrintStream(String fileName) throws FileNotFoundException {
50 public MockPrintStream(String fileName, String csn) throws FileNotFoundException, UnsupportedEncodingException {
160 public void test_clearError() throws FileNotFoundException {
  /libcore/luni/src/main/java/libcore/io/
IoBridge.java 27 import java.io.FileNotFoundException;
428 * java.io only throws FileNotFoundException when opening files, regardless of what actually
433 public static FileDescriptor open(String path, int flags) throws FileNotFoundException {
452 FileNotFoundException ex = new FileNotFoundException(path + ": " + errnoException.getMessage());
  /libcore/luni/src/test/java/libcore/xml/
XsltXPathConformanceTestSuite.java 22 import java.io.FileNotFoundException;
265 } catch (FileNotFoundException e) {
275 private File findFile(File directory, String name) throws FileNotFoundException {
287 throw new FileNotFoundException("Missing file: " + file);
  /packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
BluetoothMapEmailProvider.java 34 import java.io.FileNotFoundException;
317 * @throws FileNotFoundException
320 public ParcelFileDescriptor openFile(Uri uri, String mode) throws FileNotFoundException {
359 throws FileNotFoundException {
379 throw new FileNotFoundException("failure making pipe");
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
ExifInterface.java 29 import java.io.FileNotFoundException;
753 * @throws FileNotFoundException
756 public void readExif(String inFileName) throws FileNotFoundException, IOException {
    [all...]
  /packages/apps/Camera2/src/com/android/camera/exif/
ExifInterface.java 30 import java.io.FileNotFoundException;
756 * @throws FileNotFoundException
759 public void readExif(String inFileName) throws FileNotFoundException, IOException {
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifInterface.java 29 import java.io.FileNotFoundException;
753 * @throws FileNotFoundException
756 public void readExif(String inFileName) throws FileNotFoundException, IOException {
    [all...]
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/
ExifInterface.java 29 import java.io.FileNotFoundException;
753 * @throws FileNotFoundException
756 public void readExif(String inFileName) throws FileNotFoundException, IOException {
    [all...]

Completed in 2287 milliseconds

<<11121314151617181920>>