HomeSort by relevance Sort by last modified time
    Searched refs:FileNotFoundException (Results 51 - 75 of 610) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/content/
ContentProvider.java 42 import java.io.FileNotFoundException;
296 throws FileNotFoundException {
310 throws FileNotFoundException {
338 Bundle opts, ICancellationSignal cancellationSignal) throws FileNotFoundException {
381 throws FileNotFoundException, SecurityException {
384 throw new FileNotFoundException("App op not allowed");
388 throw new FileNotFoundException("App op not allowed");
    [all...]
  /cts/hostsidetests/appsecurity/test-apps/PermissionDeclareApp/src/com/android/cts/permissiondeclareapp/
AmbiguousContentProvider.java 26 import java.io.FileNotFoundException;
67 public ParcelFileDescriptor openFile(Uri uri, String mode) throws FileNotFoundException {
PermissionContentProvider.java 26 import java.io.FileNotFoundException;
67 public ParcelFileDescriptor openFile(Uri uri, String mode) throws FileNotFoundException {
PermissionContentProviderGranting.java 26 import java.io.FileNotFoundException;
67 public ParcelFileDescriptor openFile(Uri uri, String mode) throws FileNotFoundException {
PermissionContentProviderPath.java 10 import java.io.FileNotFoundException;
51 public ParcelFileDescriptor openFile(Uri uri, String mode) throws FileNotFoundException {
PermissionContentProviderPathRestricting.java 26 import java.io.FileNotFoundException;
67 public ParcelFileDescriptor openFile(Uri uri, String mode) throws FileNotFoundException {
PrivateContentProvider.java 26 import java.io.FileNotFoundException;
67 public ParcelFileDescriptor openFile(Uri uri, String mode) throws FileNotFoundException {
PrivateContentProviderGranting.java 26 import java.io.FileNotFoundException;
67 public ParcelFileDescriptor openFile(Uri uri, String mode) throws FileNotFoundException {
  /cts/hostsidetests/appsecurity/test-apps/PermissionDeclareAppCompat/src/com/android/cts/permissiondeclareappcompat/
AmbiguousContentProvider.java 26 import java.io.FileNotFoundException;
67 public ParcelFileDescriptor openFile(Uri uri, String mode) throws FileNotFoundException {
  /cts/tools/vm-tests-tf/src/util/build/
DFHBuildStep.java 22 import java.io.FileNotFoundException;
50 } catch (FileNotFoundException e) {
  /development/samples/Support4Demos/src/com/example/android/supportv4/content/
SharingSupportProvider.java 27 import java.io.FileNotFoundException;
83 } catch (FileNotFoundException e) {
  /external/android-mock/src/com/google/android/testing/mocking/
FileUtils.java 19 import java.io.FileNotFoundException;
71 throws FileNotFoundException, IOException {
  /external/apache-xml/src/main/java/org/apache/xalan/xslt/
SecuritySupport.java 26 import java.io.FileNotFoundException;
103 throws FileNotFoundException
  /external/apache-xml/src/main/java/org/apache/xml/dtm/
SecuritySupport.java 26 import java.io.FileNotFoundException;
103 throws FileNotFoundException
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
SecuritySupport.java 26 import java.io.FileNotFoundException;
103 throws FileNotFoundException
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
SecuritySupport.java 26 import java.io.FileNotFoundException;
101 throws FileNotFoundException
  /external/apache-xml/src/main/java/org/apache/xml/utils/
SecuritySupport.java 26 import java.io.FileNotFoundException;
103 throws FileNotFoundException
  /external/apache-xml/src/main/java/org/apache/xpath/functions/
SecuritySupport.java 26 import java.io.FileNotFoundException;
103 throws FileNotFoundException
  /external/chromium_org/base/test/android/javatests/src/org/chromium/base/test/util/
TestFileUtil.java 9 import java.io.FileNotFoundException;
54 * @throws FileNotFoundException file does not exceed
58 FileNotFoundException, IOException {
  /external/droiddriver/src/com/google/android/droiddriver/util/
FileUtils.java 25 import java.io.FileNotFoundException;
36 public static BufferedOutputStream open(String path) throws FileNotFoundException {
  /external/javassist/sample/evolve/
DemoServer.java 67 catch (FileNotFoundException e) {
86 throws IOException, FileNotFoundException
  /external/jmonkeyengine/engine/src/core-plugins/com/jme3/asset/plugins/
UrlLocator.java 39 import java.io.FileNotFoundException;
75 }catch (FileNotFoundException e){
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
HDFDataFactory.java 22 import java.io.FileNotFoundException;
56 throw new FileNotFoundException(dataFileName);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/res/
RawResourceLoader.java 5 import java.io.FileNotFoundException;
40 } catch (FileNotFoundException e) {
  /frameworks/ex/variablespeed/src/com/android/ex/variablespeed/
VariableSpeedNative.java 26 import java.io.FileNotFoundException;
41 throws FileNotFoundException {

Completed in 261 milliseconds

1 23 4 5 6 7 8 91011>>