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

1 2 3 4 5 67 8 91011>>

  /frameworks/base/core/java/android/content/
ContentProvider.java 51 import java.io.FileNotFoundException;
364 IBinder callerToken) throws FileNotFoundException {
380 throws FileNotFoundException {
413 Bundle opts, ICancellationSignal cancellationSignal) throws FileNotFoundException {
464 IBinder callerToken) throws FileNotFoundException, SecurityException {
468 throw new FileNotFoundException("App op not allowed");
473 throw new FileNotFoundException("App op not allowed");
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/datamodel/media/
ImageRequest.java 31 import java.io.FileNotFoundException;
94 * @throws FileNotFoundException
96 protected abstract InputStream getInputStreamForResource() throws FileNotFoundException;
128 protected boolean isGif() throws FileNotFoundException {
171 throw new FileNotFoundException();
214 throw new FileNotFoundException();
  /dalvik/dx/src/com/android/multidex/
ClassReferenceListBuilder.java 30 import java.io.FileNotFoundException;
86 } catch (FileNotFoundException e) {
150 } catch (FileNotFoundException e) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
BuildMachineManager.java 21 import java.io.FileNotFoundException;
142 } catch (FileNotFoundException e) {
171 } catch (FileNotFoundException e) {
  /external/okhttp/samples/static-server/src/main/java/com/squareup/okhttp/sample/
SampleServer.java 10 import java.io.FileNotFoundException;
43 if (!path.startsWith("/") || path.contains("..")) throw new FileNotFoundException();
49 } catch (FileNotFoundException e) {
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowContext.java 15 import java.io.FileNotFoundException;
113 public FileInputStream openFileInput(String path) throws FileNotFoundException {
118 public FileOutputStream openFileOutput(String path, int mode) throws FileNotFoundException {
  /frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
Tracer.java 21 import java.io.FileNotFoundException;
66 public FileSink(File file) throws FileNotFoundException {
144 } catch (FileNotFoundException e) {
  /frameworks/base/media/java/android/media/
MediaMetadataRetriever.java 28 import java.io.FileNotFoundException;
72 } catch (FileNotFoundException fileEx) {
174 } catch(FileNotFoundException e) {
  /frameworks/base/services/core/java/com/android/server/
EntropyMixer.java 20 import java.io.FileNotFoundException;
129 } catch (FileNotFoundException e) {
194 } catch (FileNotFoundException ignored) {
  /libcore/dalvik/src/main/java/dalvik/system/
DexFile.java 22 import java.io.FileNotFoundException;
316 * @throws java.io.FileNotFoundException if fileName is not readable,
323 throws FileNotFoundException, IOException;
364 * @throws java.io.FileNotFoundException if fileName is not readable,
374 throws FileNotFoundException, IOException;
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppSendFileInfo.java 46 import java.io.FileNotFoundException;
171 } catch (FileNotFoundException e) {
178 } catch (FileNotFoundException e) {
  /packages/apps/Gallery/src/com/android/camera/gallery/
UriImage.java 30 import java.io.FileNotFoundException;
60 } catch (FileNotFoundException ex) {
74 } catch (FileNotFoundException ex) {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/
XmpPresets.java 33 import java.io.FileNotFoundException;
67 } catch (FileNotFoundException e) {
100 } catch (FileNotFoundException e) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/
VersionCheck.java 33 import java.io.FileNotFoundException;
92 } catch (FileNotFoundException e) {
163 } catch (FileNotFoundException e) {
  /art/test/068-classloader/src/
FancyLoader.java 18 import java.io.FileNotFoundException;
146 } catch (FileNotFoundException fnfe) {
  /art/test/138-duplicate-classes-check/src/
FancyLoader.java 18 import java.io.FileNotFoundException;
147 } catch (FileNotFoundException fnfe) {
  /art/test/138-duplicate-classes-check2/src/
FancyLoader.java 18 import java.io.FileNotFoundException;
147 } catch (FileNotFoundException fnfe) {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
ByodIconSamplerActivity.java 31 import java.io.FileNotFoundException;
70 } catch (FileNotFoundException e) {
71 Log.d(TAG, "sampleImage: FileNotFoundException ", e);
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
CtsInstrumentationApkTest.java 30 import java.io.FileNotFoundException;
104 } catch (FileNotFoundException e) {
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
SharingReceiverSupport.java 30 import java.io.FileNotFoundException;
81 } catch (FileNotFoundException e) {
  /external/android-mock/src/com/google/android/testing/mocking/
ProcessorLogger.java 20 import java.io.FileNotFoundException;
91 } catch (FileNotFoundException e) {
  /external/protobuf/examples/
AddPerson.java 7 import java.io.FileNotFoundException;
78 } catch (FileNotFoundException e) {
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/io/
FileDeferredOutputStream.java 19 public FileDeferredOutputStream(@Nonnull File backingFile) throws FileNotFoundException {
23 public FileDeferredOutputStream(@Nonnull File backingFile, int bufferSize) throws FileNotFoundException {
  /external/vogar/src/vogar/
SshTarget.java 20 import java.io.FileNotFoundException;
98 @Override public List<File> ls(File directory) throws FileNotFoundException {
  /frameworks/base/test-runner/src/android/test/mock/
MockIContentProvider.java 33 import java.io.FileNotFoundException;
110 Bundle opts, ICancellationSignal signal) throws RemoteException, FileNotFoundException {

Completed in 1937 milliseconds

1 2 3 4 5 67 8 91011>>