Searched
refs:FileNotFoundException (Results
376 -
400 of
610) sorted by null
<<11121314151617181920>>
/packages/apps/Camera2/src/com/android/camera/crop/ |
ImageLoader.java | 36 import java.io.FileNotFoundException; 254 } catch (FileNotFoundException e) { 255 Log.e(LOGTAG, "FileNotFoundException for " + uri, e);
|
/packages/apps/Camera2/src/com/android/camera/tinyplanet/ |
TinyPlanetFragment.java | 53 import java.io.FileNotFoundException; 439 } catch (FileNotFoundException e) {
|
/packages/apps/Email/tests/src/com/android/emailcommon/utility/ |
UtilityUnitTests.java | 42 import java.io.FileNotFoundException; 209 public void testExternalStoragePermissions() throws FileNotFoundException, IOException {
|
/packages/apps/Gallery/src/com/android/camera/ |
ImageManager.java | 44 import java.io.FileNotFoundException; 219 } catch (FileNotFoundException ex) {
|
/packages/apps/VideoEditor/src/com/android/videoeditor/util/ |
ImageUtils.java | 20 import java.io.FileNotFoundException; 170 throws FileNotFoundException, IOException {
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/ |
DictionaryProvider.java | 37 import java.io.FileNotFoundException; 325 } catch (FileNotFoundException e) {
|
/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/ |
XmlDictInputOutput.java | 27 import java.io.FileNotFoundException; 279 } catch (FileNotFoundException e) {
|
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/ |
PhotoSource.java | 30 import java.io.FileNotFoundException; 246 } catch (FileNotFoundException fnf) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/ |
CollectTraceAction.java | 54 import java.io.FileNotFoundException; 230 } catch (FileNotFoundException e) {
|
/cts/tests/tests/database/src/android/database/cts/ |
DatabaseUtilsTest.java | 37 import java.io.FileNotFoundException; 515 DatabaseUtils.writeExceptionToParcel(parcel, new FileNotFoundException()); 525 DatabaseUtils.writeExceptionToParcel(parcel, new FileNotFoundException()); 529 fail("should throw FileNotFoundException."); 530 } catch (FileNotFoundException e) {
|
/development/samples/ApiDemos/src/com/example/android/apis/content/ |
InstallApk.java | 42 import java.io.FileNotFoundException;
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
RandomAccessFileTest.java | 23 import java.io.FileNotFoundException; 114 fail("should throw FileNotFoundException."); 115 } catch (FileNotFoundException e) { 125 fail("should throw FileNotFoundException."); 126 } catch (FileNotFoundException e) { 139 } catch (FileNotFoundException expected) { [all...] |
/external/apache-harmony/security/src/test/api/java.injected/java/security/ |
ProviderTest.java | 25 import java.io.FileNotFoundException;
|
/external/emma/core/java12/com/vladium/emma/instr/ |
InstrProcessorST.java | 13 import java.io.FileNotFoundException; 272 catch (FileNotFoundException fnfe) 510 catch (FileNotFoundException fnfe) [all...] |
/external/jmonkeyengine/engine/src/desktop/com/jme3/system/ |
Natives.java | 166 } catch (FileNotFoundException ex) {
|
/external/proguard/src/proguard/ |
ProGuard.java | 422 throws FileNotFoundException
|
/external/smack/src/org/jivesoftware/smackx/filetransfer/ |
OutgoingFileTransfer.java | 234 } catch (FileNotFoundException e) {
|
/external/smali/util/src/main/java/org/jf/util/ |
ClassFileNameHandler.java | 334 //FileReader should have thrown a FileNotFoundException. Otherwise, we should have opened 340 } catch (FileNotFoundException ex) {
|
/frameworks/base/core/java/android/content/ |
ContentProviderNative.java | 36 import java.io.FileNotFoundException; 572 throws RemoteException, FileNotFoundException { 598 throws RemoteException, FileNotFoundException { 668 Bundle opts, ICancellationSignal signal) throws RemoteException, FileNotFoundException {
|
/frameworks/base/core/java/android/database/ |
DatabaseUtils.java | 39 import java.io.FileNotFoundException; 87 if (e instanceof FileNotFoundException) { 141 Parcel reply) throws FileNotFoundException { 146 throw new FileNotFoundException(msg); [all...] |
/frameworks/base/services/java/com/android/server/updates/ |
ConfigUpdateInstallReceiver.java | 33 import java.io.FileNotFoundException;
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/src/androidx/media/filterfw/samples/simplecamera/ |
FaceSquareFilterTest.java | 33 import java.io.FileNotFoundException;
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
BridgeContext.java | 79 import java.io.FileNotFoundException; 382 } catch (FileNotFoundException e) { [all...] |
/libcore/dom/src/test/java/org/w3c/domts/ |
DOMTest.java | 127 new java.io.FileNotFoundException(docURI));
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/ |
SaveImage.java | 47 import java.io.FileNotFoundException; 228 } catch (FileNotFoundException e) { 255 } catch (FileNotFoundException e) { 278 } catch (FileNotFoundException e) {
|
Completed in 1118 milliseconds
<<11121314151617181920>>