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

1 2 3 4 56 7 8 91011>>

  /frameworks/base/tools/layoutlib/bridge/src/android/content/res/
BridgeResources.java 43 import java.io.FileNotFoundException;
63 public NinePatchInputStream(File file) throws FileNotFoundException {
266 } catch (FileNotFoundException e) {
300 } catch (FileNotFoundException e) {
564 } catch (FileNotFoundException e) {
597 } catch (FileNotFoundException e) {
624 } catch (FileNotFoundException e) {
656 } catch (FileNotFoundException e) {
  /libcore/luni/src/test/java/libcore/java/io/
FileInputStreamTest.java 22 import java.io.FileNotFoundException;
89 } catch (FileNotFoundException expected) {
  /libcore/support/src/test/java/tests/support/resource/
Support_Resources.java 21 import java.io.FileNotFoundException;
102 } catch (FileNotFoundException e) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppSendFileInfo.java 38 import java.io.FileNotFoundException;
139 } catch (FileNotFoundException e) {
  /packages/apps/Gallery/src/com/android/camera/gallery/
BaseImage.java 30 import java.io.FileNotFoundException;
150 } catch (FileNotFoundException ex) {
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ProfileProvider.java 25 import java.io.FileNotFoundException;
104 public AssetFileDescriptor openAssetFile(Uri uri, String mode) throws FileNotFoundException {
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DrmConvertSession.java 25 import java.io.FileNotFoundException;
140 } catch (FileNotFoundException e) {
  /sdk/layoutlib_api/sample/src/com/example/android/render/
Main.java 41 import java.io.FileNotFoundException;
132 } catch (FileNotFoundException e) {
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/avd/
HardwareProperties.java 24 import java.io.FileNotFoundException;
169 } catch (FileNotFoundException e) {
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/build/
DebugKeyProvider.java 23 import java.io.FileNotFoundException;
174 } catch (FileNotFoundException e) {
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
UrlOpener.java 36 import java.io.FileNotFoundException;
227 throw new FileNotFoundException(url);
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/io/
FileOp.java 23 import java.io.FileNotFoundException;
175 * @throws FileNotFoundException if the source file doesn't exist.
215 * @throws FileNotFoundException if the source files don't exist.
316 public OutputStream newFileOutputStream(File file) throws FileNotFoundException {
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
TestSummaryXml.java 23 import java.io.FileNotFoundException;
43 * @throws FileNotFoundException
  /frameworks/base/core/java/com/android/internal/util/
MemInfoReader.java 92 } catch (java.io.FileNotFoundException e) {
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/command/
CtsConsole.java 34 import java.io.FileNotFoundException;
191 catch (FileNotFoundException e) {
238 } catch (FileNotFoundException e) {
  /external/doclava/src/com/google/doclava/apicheck/
ApiCheck.java 20 import java.io.FileNotFoundException;
222 } catch (FileNotFoundException ex) {
244 } catch (FileNotFoundException ex) {
  /frameworks/base/core/tests/coretests/src/android/os/
FileUtilsTest.java 30 import java.io.FileNotFoundException;
73 } catch (FileNotFoundException e) {
99 } catch (FileNotFoundException e) {
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
FileClientSessionCache.java 22 import java.io.FileNotFoundException;
160 } catch (FileNotFoundException e) {
197 } catch (FileNotFoundException e) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
BinaryDictionaryFileDumper.java 29 import java.io.FileNotFoundException;
111 } catch (FileNotFoundException e) {
230 * @throw FileNotFoundException if the provider returns non-existent data.
251 * IOException. Other usual conditions for IOException or FileNotFoundException
258 final FileOutputStream output) throws FileNotFoundException, IOException {
  /development/samples/NotePad/tests/src/com/example/android/notepad/
NotePadProviderTest.java 31 import java.io.FileNotFoundException;
233 * This method throws a FileNotFoundException if the URI isn't for a note ID or the MIME type
236 public void testOpenTypedAssetFile() throws FileNotFoundException, IOException {
294 } catch (FileNotFoundException e) {
312 } catch (FileNotFoundException e) {
332 public void testWriteDataToPipe() throws FileNotFoundException {
    [all...]
  /cts/tests/tests/content/src/android/content/cts/
ContentResolverTest.java 40 import java.io.FileNotFoundException;
212 fail("did not throw FileNotFoundException when uri is invalid.");
213 } catch (FileNotFoundException e) {
246 fail("did not throw FileNotFoundException when scheme is not accepted.");
247 } catch (FileNotFoundException e) {
253 fail("did not throw FileNotFoundException when scheme is not accepted.");
254 } catch (FileNotFoundException e) {
261 fail("did not throw FileNotFoundException when uri is invalid.");
262 } catch (FileNotFoundException e) {
268 fail("did not throw FileNotFoundException when uri is invalid.")
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
VoicemailProviderTest.java 32 import java.io.FileNotFoundException;
270 } catch (FileNotFoundException e) {
292 } catch (FileNotFoundException e) {
317 } catch (FileNotFoundException e) {
327 } catch (FileNotFoundException e) {
507 } catch (FileNotFoundException e) {
518 } catch (FileNotFoundException e) {
  /packages/apps/Email/emailcommon/src/org/apache/commons/io/
FileUtils.java 22 import java.io.FileNotFoundException;
123 * @throws FileNotFoundException if the file does not exist
137 throw new FileNotFoundException("File '" + file + "' does not exist");
637 throw new FileNotFoundException("Source '" + srcFile + "' does not exist");
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
FileInputStreamTest.java 23 import java.io.FileNotFoundException;
76 fail("should throw FileNotFoundException.");
77 } catch (FileNotFoundException e) {
86 fail("should throw FileNotFoundException.");
87 } catch (FileNotFoundException e) {
FileOutputStreamTest.java 23 import java.io.FileNotFoundException;
105 fail("should throw FileNotFoundException.");
106 } catch (FileNotFoundException e) {
115 fail("should throw FileNotFoundException.");
116 } catch (FileNotFoundException e) {

Completed in 1968 milliseconds

1 2 3 4 56 7 8 91011>>