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

<<11121314151617181920>>

  /packages/apps/Camera2/src/com/android/camera/data/
MediaDetails.java 27 import java.io.FileNotFoundException;
141 } catch (FileNotFoundException e) {
PhotoItem.java 42 import java.io.FileNotFoundException;
232 } catch (FileNotFoundException e) {
  /packages/apps/Camera2/src/com/android/camera/ui/
ZoomView.java 35 import java.io.FileNotFoundException;
275 } catch (FileNotFoundException e) {
  /packages/apps/Contacts/src/com/android/contacts/util/
ContactPhotoUtils.java 36 import java.io.FileNotFoundException;
94 * @throws FileNotFoundException
96 public static Bitmap getBitmapFromUri(Context context, Uri uri) throws FileNotFoundException {
  /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/Messaging/src/com/android/messaging/datamodel/media/
AvatarRequest.java 37 import java.io.FileNotFoundException;
52 protected InputStream getInputStreamForResource() throws FileNotFoundException {
  /packages/apps/Messaging/src/com/android/messaging/util/
LogSaver.java 26 import java.io.FileNotFoundException;
241 } catch (FileNotFoundException e) {
  /packages/apps/Nfc/src/com/android/nfc/
NfceeAccessControl.java 21 import java.io.FileNotFoundException;
255 } catch (FileNotFoundException e) {
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
AbstractConversationWebViewClient.java 45 import java.io.FileNotFoundException;
127 } catch (FileNotFoundException e) {
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
AttachmentUtils.java 33 import java.io.FileNotFoundException;
203 throw new FileNotFoundException("Missing contentUri in attachment");
  /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) {
  /frameworks/base/packages/WallpaperCropper/src/com/android/photos/
BitmapRegionTileSource.java 42 import java.io.FileNotFoundException;
266 private InputStream regenerateInputStream() throws FileNotFoundException {
283 } catch (FileNotFoundException e) {
295 } catch (FileNotFoundException e) {
308 } 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) {
  /cts/tests/tests/content/src/android/content/cts/
ContentResolverTest.java 42 import java.io.FileNotFoundException;
472 fail("did not throw FileNotFoundException when uri is invalid.");
473 } catch (FileNotFoundException e) {
494 fail("did not throw FileNotFoundException when scheme is not accepted.");
495 } catch (FileNotFoundException e) {
501 fail("did not throw FileNotFoundException when scheme is not accepted.");
502 } catch (FileNotFoundException e) {
509 fail("did not throw FileNotFoundException when uri is invalid.");
510 } catch (FileNotFoundException e) {
516 fail("did not throw FileNotFoundException when uri is invalid.")
    [all...]
MockContentProvider.java 20 import java.io.FileNotFoundException;
337 public AssetFileDescriptor openAssetFile(Uri uri, String mode) throws FileNotFoundException {
353 throws FileNotFoundException {
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/xml/parsers/
SAXParserTest.java 21 import java.io.FileNotFoundException;
362 } catch (FileNotFoundException fne) {
363 fail("Unexpected FileNotFoundException " + fne.toString());
385 } catch (FileNotFoundException fne) {
386 fail("Unexpected FileNotFoundException " + fne.toString());
550 } catch (FileNotFoundException fne) {
551 fail("Unexpected FileNotFoundException " + fne.toString());
576 } catch (FileNotFoundException fne) {
577 fail("Unexpected FileNotFoundException " + fne.toString());
775 } catch (FileNotFoundException fne)
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
VoicemailProviderTest.java 34 import java.io.FileNotFoundException;
410 } catch (FileNotFoundException e) {
432 } catch (FileNotFoundException e) {
462 } catch (FileNotFoundException e) {
472 } catch (FileNotFoundException e) {
652 } catch (FileNotFoundException e) {
663 } catch (FileNotFoundException e) {
  /cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
BaseDevicePolicyTest.java 36 import java.io.FileNotFoundException;
83 throws FileNotFoundException, DeviceNotAvailableException {
90 protected void installAppAsUser(String appFileName, int userId) 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/tests/coretests/src/android/os/storage/
StorageManagerBaseTest.java 35 import java.io.FileNotFoundException;
286 } catch (FileNotFoundException e) {
481 } catch (FileNotFoundException e) {

Completed in 1306 milliseconds

<<11121314151617181920>>