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

1 2 3 4 5 6 78 91011>>

  /external/android-mock/src/com/google/android/testing/mocking/
UsesMocksProcessor.java 20 import java.io.FileNotFoundException;
230 } catch (FileNotFoundException e) {
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
KeyStore3Test.java 21 import java.io.FileNotFoundException;
164 FileNotFoundException, IOException {
  /external/emma/core/java12/com/vladium/util/
IPathEnumerator.java 14 import java.io.FileNotFoundException;
278 catch (FileNotFoundException fnfe) // ignore: this should not happen
  /frameworks/base/core/java/android/content/
ClipData.java 28 import java.io.FileNotFoundException;
284 } catch (FileNotFoundException e) {
  /frameworks/base/core/java/android/os/
FileUtils.java 22 import java.io.FileNotFoundException;
255 public static long checksumCrc32(File file) throws FileNotFoundException, IOException {
ParcelFileDescriptor.java 21 import java.io.FileNotFoundException;
97 * @throws FileNotFoundException Throws FileNotFoundException if the given
101 throws FileNotFoundException {
  /frameworks/base/core/java/android/webkit/
FileLoader.java 102 } catch (java.io.FileNotFoundException ex) {
174 } catch (java.io.FileNotFoundException ex) {
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsProvider.java 19 import java.io.FileNotFoundException;
620 public ParcelFileDescriptor openFile(Uri uri, String mode) throws FileNotFoundException {
648 throw new FileNotFoundException(e.getMessage());
661 public AssetFileDescriptor openAssetFile(Uri uri, String mode) throws FileNotFoundException {
689 throw new FileNotFoundException(e.getMessage());
697 } catch (FileNotFoundException ex) {
704 } catch (FileNotFoundException ex) {
713 throw new FileNotFoundException(); // or return null ?
    [all...]
  /frameworks/base/services/java/com/android/server/
DockObserver.java 37 import java.io.FileNotFoundException;
109 } catch (FileNotFoundException e) {
WiredAccessoryObserver.java 34 import java.io.FileNotFoundException;
151 } catch (FileNotFoundException e) {
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
ReliabilityTest.java 30 import java.io.FileNotFoundException;
66 throw new FileNotFoundException("test list file not found.");
  /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;
202 throw new FileNotFoundException(getEntryName());
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppLauncherActivity.java 38 import java.io.FileNotFoundException;
227 } catch (FileNotFoundException e) {
228 Log.e(TAG, "FileNotFoundException: " + e.toString());
  /packages/apps/Browser/src/com/android/browser/
CrashRecoveryHandler.java 31 import java.io.FileNotFoundException;
206 } catch (FileNotFoundException e) {
  /packages/apps/Exchange/src/com/android/exchange/adapter/
AttachmentLoader.java 39 import java.io.FileNotFoundException;
229 } catch (FileNotFoundException e) {
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
UriImage.java 36 import java.io.FileNotFoundException;
119 } catch (FileNotFoundException e) {
  /packages/apps/Mms/src/com/android/mms/model/
MediaModel.java 37 import java.io.FileNotFoundException;
297 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/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
PinyinDecoderService.java 22 import java.io.FileNotFoundException;
158 } catch (FileNotFoundException e) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
WidgetClassLoader.java 24 import java.io.FileNotFoundException;
148 * @throws FileNotFoundException if the file is not found.
150 WidgetClassLoader(String osFilePath) throws FileNotFoundException {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
KeySelectionPage.java 38 import java.io.FileNotFoundException;
202 } catch (FileNotFoundException e) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger.tests/src/com/android/ide/eclipse/gldebugger/
MessageQueueTest.java 35 import java.io.FileNotFoundException;
119 public void testRunWithFile() throws FileNotFoundException, IOException, InterruptedException {
  /sdk/layoutlib_api/sample/src/com/example/android/render/
RenderService.java 41 import java.io.FileNotFoundException;
172 * @throws FileNotFoundException
174 public RenderSession createRenderSession(String layoutName) throws FileNotFoundException,

Completed in 1186 milliseconds

1 2 3 4 5 6 78 91011>>