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

1 2 3 4 5 6 78 91011>>

  /frameworks/base/services/java/com/android/server/
EntropyMixer.java 20 import java.io.FileNotFoundException;
113 } catch (FileNotFoundException e) {
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
TextureViewActivity.java 35 import java.io.FileNotFoundException;
63 } catch (FileNotFoundException e) {
  /frameworks/base/tools/layoutlib/bridge/src/android/content/res/
BridgeResources.java 43 import java.io.FileNotFoundException;
63 public NinePatchInputStream(File file) throws FileNotFoundException {
264 } catch (FileNotFoundException e) {
298 } catch (FileNotFoundException e) {
562 } catch (FileNotFoundException e) {
595 } catch (FileNotFoundException e) {
622 } catch (FileNotFoundException e) {
654 } catch (FileNotFoundException e) {
  /frameworks/opt/mms/src/java/com/google/android/mms/util/
DrmConvertSession.java 25 import java.io.FileNotFoundException;
141 } catch (FileNotFoundException e) {
  /frameworks/opt/photoviewer/sample/src/com/example/photoviewersample/
SampleProvider.java 11 import java.io.FileNotFoundException;
151 public AssetFileDescriptor openAssetFile(Uri uri, String mode) throws FileNotFoundException {
  /libcore/crypto/src/main/java/org/conscrypt/
CertPinManager.java 20 import java.io.FileNotFoundException;
112 } catch (FileNotFoundException e) {
  /libcore/dalvik/src/main/java/dalvik/system/
DexFile.java 20 import java.io.FileNotFoundException;
315 * @throws java.io.FileNotFoundException if fileName is not readable,
324 throws FileNotFoundException, IOException;
  /libcore/luni/src/main/java/libcore/io/
IoUtils.java 21 import java.io.FileNotFoundException;
201 // between a FileNotFoundException and a general IOException.
208 } catch (FileNotFoundException fnfe) {
  /libcore/luni/src/test/java/libcore/java/io/
FileInputStreamTest.java 22 import java.io.FileNotFoundException;
89 } catch (FileNotFoundException expected) {
  /packages/apps/Calendar/src/com/android/calendar/
ExtensionsFactory.java 26 import java.io.FileNotFoundException;
56 } catch (FileNotFoundException e) {
  /packages/apps/Camera2/src/com/android/camera/data/
RotationTask.java 32 import java.io.FileNotFoundException;
112 } catch (FileNotFoundException e) {
  /packages/apps/Contacts/src/com/android/contacts/util/
ContactPhotoUtils.java 35 import java.io.FileNotFoundException;
91 * @throws FileNotFoundException
93 public static Bitmap getBitmapFromUri(Context context, Uri uri) throws FileNotFoundException {
  /packages/apps/Gallery/src/com/android/camera/gallery/
BaseImage.java 30 import java.io.FileNotFoundException;
150 } catch (FileNotFoundException ex) {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/provider/
SharedImageProvider.java 31 import java.io.FileNotFoundException;
125 throws FileNotFoundException {
  /packages/apps/Mms/src/com/android/mms/
TempFileProvider.java 7 import java.io.FileNotFoundException;
100 public ParcelFileDescriptor openFile(Uri uri, String mode) throws FileNotFoundException {
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ProfileProvider.java 28 import java.io.FileNotFoundException;
112 public AssetFileDescriptor openAssetFile(Uri uri, String mode) throws FileNotFoundException {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
AndroidManifestHelper.java 33 import java.io.FileNotFoundException;
115 if (!(e instanceof FileNotFoundException)) {
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
TestSummaryXml.java 25 import java.io.FileNotFoundException;
46 * @throws FileNotFoundException
  /external/chromium_org/base/android/java/src/org/chromium/base/
CommandLine.java 12 import java.io.FileNotFoundException;
235 } 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/db/
ComponentResults.java 19 import java.io.FileNotFoundException;
268 String readLocalFile(File dir, List scenarios) throws FileNotFoundException {
271 if (!dataFile.exists()) throw new FileNotFoundException();
438 } catch (FileNotFoundException e) {
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/
RobolectricConfig.java 12 import java.io.FileNotFoundException;
70 public void validate() throws FileNotFoundException {
72 throw new FileNotFoundException(androidManifestFile.getAbsolutePath() + " not found or not a file; it should point to your project's AndroidManifest.xml");
76 throw new FileNotFoundException(getResourceDirectory().getAbsolutePath() + " not found or not a directory; it should point to your project's res directory");
  /frameworks/base/core/java/android/webkit/
CacheManager.java 25 import java.io.FileNotFoundException;
  /packages/apps/UnifiedEmail/src/com/android/mail/photomanager/
MemInfoReader.java 91 } catch (java.io.FileNotFoundException e) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
ProjectClassLoader.java 39 import java.io.FileNotFoundException;
166 * @throws FileNotFoundException
169 throws FileNotFoundException {
172 throw new FileNotFoundException();
191 throw new FileNotFoundException();
  /cts/hostsidetests/appsecurity/test-apps/AppWithData/src/com/android/cts/appwithdata/
CreatePrivateDataTest.java 36 import java.io.FileNotFoundException;
105 } catch (FileNotFoundException e) {
192 } catch (FileNotFoundException e) {

Completed in 1037 milliseconds

1 2 3 4 5 6 78 91011>>