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

1 2 3 4 5 6 78 91011>>

  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
ParserFactory.java 30 import java.io.FileNotFoundException;
55 throws XmlPullParserException, FileNotFoundException {
  /frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/setup/
LayoutPullParser.java 26 import java.io.FileNotFoundException;
61 } catch (FileNotFoundException e) {
  /frameworks/data-binding/gradlePlugin/src/main/java/android/databinding/tool/
DataBindingExcludeGeneratedTask.java 33 import java.io.FileNotFoundException;
114 } catch (FileNotFoundException e) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
TelephonyTester.java 34 import java.io.FileNotFoundException;
138 } catch (FileNotFoundException ex) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
SpnOverride.java 20 import java.io.FileNotFoundException;
82 } catch (FileNotFoundException e) {
VoiceMailConstants.java 26 import java.io.FileNotFoundException;
81 } catch (FileNotFoundException e) {
  /packages/apps/Email/provider_src/com/android/email/service/
ImapTempFileLiteral.java 33 import java.io.FileNotFoundException;
80 } catch (FileNotFoundException e) {
  /packages/apps/Gallery2/src_pd/com/android/gallery3d/picasasource/
PicasaSource.java 32 import java.io.FileNotFoundException;
129 throws FileNotFoundException {
  /packages/apps/Messaging/src/com/android/messaging/datamodel/
FileProvider.java 28 import java.io.FileNotFoundException;
110 throws FileNotFoundException {
  /packages/apps/Messaging/src/com/android/messaging/datamodel/media/
CompositeImageRequest.java 29 import java.io.FileNotFoundException;
106 protected InputStream getInputStreamForResource() throws FileNotFoundException {
  /packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
MmsVideoRecorder.java 29 import java.io.FileNotFoundException;
47 throws FileNotFoundException {
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
EmlMessageLoader.java 33 import java.io.FileNotFoundException;
58 } catch (FileNotFoundException e) {
  /packages/apps/UnifiedEmail/tests/src/com/android/mail/browse/
EmlMessageLoaderTest.java 31 import java.io.FileNotFoundException;
89 public ParcelFileDescriptor openFile(Uri uri, String mode) throws FileNotFoundException {
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/debug/
DumpFileProvider.java 28 import java.io.FileNotFoundException;
75 public ParcelFileDescriptor openFile(Uri uri, String mode) throws FileNotFoundException {
  /sdk/dumpeventlog/src/com/android/dumpeventlog/
DumpEventLog.java 30 import java.io.FileNotFoundException;
123 } catch (FileNotFoundException e) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/model/
GLTrace.java 28 import java.io.FileNotFoundException;
91 } catch (FileNotFoundException e1) {
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
SuggestionsAdapter.java 48 import java.io.FileNotFoundException;
532 throw new FileNotFoundException("Resource does not exist: " + uri);
538 throw new FileNotFoundException("Failed to open " + uri);
550 } catch (FileNotFoundException fnfe) {
674 Drawable getDrawableFromResourceUri(Uri uri) throws FileNotFoundException {
678 throw new FileNotFoundException("No authority: " + uri);
683 throw new FileNotFoundException("No package found for authority: " + uri);
688 throw new FileNotFoundException("No path: " + uri);
696 throw new FileNotFoundException("Single path segment is not a resource ID: " + uri);
701 throw new FileNotFoundException("More than two path segments: " + uri)
    [all...]
  /art/tools/dexfuzz/src/dexfuzz/listeners/
UniqueProgramTrackerListener.java 25 import java.io.FileNotFoundException;
97 } catch (FileNotFoundException e) {
125 } catch (FileNotFoundException e) {
163 } catch (FileNotFoundException e) {
  /cts/tests/tests/os/src/android/os/cts/
SeccompTest.java 39 import java.io.FileNotFoundException;
258 } catch (FileNotFoundException e) {
272 } catch (FileNotFoundException e) {
379 } catch (FileNotFoundException e) {
  /external/jmonkeyengine/engine/src/core-plugins/com/jme3/asset/plugins/
FileLocator.java 74 }catch (FileNotFoundException ex){
  /external/okhttp/okio/okio/src/main/java/okio/
Okio.java 20 import java.io.FileNotFoundException;
157 public static Source source(File file) throws FileNotFoundException {
172 public static Sink sink(File file) throws FileNotFoundException {
178 public static Sink appendingSink(File file) throws FileNotFoundException {
  /frameworks/base/test-runner/src/android/test/
RenamingDelegatingContext.java 31 import java.io.FileNotFoundException;
184 throws FileNotFoundException {
189 throw new FileNotFoundException(internalName);
195 throws FileNotFoundException {
  /frameworks/base/test-runner/src/android/test/mock/
MockContentProvider.java 37 import java.io.FileNotFoundException;
88 throws RemoteException, FileNotFoundException {
95 IBinder callerToken) throws RemoteException, FileNotFoundException {
132 throws RemoteException, FileNotFoundException {
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/src/androidx/media/filterfw/samples/simplecamera/
ContrastRatioFilterTest.java 32 import java.io.FileNotFoundException;
ExposureFilterTest.java 30 import java.io.FileNotFoundException;

Completed in 1764 milliseconds

1 2 3 4 5 6 78 91011>>