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

<<11121314151617181920>>

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
Ver3DictEncoder.java 26 import java.io.FileNotFoundException;
57 private void openStream() throws FileNotFoundException {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
MotionEventReader.java 31 import java.io.FileNotFoundException;
60 } catch (FileNotFoundException e) {
ResearchLog.java 28 import java.io.FileNotFoundException;
268 if (mFile == null) throw new FileNotFoundException();
  /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;
154 * @throws FileNotFoundException if the file is not found.
156 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;
204 } catch (FileNotFoundException e) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
TraceFileParserTask.java 32 import java.io.FileNotFoundException;
64 } catch (FileNotFoundException e) {
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
CtsTest.java 49 import java.io.FileNotFoundException;
559 } catch (FileNotFoundException e) {
588 * @throws FileNotFoundException
592 throws ParseException, FileNotFoundException, ConfigurationException {
698 } catch (FileNotFoundException e) {
797 InputStream createXmlStream(File xmlFile) throws FileNotFoundException {
  /external/okhttp/src/main/java/com/squareup/okhttp/internal/
DiskLruCache.java 24 import java.io.FileNotFoundException;
420 } catch (FileNotFoundException e) {
742 } catch (FileNotFoundException e) {
776 } catch (FileNotFoundException e) {
781 } catch (FileNotFoundException e2) {
  /frameworks/base/packages/WallpaperCropper/src/com/android/photos/
BitmapRegionTileSource.java 44 import java.io.FileNotFoundException;
265 private InputStream regenerateInputStream() throws FileNotFoundException {
282 } catch (FileNotFoundException e) {
297 } catch (FileNotFoundException e) {
310 } catch (FileNotFoundException e) {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
ImageLoader.java 46 import java.io.FileNotFoundException;
284 } catch (FileNotFoundException e) {
285 Log.e(LOGTAG, "FileNotFoundException for " + uri, e);
287 Log.e(LOGTAG, "FileNotFoundException for " + uri, e);
331 } catch (FileNotFoundException e) {
332 Log.e(LOGTAG, "FileNotFoundException for " + uri, e);
516 } catch (FileNotFoundException e) {
555 } catch (FileNotFoundException e) {
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/
BitmapRegionTileSource.java 42 import java.io.FileNotFoundException;
266 private InputStream regenerateInputStream() throws FileNotFoundException {
283 } catch (FileNotFoundException e) {
298 } catch (FileNotFoundException e) {
311 } catch (FileNotFoundException e) {
  /cts/tests/tests/content/src/android/content/cts/
ContentResolverTest.java 42 import java.io.FileNotFoundException;
469 fail("did not throw FileNotFoundException when uri is invalid.");
470 } catch (FileNotFoundException e) {
491 fail("did not throw FileNotFoundException when scheme is not accepted.");
492 } catch (FileNotFoundException e) {
498 fail("did not throw FileNotFoundException when scheme is not accepted.");
499 } catch (FileNotFoundException e) {
506 fail("did not throw FileNotFoundException when uri is invalid.");
507 } catch (FileNotFoundException e) {
513 fail("did not throw FileNotFoundException when uri is invalid.")
    [all...]
  /libcore/luni/src/test/java/tests/api/javax/xml/parsers/
SAXParserTest.java 21 import java.io.FileNotFoundException;
367 } catch (FileNotFoundException fne) {
368 fail("Unexpected FileNotFoundException " + fne.toString());
390 } catch (FileNotFoundException fne) {
391 fail("Unexpected FileNotFoundException " + fne.toString());
568 } catch (FileNotFoundException fne) {
569 fail("Unexpected FileNotFoundException " + fne.toString());
594 } catch (FileNotFoundException fne) {
595 fail("Unexpected FileNotFoundException " + fne.toString());
798 } catch (FileNotFoundException fne)
    [all...]
  /cts/tests/src/android/content/cts/
MockContentProvider.java 19 import java.io.FileNotFoundException;
351 public AssetFileDescriptor openAssetFile(Uri uri, String mode) throws FileNotFoundException {
375 throws FileNotFoundException {
  /development/samples/NotePad/src/com/example/android/notepad/
NotePadProvider.java 42 import java.io.FileNotFoundException;
410 * @throws FileNotFoundException if there is no file associated with the incoming URI.
414 throws FileNotFoundException {
444 throw new FileNotFoundException("Unable to query " + uri);
  /development/samples/training/ContactsList/src/com/example/android/contactslist/ui/
ContactDetailFragment.java 57 import java.io.FileNotFoundException;
571 } catch (FileNotFoundException e) {
613 } 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/utils/
Util.java 15 import java.io.FileNotFoundException;
175 } catch (FileNotFoundException e) {
204 } catch (FileNotFoundException e) {
  /frameworks/base/core/java/android/content/
Context.java 46 import java.io.FileNotFoundException;
527 throws FileNotFoundException;
552 throws FileNotFoundException;
    [all...]
  /frameworks/base/core/tests/coretests/src/android/os/storage/
StorageManagerBaseTest.java 35 import java.io.FileNotFoundException;
286 } catch (FileNotFoundException e) {
481 } catch (FileNotFoundException e) {
  /frameworks/base/test-runner/src/android/test/mock/
MockContext.java 47 import java.io.FileNotFoundException;
148 public FileInputStream openFileInput(String name) throws FileNotFoundException {
153 public FileOutputStream openFileOutput(String name, int mode) throws FileNotFoundException {
  /frameworks/support/tests/java/android/support/v4/content/
FileProviderTest.java 31 import java.io.FileNotFoundException;
260 } catch(FileNotFoundException e) {
285 } catch(FileNotFoundException e) {
  /frameworks/testing/uiautomator_test_libraries/src/com/android/uiautomator/platform/
JankTestBase.java 31 import java.io.FileNotFoundException;
238 * @throws FileNotFoundException
242 throws FileNotFoundException, IOException {
264 * @throws FileNotFoundException
268 throws FileNotFoundException, IOException {
  /packages/apps/Exchange/src/com/android/exchange/eas/
EasOutboxSync.java 38 import java.io.FileNotFoundException;
121 } catch (final FileNotFoundException e) {
212 } 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) {

Completed in 979 milliseconds

<<11121314151617181920>>