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

<<11121314151617181920>>

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/services/rss/
RSSFeedPublisherTask.java 18 import java.io.FileNotFoundException;
185 catch (FileNotFoundException e)
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
FingerPrint.java 15 import java.io.FileNotFoundException;
219 } catch (FileNotFoundException e) {
  /external/emma/core/java12/com/vladium/util/
IPathEnumerator.java 14 import java.io.FileNotFoundException;
278 catch (FileNotFoundException fnfe) // ignore: this should not happen
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
AbstractHeightMap.java 35 import java.io.FileNotFoundException;
267 } catch (FileNotFoundException e) {
  /frameworks/base/core/java/android/net/
SamplingDataTracker.java 24 import java.io.FileNotFoundException;
122 } catch(FileNotFoundException e) {
  /frameworks/base/core/java/android/os/
FileUtils.java 32 import java.io.FileNotFoundException;
304 public static long checksumCrc32(File file) throws FileNotFoundException, IOException {
  /frameworks/base/packages/DefaultContainerService/src/com/android/defcontainer/
DefaultContainerService.java 55 import java.io.FileNotFoundException;
137 } catch (FileNotFoundException e) {
462 ContainerEncryptionParams encryptionParams) throws FileNotFoundException, IOException,
474 } catch (FileNotFoundException e) {
483 throw new FileNotFoundException("provider returned no file descriptor");
492 throw new FileNotFoundException("Package URI is not 'file:' or 'content:'");
779 * @throws FileNotFoundException when APK does not exist
785 throw new FileNotFoundException();
838 throw new FileNotFoundException();
    [all...]
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DirectoryLoader.java 46 import java.io.FileNotFoundException;
112 } catch (FileNotFoundException e) {
  /frameworks/base/services/java/com/android/server/display/
PersistentDataStore.java 34 import java.io.FileNotFoundException;
191 } catch (FileNotFoundException ex) {
  /frameworks/base/services/java/com/android/server/pm/
SELinuxMMAC.java 30 import java.io.FileNotFoundException;
97 } catch (FileNotFoundException e) {
  /frameworks/base/services/java/com/android/server/wm/
DisplaySettings.java 33 import java.io.FileNotFoundException;
101 } catch (FileNotFoundException e) {
  /frameworks/base/tests/backup/src/com/android/backuptest/
BackupTestActivity.java 40 import java.io.FileNotFoundException;
209 } catch (FileNotFoundException ex) {
  /libcore/luni/src/main/java/libcore/net/url/
JarURLConnectionImpl.java 21 import java.io.FileNotFoundException;
198 throw new FileNotFoundException(getEntryName());
  /libcore/support/src/test/java/tests/support/resource/
Support_Resources.java 22 import java.io.FileNotFoundException;
116 } catch (FileNotFoundException e) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppLauncherActivity.java 38 import java.io.FileNotFoundException;
268 } catch (FileNotFoundException e) {
269 Log.e(TAG, "FileNotFoundException: " + e.toString());
  /packages/apps/Browser/src/com/android/browser/
CrashRecoveryHandler.java 31 import java.io.FileNotFoundException;
176 } catch (FileNotFoundException e) {
  /packages/apps/Camera2/src/com/android/camera/data/
MediaDetails.java 27 import java.io.FileNotFoundException;
141 } catch (FileNotFoundException e) {
  /packages/apps/Camera2/src/com/android/camera/ui/
ZoomView.java 32 import java.io.FileNotFoundException;
255 } catch (FileNotFoundException e) {
  /packages/apps/Contacts/src/com/android/contacts/activities/
AttachPhotoActivity.java 47 import java.io.FileNotFoundException;
223 } catch (FileNotFoundException e) {
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
MediaDetails.java 26 import java.io.FileNotFoundException;
139 } catch (FileNotFoundException e) {
UriImage.java 36 import java.io.FileNotFoundException;
109 } catch (FileNotFoundException e) {
  /packages/apps/Mms/src/com/android/mms/model/
MediaModel.java 21 import java.io.FileNotFoundException;
257 if (e instanceof FileNotFoundException) {
  /packages/apps/Nfc/src/com/android/nfc/
NfceeAccessControl.java 21 import java.io.FileNotFoundException;
255 } catch (FileNotFoundException e) {
  /packages/apps/Settings/src/com/android/settings/
SettingsLicenseActivity.java 36 import java.io.FileNotFoundException;
93 } catch (FileNotFoundException e) {
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
AttachmentUtils.java 33 import java.io.FileNotFoundException;
204 throw new FileNotFoundException("Missing contentUri in attachment");

Completed in 701 milliseconds

<<11121314151617181920>>