HomeSort by relevance Sort by last modified time
    Searched refs:FileNotFoundException (Results 326 - 350 of 745) sorted by null

<<11121314151617181920>>

  /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");
  /packages/apps/Mms/src/com/android/mms/ui/
UriImage.java 45 import java.io.FileNotFoundException;
198 } catch (FileNotFoundException e) {
439 } catch (FileNotFoundException e) {
527 } catch (FileNotFoundException e) {
  /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 29 import java.io.FileNotFoundException;
753 * @throws FileNotFoundException
756 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...]
  /packages/apps/Mms/src/com/android/mms/exif/
ExifInterface.java 29 import java.io.FileNotFoundException;
753 * @throws FileNotFoundException
756 public void readExif(String inFileName) throws FileNotFoundException, IOException {
    [all...]
  /cts/hostsidetests/appsecurity/src/com/android/cts/appsecurity/
KeySetHostTest.java 35 import java.io.FileNotFoundException;
89 private File getTestAppFile(String fileName) throws FileNotFoundException {
  /cts/tests/tests/net/src/android/net/cts/
TrafficStatsTest.java 25 import java.io.FileNotFoundException;
99 } catch (FileNotFoundException e) {
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/command/
CtsConsole.java 35 import java.io.FileNotFoundException;
240 } catch (FileNotFoundException e) {
  /cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/testtype/
CtsTestTest.java 35 import java.io.FileNotFoundException;
110 InputStream createXmlStream(File xmlFile) throws FileNotFoundException {
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
ContentFragment.java 45 import java.io.FileNotFoundException;
337 } catch (FileNotFoundException e) {
  /external/chromium_org/components/cronet/android/java/src/org/chromium/net/
HttpUrlConnectionUrlRequest.java 12 import java.io.FileNotFoundException;
248 } catch (FileNotFoundException ex) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/generators/rss/
RSSFeedUpdateEntryTask.java 14 import java.io.FileNotFoundException;
155 catch (FileNotFoundException e) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/
PerformanceResultsElement.java 16 import java.io.FileNotFoundException;
319 } catch (FileNotFoundException e) {
  /frameworks/base/graphics/java/android/graphics/
Typeface.java 29 import java.io.FileNotFoundException;
326 } catch (FileNotFoundException e) {
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
PrintPreviewController.java 40 import java.io.FileNotFoundException;
279 } catch (FileNotFoundException fnfe) {
  /frameworks/base/services/core/java/com/android/server/
SystemConfig.java 37 import java.io.FileNotFoundException;
186 } catch (FileNotFoundException e) {
  /frameworks/base/services/core/java/com/android/server/pm/
SELinuxMMAC.java 31 import java.io.FileNotFoundException;
472 } catch (FileNotFoundException fnfe) {
  /frameworks/base/tests/Camera2Tests/CameraToo/src/com/example/android/camera2/cameratoo/
CameraTooActivity.java 45 import java.io.FileNotFoundException;
425 } catch (FileNotFoundException ex) {
  /frameworks/base/tests/Camera2Tests/CameraToo/tests/src/com/example/android/camera2/cameratoo/
CameraTooTest.java 30 import java.io.FileNotFoundException;
149 public void capturedImageSaver() throws FileNotFoundException, IOException {
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
FontFamily_Delegate.java 31 import java.io.FileNotFoundException;
133 } catch (FileNotFoundException e) {
  /libcore/luni/src/main/java/java/io/
RandomAccessFile.java 93 * @throws FileNotFoundException
100 public RandomAccessFile(File file, String mode) throws FileNotFoundException {
141 * @throws FileNotFoundException
148 public RandomAccessFile(String fileName, String mode) throws FileNotFoundException {
  /libcore/luni/src/main/java/libcore/net/url/
FtpURLConnection.java 22 import java.io.FileNotFoundException;
280 throw new FileNotFoundException("Unable to retrieve file: " + reply);

Completed in 1220 milliseconds

<<11121314151617181920>>