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

12 3 4 5 6 7 8 91011>>

  /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();
  /libcore/luni/src/test/java/libcore/java/io/
RandomAccessFileTest.java 20 import java.io.FileNotFoundException;
86 } catch (FileNotFoundException expected) {
91 } catch (FileNotFoundException expected) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DownloadManagerWrapper.java 28 import java.io.FileNotFoundException;
67 public ParcelFileDescriptor openDownloadedFile(final long fileId) throws FileNotFoundException {
78 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;
  /frameworks/base/core/java/com/android/internal/http/multipart/
FilePart.java 34 import java.io.FileNotFoundException;
127 * @throws FileNotFoundException if the <i>file</i> is not a normal
131 throws FileNotFoundException {
145 * @throws FileNotFoundException if the <i>file</i> is not a normal
149 throws FileNotFoundException {
160 * @throws FileNotFoundException if the <i>file</i> is not a normal
164 throws FileNotFoundException {
179 * @throws FileNotFoundException if the <i>file</i> is not a normal
183 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 {
  /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...]
  /external/chromium_org/mojo/android/javatests/src/org/chromium/mojo/bindings/
ValidationTest.java 20 import java.io.FileNotFoundException;
63 private static String getStringContent(File f) throws FileNotFoundException {
72 throws FileNotFoundException {
97 throws FileNotFoundException {
178 public void testConformance() throws FileNotFoundException {
187 public void testIntegration() throws FileNotFoundException {
  /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/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();
  /dalvik/dx/src/com/android/multidex/
Path.java 24 import java.io.FileNotFoundException;
45 throw new FileNotFoundException("File \"" + file.getPath() + "\" not found");
96 synchronized DirectClassFile getClass(String path) throws FileNotFoundException {
115 throw new FileNotFoundException("File \"" + path + "\" not found");
  /development/tools/idegen/src/
Main.java 22 import java.io.FileNotFoundException;
  /external/apache-xml/src/main/java/org/apache/xalan/xslt/
SecuritySupport12.java 26 import java.io.FileNotFoundException;
97 throws FileNotFoundException
102 public Object run() throws FileNotFoundException {
107 throw (FileNotFoundException)e.getException();
  /external/apache-xml/src/main/java/org/apache/xml/dtm/
SecuritySupport12.java 26 import java.io.FileNotFoundException;
97 throws FileNotFoundException
102 public Object run() throws FileNotFoundException {
107 throw (FileNotFoundException)e.getException();
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
SecuritySupport12.java 26 import java.io.FileNotFoundException;
97 throws FileNotFoundException
102 public Object run() throws FileNotFoundException {
107 throw (FileNotFoundException)e.getException();
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
SecuritySupport12.java 26 import java.io.FileNotFoundException;
94 throws FileNotFoundException
99 public Object run() throws FileNotFoundException {
104 throw (FileNotFoundException)e.getException();
  /external/apache-xml/src/main/java/org/apache/xml/utils/
SecuritySupport12.java 26 import java.io.FileNotFoundException;
97 throws FileNotFoundException
102 public Object run() throws FileNotFoundException {
107 throw (FileNotFoundException)e.getException();
  /external/apache-xml/src/main/java/org/apache/xpath/functions/
SecuritySupport12.java 26 import java.io.FileNotFoundException;
97 throws FileNotFoundException
102 public Object run() throws FileNotFoundException {
107 throw (FileNotFoundException)e.getException();
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/io/
FileDataStore.java 12 public FileDataStore(@Nonnull File file) throws FileNotFoundException, IOException {
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/model/
DocumentStack.java 24 import java.io.FileNotFoundException;
54 public void updateRoot(Collection<RootInfo> matchingRoots) throws FileNotFoundException {
61 throw new FileNotFoundException("Failed to find matching root for " + root);
68 public void updateDocuments(ContentResolver resolver) throws FileNotFoundException {

Completed in 2111 milliseconds

12 3 4 5 6 7 8 91011>>