Searched
refs:FileNotFoundException (Results
276 -
300 of
975) sorted by null
<<11121314151617181920>>
| /external/glide/library/src/main/java/com/bumptech/glide/load/engine/ |
| DecodeJob.java | 17 import java.io.FileNotFoundException; 270 } catch (FileNotFoundException e) { 288 public OutputStream open(File file) throws FileNotFoundException {
|
| /external/guava/guava-tests/test/com/google/common/base/ |
| ThrowablesTest.java | 28 import java.io.FileNotFoundException; 496 FileNotFoundException fnfe = new FileNotFoundException();
|
| /frameworks/base/core/tests/coretests/src/android/app/backup/ |
| BackupDataTest.java | 35 import java.io.FileNotFoundException; 240 private void openForWriting() throws FileNotFoundException { 247 private void openForReading() throws FileNotFoundException {
|
| /frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/ |
| CopyTest.java | 46 import java.io.FileNotFoundException; 243 * @throws FileNotFoundException 245 private void copyToDestination(List<Uri> srcs) throws FileNotFoundException { 302 * @throws FileNotFoundException 304 private void setupTestContext() throws FileNotFoundException {
|
| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/ |
| FileInputStreamTest.java | 22 import java.io.FileNotFoundException; 137 fail("should throw FileNotFoundException."); 138 } catch (FileNotFoundException e) { 147 fail("should throw FileNotFoundException."); 148 } catch (FileNotFoundException e) {
|
| FileOutputStreamTest.java | 23 import java.io.FileNotFoundException; 124 fail("should throw FileNotFoundException."); 125 } catch (FileNotFoundException e) { 134 fail("should throw FileNotFoundException."); 135 } catch (FileNotFoundException e) {
|
| /libcore/luni/src/main/java/java/util/logging/ |
| FileHandler.java | 22 import java.io.FileNotFoundException; 162 private void initOutputFiles() throws FileNotFoundException, IOException { 244 } catch (FileNotFoundException e1) {
|
| /packages/apps/Camera2/src/com/android/camera/util/ |
| XmpUtil.java | 26 import java.io.FileNotFoundException; 93 } catch (FileNotFoundException e) { 160 } catch (FileNotFoundException e) {
|
| /packages/apps/Email/emailcommon/src/com/android/emailcommon/internet/ |
| Rfc822Output.java | 37 import java.io.FileNotFoundException; 245 } catch (FileNotFoundException e) { 275 catch (FileNotFoundException fnfe) { 277 LogUtils.e(TAG, fnfe, "Rfc822Output#writeOneAttachment(), FileNotFoundException" +
|
| /packages/apps/Email/provider_src/com/android/email/provider/ |
| AttachmentProvider.java | 43 import java.io.FileNotFoundException; 139 * FileNotFoundException, and should be fixed for consistency. 141 * @throws FileNotFoundException 144 public ParcelFileDescriptor openFile(Uri uri, String mode) throws FileNotFoundException { 151 throw new FileNotFoundException();
|
| /packages/apps/Exchange/src/com/android/exchange/eas/ |
| EasLoadAttachment.java | 42 import java.io.FileNotFoundException; 260 } catch (final FileNotFoundException e) { 302 } catch (final FileNotFoundException e) {
|
| /packages/apps/Gallery2/src/com/android/gallery3d/app/ |
| VideoUtils.java | 40 import java.io.FileNotFoundException; 82 SaveVideoFileInfo dstFileInfo) throws FileNotFoundException, IOException { 231 throws FileNotFoundException, IOException {
|
| /packages/apps/Messaging/src/com/android/messaging/util/ |
| UriUtil.java | 35 import java.io.FileNotFoundException; 145 } catch (final FileNotFoundException e) { 346 } catch (final FileNotFoundException e) {
|
| /frameworks/base/core/tests/coretests/src/android/content/pm/ |
| AppCacheTest.java | 36 import java.io.FileNotFoundException; 170 } catch (FileNotFoundException e1) { 177 } catch (FileNotFoundException e) { 188 } catch (FileNotFoundException e) { 210 } catch (FileNotFoundException e) { 252 } catch (FileNotFoundException e) { 304 } catch (FileNotFoundException e) { 374 } catch (FileNotFoundException e) { 424 } catch (FileNotFoundException e) {
|
| /cts/apps/CtsVerifier/src/com/android/cts/verifier/backup/ |
| BackupTestActivity.java | 45 import java.io.FileNotFoundException; 161 } catch (FileNotFoundException e) { 190 } catch (FileNotFoundException e) { 214 throws FileNotFoundException {
|
| /external/eyes-free/AccessCheck/src/com/android/accessibility/ |
| AccessibilityValidator.java | 125 } catch (FileNotFoundException fileNotFoundException) { 127 + fileNotFoundException);
|
| /frameworks/base/core/java/android/app/ |
| SharedPreferencesImpl.java | 38 import java.io.FileNotFoundException; 123 } catch (FileNotFoundException e) { 548 } catch (FileNotFoundException e) { 560 } catch (FileNotFoundException e2) {
|
| /frameworks/base/core/java/android/os/ |
| FileUtils.java | 35 import java.io.FileNotFoundException; 311 public static long checksumCrc32(File file) throws FileNotFoundException, IOException { 578 * @throws FileNotFoundException 581 throws FileNotFoundException { 625 throw new FileNotFoundException("Failed to create unique file");
|
| /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/ |
| FailureDialogFragment.java | 35 import java.io.FileNotFoundException;
|
| /frameworks/base/services/usage/java/com/android/server/usage/ |
| UsageStatsXml.java | 72 } catch (FileNotFoundException e) {
|
| /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/src/androidx/media/filterfw/samples/simplecamera/ |
| IfElseFilterTest.java | 32 import java.io.FileNotFoundException;
|
| /packages/apps/UnifiedEmail/src/com/android/mail/providers/ |
| EmlAttachmentProvider.java | 45 import java.io.FileNotFoundException; 321 } catch (FileNotFoundException e) { 327 } catch (FileNotFoundException e) { 401 public ParcelFileDescriptor openFile(Uri uri, String mode) throws FileNotFoundException {
|
| /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/ |
| ItsTestActivity.java | 38 import java.io.FileNotFoundException; 112 } catch (FileNotFoundException e) {
|
| /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/ |
| NfcTestActivity.java | 43 import java.io.FileNotFoundException; 152 } catch (FileNotFoundException e) {
|
| /cts/hostsidetests/appsecurity/src/com/android/cts/appsecurity/ |
| AppSecurityTests.java | 30 import java.io.FileNotFoundException; 97 private File getTestAppFile(String fileName) throws FileNotFoundException {
|
Completed in 1573 milliseconds
<<11121314151617181920>>