Home | History | Annotate | Download | only in settings

Lines Matching defs:FileNotFoundException

19 import java.io.FileNotFoundException;
1007 public ParcelFileDescriptor openFile(Uri uri, String mode) throws FileNotFoundException {
1035 public AssetFileDescriptor openAssetFile(Uri uri, String mode) throws FileNotFoundException {
1058 } catch (FileNotFoundException ex) {
1065 } catch (FileNotFoundException ex) {
1074 throw new FileNotFoundException(); // or return null ?