HomeSort by relevance Sort by last modified time
    Searched refs:FileNotFoundException (Results 26 - 50 of 975) sorted by null

12 3 4 5 6 7 8 91011>>

  /packages/apps/Messaging/src/com/android/messaging/datamodel/media/
UriImageRequest.java 20 import java.io.FileNotFoundException;
34 protected InputStream getInputStreamForResource() throws FileNotFoundException {
  /platform_testing/tests/perf/PowerPerfTest/src/com/android/powerperf/tests/
PowerPerfTest.java 21 import java.io.FileNotFoundException;
44 public void testPowerPerf() throws FileNotFoundException, IOException, Exception {
  /frameworks/base/core/java/android/provider/
DocumentsProvider.java 54 import java.io.FileNotFoundException;
221 throws FileNotFoundException {
241 throws FileNotFoundException {
257 public void deleteDocument(String documentId) throws FileNotFoundException {
277 public abstract Cursor queryRoots(String[] projection) throws FileNotFoundException;
295 throws FileNotFoundException {
309 throws FileNotFoundException;
348 throws FileNotFoundException;
354 throws FileNotFoundException {
394 throws FileNotFoundException {
    [all...]
  /cts/tests/tests/os/src/android/os/cts/
NoExecutePermissionTest.java 20 import java.io.FileNotFoundException;
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/
FaultyFileSystem.java 20 import java.io.FileNotFoundException;
45 @Override public Source source(File file) throws FileNotFoundException {
49 @Override public Sink sink(File file) throws FileNotFoundException {
53 @Override public Sink appendingSink(File file) throws FileNotFoundException {
  /libcore/luni/src/main/java/java/io/
FileOutputStream.java 69 * @throws FileNotFoundException if file cannot be opened for writing.
71 public FileOutputStream(File file) throws FileNotFoundException {
80 * @throws FileNotFoundException if the file cannot be opened for writing.
82 public FileOutputStream(File file, boolean append) throws FileNotFoundException {
113 * @throws FileNotFoundException if file cannot be opened for writing.
115 public FileOutputStream(String path) throws FileNotFoundException {
124 * @throws FileNotFoundException if the file cannot be opened for writing.
126 public FileOutputStream(String path, boolean append) throws FileNotFoundException {
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_DumpFileProviderTest.java 23 import java.io.FileNotFoundException;
63 } catch (FileNotFoundException e) {
100 } catch (FileNotFoundException e) {
  /cts/tests/tests/util/src/android/util/cts/
PrintStreamPrinterTest.java 22 import java.io.FileNotFoundException;
41 public void testConstructor() throws FileNotFoundException {
45 public void testPrintln() throws FileNotFoundException, SecurityException, IOException {
PrintWriterPrinterTest.java 22 import java.io.FileNotFoundException;
49 } catch (FileNotFoundException e) {
61 } catch (FileNotFoundException e) {
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/targetprep/
CtsRootDeviceSetup.java 28 import java.io.FileNotFoundException;
74 } catch (FileNotFoundException e) {
80 throws DeviceNotAvailableException, TargetSetupError, FileNotFoundException {
  /developers/build/prebuilts/gradle/ActionBarCompat-ShareActionProvider/Application/src/main/java/com/example/android/actionbarcompat/shareactionprovider/content/
AssetProvider.java 27 import java.io.FileNotFoundException;
75 public AssetFileDescriptor openAssetFile(Uri uri, String mode) throws FileNotFoundException {
81 throw new FileNotFoundException();
  /developers/samples/android/ui/actionbarcompat/ActionBarCompat-ShareActionProvider/Application/src/main/java/com/example/android/actionbarcompat/shareactionprovider/content/
AssetProvider.java 27 import java.io.FileNotFoundException;
75 public AssetFileDescriptor openAssetFile(Uri uri, String mode) throws FileNotFoundException {
81 throw new FileNotFoundException();
  /development/samples/browseable/ActionBarCompat-ShareActionProvider/src/com.example.android.actionbarcompat.shareactionprovider/content/
AssetProvider.java 27 import java.io.FileNotFoundException;
75 public AssetFileDescriptor openAssetFile(Uri uri, String mode) throws FileNotFoundException {
81 throw new FileNotFoundException();
  /external/jetty/src/java/org/eclipse/jetty/util/resource/
BadResource.java 22 import java.io.FileNotFoundException;
90 throw new FileNotFoundException(_message);
98 throw new FileNotFoundException(_message);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DownloadManagerWrapper.java 28 import java.io.FileNotFoundException;
69 public ParcelFileDescriptor openDownloadedFile(final long fileId) throws FileNotFoundException {
80 throw new FileNotFoundException();
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
VoicemailTable.java 26 import java.io.FileNotFoundException;
46 throws FileNotFoundException;
61 * @throws FileNotFoundException
64 throws FileNotFoundException;
  /external/apache-http/android/src/com/android/internal/http/multipart/
FilePart.java 34 import java.io.FileNotFoundException;
122 * @throws FileNotFoundException if the <i>file</i> is not a normal
126 throws FileNotFoundException {
140 * @throws FileNotFoundException if the <i>file</i> is not a normal
144 throws FileNotFoundException {
155 * @throws FileNotFoundException if the <i>file</i> is not a normal
159 throws FileNotFoundException {
174 * @throws FileNotFoundException if the <i>file</i> is not a normal
178 throws FileNotFoundException {
  /packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
Dicttool.java 23 import java.io.FileNotFoundException;
41 throws FileNotFoundException {
49 throws FileNotFoundException {
54 throws FileNotFoundException {
62 throws FileNotFoundException {
  /frameworks/base/packages/Shell/src/com/android/shell/
BugreportStorageProvider.java 31 import java.io.FileNotFoundException;
55 public Cursor queryRoots(String[] projection) throws FileNotFoundException {
68 throws FileNotFoundException {
86 throws FileNotFoundException {
102 throws FileNotFoundException {
104 throw new FileNotFoundException("Failed to open: " + documentId + ", mode = " + mode);
111 public void deleteDocument(String documentId) throws FileNotFoundException {
113 throw new FileNotFoundException("Failed to delete: " + documentId);
141 private File getFileForDocId(String documentId) throws FileNotFoundException {
146 throw new FileNotFoundException("Invalid document ID: " + documentId)
    [all...]
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
PackageIconLoader.java 37 import java.io.FileNotFoundException;
151 throw new FileNotFoundException("Resource does not exist: " + uri);
157 throw new FileNotFoundException("Failed to open " + uri);
169 } catch (FileNotFoundException fnfe) {
186 private OpenResourceIdResult getResourceId(Uri uri) throws FileNotFoundException {
190 throw new FileNotFoundException("No authority: " + uri);
195 throw new FileNotFoundException("Failed to get resources: " + ex);
200 throw new FileNotFoundException("No path: " + uri);
208 throw new FileNotFoundException("Single path segment is not a resource ID: " + uri);
213 throw new FileNotFoundException("More than two path segments: " + uri)
    [all...]
  /frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/
StubProvider.java 44 import java.io.FileNotFoundException;
120 public Cursor queryRoots(String[] projection) throws FileNotFoundException {
138 throws FileNotFoundException {
143 throw new FileNotFoundException();
158 throws FileNotFoundException {
161 throw new FileNotFoundException();
166 throw new FileNotFoundException();
174 throw new FileNotFoundException();
189 throws FileNotFoundException {
193 throw new FileNotFoundException();
    [all...]
  /frameworks/base/core/tests/coretests/src/android/content/
MemoryFileProvider.java 28 import java.io.FileNotFoundException;
132 public ParcelFileDescriptor openFile(Uri url, String mode) throws FileNotFoundException {
142 throw new FileNotFoundException("Error reading " + url + ":" + ex.toString());
148 throw new FileNotFoundException("No files supported by provider at " + url);
153 throws FileNotFoundException {
155 throw new FileNotFoundException("Mode " + mode + " not supported for " + url);
  /developers/build/prebuilts/gradle/BeamLargeFiles/Application/src/main/java/com/example/android/common/assetprovider/
AssetProvider.java 27 import java.io.FileNotFoundException;
80 throws FileNotFoundException, SecurityException {
96 throw new FileNotFoundException();
  /developers/samples/android/common/src/java/com/example/android/common/assetprovider/
AssetProvider.java 27 import java.io.FileNotFoundException;
80 throws FileNotFoundException, SecurityException {
96 throw new FileNotFoundException();
  /development/samples/browseable/BeamLargeFiles/src/com.example.android.common/assetprovider/
AssetProvider.java 27 import java.io.FileNotFoundException;
80 throws FileNotFoundException, SecurityException {
96 throw new FileNotFoundException();

Completed in 1615 milliseconds

12 3 4 5 6 7 8 91011>>