Home | History | Annotate | Download | only in settings

Lines Matching defs:FileNotFoundException

19 import java.io.FileNotFoundException;
958 public ParcelFileDescriptor openFile(Uri uri, String mode) throws FileNotFoundException {
986 throw new FileNotFoundException(e.getMessage());
999 public AssetFileDescriptor openAssetFile(Uri uri, String mode) throws FileNotFoundException {
1027 throw new FileNotFoundException(e.getMessage());
1035 } catch (FileNotFoundException ex) {
1042 } catch (FileNotFoundException ex) {
1051 throw new FileNotFoundException(); // or return null ?