/frameworks/opt/photoviewer/src/com/android/ex/photo/util/ |
ImageUtils.java | 36 import java.io.FileNotFoundException; 116 } catch (FileNotFoundException exception) { 146 final BitmapFactory.Options opts) throws FileNotFoundException { 228 InputStream createInputStream() throws FileNotFoundException; 241 public InputStream createInputStream() throws FileNotFoundException { 254 public InputStream createInputStream() throws FileNotFoundException { 292 public InputStream createInputStream() throws FileNotFoundException { 302 private byte[] downloadBytes() throws FileNotFoundException {
|
/packages/apps/Calculator/src/com/android/calculator2/ |
Persist.java | 22 import java.io.FileNotFoundException; 62 } catch (FileNotFoundException e) {
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/extensions/ |
ExtensionsFactory.java | 22 import java.io.FileNotFoundException; 63 } catch (FileNotFoundException e) {
|
/packages/providers/DownloadProvider/tests/permission/src/com/android/providers/downloads/permission/tests/ |
DownloadProviderPermissionsTest.java | 19 import java.io.FileNotFoundException; 62 } catch (FileNotFoundException e) {
|
/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/ |
DictionaryMaker.java | 32 import java.io.FileNotFoundException; 231 throws FileNotFoundException, ParserConfigurationException, SAXException, IOException, 246 SAXException, FileNotFoundException { 263 * @throws FileNotFoundException if the file can't be found 268 throws FileNotFoundException, IOException, UnsupportedFormatException { 279 * @throws FileNotFoundException if the file can't be found 283 throws FileNotFoundException, IOException { 307 * @throws FileNotFoundException if one of the files can't be found 314 throws FileNotFoundException, SAXException, IOException, ParserConfigurationException { 329 * @throws FileNotFoundException if one of the output files can't be created [all...] |
/developers/build/prebuilts/gradle/StorageProvider/StorageProviderSample/src/main/java/com/example/android/storageprovider/ |
MyCloudProvider.java | 39 import java.io.FileNotFoundException; 105 public Cursor queryRoots(String[] projection) throws FileNotFoundException { 155 throws FileNotFoundException { 207 throws FileNotFoundException { 248 throws FileNotFoundException { 261 throws FileNotFoundException { 274 String sortOrder) throws FileNotFoundException { 294 throws FileNotFoundException { 321 throw new FileNotFoundException("Failed to open document with id " + documentId + 334 throws FileNotFoundException { [all...] |
/developers/samples/android/content/documentsUi/StorageProvider/StorageProviderSample/src/main/java/com/example/android/storageprovider/ |
MyCloudProvider.java | 39 import java.io.FileNotFoundException; 105 public Cursor queryRoots(String[] projection) throws FileNotFoundException { 155 throws FileNotFoundException { 207 throws FileNotFoundException { 248 throws FileNotFoundException { 261 throws FileNotFoundException { 274 String sortOrder) throws FileNotFoundException { 294 throws FileNotFoundException { 321 throw new FileNotFoundException("Failed to open document with id " + documentId + 334 throws FileNotFoundException { [all...] |
/development/samples/browseable/StorageProvider/src/com.example.android.storageprovider/ |
MyCloudProvider.java | 39 import java.io.FileNotFoundException; 105 public Cursor queryRoots(String[] projection) throws FileNotFoundException { 155 throws FileNotFoundException { 207 throws FileNotFoundException { 248 throws FileNotFoundException { 261 throws FileNotFoundException { 274 String sortOrder) throws FileNotFoundException { 294 throws FileNotFoundException { 321 throw new FileNotFoundException("Failed to open document with id " + documentId + 334 throws FileNotFoundException { [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/provider/ |
GalleryProvider.java | 41 import java.io.FileNotFoundException; 174 throws FileNotFoundException { 178 throw new FileNotFoundException("cannot open file for write"); 183 throw new FileNotFoundException(uri.toString()); 188 throw new FileNotFoundException("unspported type: " + object); 207 final T args, final PipeDataWriter<T> func) throws FileNotFoundException { 224 throw new FileNotFoundException("failure making pipe");
|
/packages/apps/VideoEditor/src/com/android/videoeditor/util/ |
FileUtils.java | 20 import java.io.FileNotFoundException; 57 throws FileNotFoundException, IOException { 61 throw new FileNotFoundException("Cannot create folder: " + dir.getAbsolutePath()); 65 throw new FileNotFoundException("Cannot create file .nomedia"); 83 throws FileNotFoundException, IOException { 165 throws FileNotFoundException, IOException { 226 throws FileNotFoundException, IOException {
|
/cts/tests/tests/content/src/android/content/cts/ |
ContentProviderTest.java | 33 import java.io.FileNotFoundException; 58 fail("Should always throw out FileNotFoundException!"); 59 } catch (FileNotFoundException e) { 64 fail("Should always throw out FileNotFoundException!"); 65 } catch (FileNotFoundException e) { 178 fail("Should always throw out FileNotFoundException!"); 179 } catch (FileNotFoundException e) { 184 fail("Should always throw out FileNotFoundException!"); 185 } catch (FileNotFoundException e) { 214 fail("Should throw FileNotFoundException!"); [all...] |
/cts/tests/tests/provider/src/android/provider/cts/ |
MediaStore_FilesTest.java | 34 import java.io.FileNotFoundException; 177 } catch (FileNotFoundException e) { 189 } catch (FileNotFoundException e) { 197 } catch (FileNotFoundException e) { 209 } catch (FileNotFoundException e) { 227 } catch (FileNotFoundException e) { 237 } catch (FileNotFoundException e) { 269 } catch (FileNotFoundException e) { 272 } catch (FileNotFoundException e) {
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/ |
TestResultRepo.java | 24 import java.io.FileNotFoundException; 76 } catch (FileNotFoundException e) { 113 } catch (FileNotFoundException e) {
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/ |
TestPackageRepo.java | 24 import java.io.FileNotFoundException; 81 } catch (FileNotFoundException e) { 101 InputStream createStreamFromFile(File xmlFile) throws FileNotFoundException {
|
InstrumentationApkTest.java | 26 import java.io.FileNotFoundException; 83 } catch (FileNotFoundException e) {
|
UiAutomatorJarTest.java | 26 import java.io.FileNotFoundException; 87 } catch (FileNotFoundException e) {
|
/development/samples/Support4Demos/src/com/example/android/supportv4/app/ |
SharingSupport.java | 31 import java.io.FileNotFoundException; 83 } catch (FileNotFoundException e) { 107 } catch (FileNotFoundException e) {
|
/frameworks/base/core/java/android/gesture/ |
GestureLibraries.java | 25 import java.io.FileNotFoundException; 81 } catch (FileNotFoundException e) { 97 } catch (FileNotFoundException e) {
|
/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/ |
ExternalStorageProvider.java | 45 import java.io.FileNotFoundException; 155 } catch (FileNotFoundException e) { 174 private String getDocIdForFile(File file) throws FileNotFoundException { 190 throw new FileNotFoundException("Failed to find root that contains " + path); 206 private File getFileForDocId(String docId) throws FileNotFoundException { 216 throw new FileNotFoundException("No root for " + tag); 223 throw new FileNotFoundException("Missing file for " + docId + " at " + target); 229 throws FileNotFoundException { 268 public Cursor queryRoots(String[] projection) throws FileNotFoundException { 288 throws FileNotFoundException { [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/content/ |
FileProvider.java | 19 import java.io.FileNotFoundException; 114 public AssetFileDescriptor openAssetFile(Uri uri, String mode) throws FileNotFoundException { 123 FileNotFoundException fnf = new FileNotFoundException("Unable to open " + uri);
|
/frameworks/base/core/java/android/content/ |
IContentProvider.java | 29 import java.io.FileNotFoundException; 51 throws RemoteException, FileNotFoundException; 54 throws RemoteException, FileNotFoundException; 68 Bundle opts, ICancellationSignal signal) throws RemoteException, FileNotFoundException;
|
/libcore/luni/src/test/java/libcore/java/io/ |
OldFileInputStreamTest.java | 23 import java.io.FileNotFoundException; 50 fail("FileNotFoundException expected."); 51 } catch (FileNotFoundException e) { 82 fail("FileNotFoundException expected."); 83 } catch (FileNotFoundException e) { 128 } catch (FileNotFoundException e) {
|
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
DownloadStorageProvider.java | 43 import java.io.FileNotFoundException; 92 public Cursor queryRoots(String[] projection) throws FileNotFoundException { 106 throws FileNotFoundException { 108 throw new FileNotFoundException("Directory creation not supported"); 144 public void deleteDocument(String docId) throws FileNotFoundException { 157 public Cursor queryDocument(String docId, String[] projection) throws FileNotFoundException { 182 throws FileNotFoundException { 205 throws FileNotFoundException { 227 throws FileNotFoundException { 261 throws FileNotFoundException { [all...] |
/cts/suite/cts/hostTests/jank/app/src/com/android/cts/jank/ |
CtsJankTestBase.java | 22 import java.io.FileNotFoundException; 39 throws FileNotFoundException, IOException {
|
/cts/tests/tests/webkit/src/android/webkit/cts/ |
MockContentProvider.java | 28 import java.io.FileNotFoundException; 74 throws FileNotFoundException {
|