Searched
refs:FileNotFoundException (Results
301 -
325 of
745) sorted by null
<<11121314151617181920>>
| /cts/tests/tests/content/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/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 | 48 import java.io.FileNotFoundException; 149 public FileInputStream openFileInput(String name) throws FileNotFoundException { 154 public FileOutputStream openFileOutput(String name, int mode) throws FileNotFoundException {
|
| /frameworks/support/tests/java/android/support/v4/content/ |
| FileProviderTest.java | 35 import java.io.FileNotFoundException; 262 } catch(FileNotFoundException e) { 287 } catch(FileNotFoundException e) {
|
| /packages/apps/Exchange/src/com/android/exchange/eas/ |
| EasOutboxSync.java | 38 import java.io.FileNotFoundException; 134 } catch (final FileNotFoundException e) { 236 } 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) {
|
| /packages/apps/Mms/src/com/android/mms/util/ |
| ThumbnailManager.java | 38 import java.io.FileNotFoundException; 457 } catch (FileNotFoundException e) { 469 } catch (FileNotFoundException e) {
|
| /packages/apps/Settings/src/com/android/settings/users/ |
| EditUserPhotoController.java | 51 import java.io.FileNotFoundException; 251 } catch (FileNotFoundException fe) { 273 } catch (FileNotFoundException fe) {
|
| /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
| BinaryDictionaryFileDumper.java | 42 import java.io.FileNotFoundException; 204 } catch (FileNotFoundException e) { 400 * @throw FileNotFoundException if the provider returns non-existent data. 432 * IOException. Other usual conditions for IOException or FileNotFoundException 439 final BufferedOutputStream output) throws FileNotFoundException, IOException {
|
| /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/analyzer/ |
| ExposureCompensationTest.java | 27 import java.io.FileNotFoundException;
|
| /cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
| DrawableTest.java | 26 import java.io.FileNotFoundException; 159 public void testCreateFromStream() throws FileNotFoundException, IOException { 203 public void testCreateFromResourceStream1() throws FileNotFoundException, IOException { 250 public void testCreateFromResourceStream2() throws FileNotFoundException, IOException {
|
| /cts/tools/cts-java-scanner-doclet/src/com/android/cts/javascannerdoclet/ |
| CtsJavaScannerDoclet.java | 20 import java.io.FileNotFoundException;
|
| /external/antlr/antlr-3.4/antlr3-maven-archetype/src/main/resources/archetype-resources/src/main/java/ |
| Main.java | 235 catch (FileNotFoundException ex)
|
| /external/apache-harmony/support/src/test/java/tests/support/resource/ |
| Support_Resources.java | 21 import java.io.FileNotFoundException;
|
| /external/deqp/android/package/src/com/drawelements/deqp/testercore/ |
| DeqpInstrumentation.java | 41 import java.io.FileNotFoundException;
|
| /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/ |
| ScenarioData.java | 15 import java.io.FileNotFoundException; 243 } catch (FileNotFoundException e) { 415 } catch (FileNotFoundException e) { 456 } catch (FileNotFoundException e) {
|
| /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/piff/ |
| PlayReadyHeader.java | 9 import java.io.FileNotFoundException;
|
| /frameworks/base/core/java/android/widget/ |
| SuggestionsAdapter.java | 47 import java.io.FileNotFoundException; 575 throw new FileNotFoundException("Resource does not exist: " + uri); 581 throw new FileNotFoundException("Failed to open " + uri); 593 } catch (FileNotFoundException fnfe) {
|
| /frameworks/base/services/core/java/com/android/server/ |
| AssetAtlasService.java | 43 import java.io.FileNotFoundException; 357 } catch (FileNotFoundException e) { 507 } catch (FileNotFoundException e) { 543 } catch (FileNotFoundException e) {
|
| /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
| GraphExporter.java | 50 throws java.io.FileNotFoundException, java.io.IOException {
|
| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/ |
| PrintStreamTest.java | 25 import java.io.FileNotFoundException; 46 public MockPrintStream(String fileName) throws FileNotFoundException { 50 public MockPrintStream(String fileName, String csn) throws FileNotFoundException, UnsupportedEncodingException { 160 public void test_clearError() throws FileNotFoundException {
|
| /libcore/luni/src/main/java/libcore/io/ |
| IoBridge.java | 27 import java.io.FileNotFoundException; 432 * java.io only throws FileNotFoundException when opening files, regardless of what actually 437 public static FileDescriptor open(String path, int flags) throws FileNotFoundException { 456 FileNotFoundException ex = new FileNotFoundException(path + ": " + errnoException.getMessage());
|
Completed in 1233 milliseconds
<<11121314151617181920>>