HomeSort by relevance Sort by last modified time
    Searched defs:FileNotFoundException (Results 1 - 16 of 16) sorted by null

  /libcore/luni/src/main/java/java/io/
FileNotFoundException.java 23 public class FileNotFoundException extends IOException {
28 * Constructs a new {@code FileNotFoundException} with its stack trace
31 public FileNotFoundException() {
35 * Constructs a new {@code FileNotFoundException} with its stack trace and
41 public FileNotFoundException(String detailMessage) {
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
EventLogImporter.java 23 import java.io.FileNotFoundException;
36 public EventLogImporter(String filePath) throws FileNotFoundException {
39 throw new FileNotFoundException();
  /packages/apps/Email/src/com/android/email/provider/
AttachmentProvider.java 42 import java.io.FileNotFoundException;
135 * FileNotFoundException, and should be fixed for consistency.
137 * @throws FileNotFoundException
140 public ParcelFileDescriptor openFile(Uri uri, String mode) throws FileNotFoundException {
147 throw new FileNotFoundException();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
ProjectClassLoader.java 36 import java.io.FileNotFoundException;
163 * @throws FileNotFoundException
166 throws FileNotFoundException {
169 throw new FileNotFoundException();
188 throw new FileNotFoundException();
  /frameworks/base/packages/DefaultContainerService/src/com/android/defcontainer/
DefaultContainerService.java 48 import java.io.FileNotFoundException;
108 } catch (FileNotFoundException e) {
173 } catch (FileNotFoundException e) {
183 } catch (FileNotFoundException e) {
262 } catch (FileNotFoundException e) {
341 throws FileNotFoundException, IOException {
350 private void copyFile(Uri pPackageURI, OutputStream outStream) throws FileNotFoundException,
363 } catch (FileNotFoundException e) {
371 throw new FileNotFoundException("provider returned no file descriptor");
387 throw new FileNotFoundException("Package URI is not 'file:' or 'content:'")
    [all...]
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/xml/
AndroidManifestParser.java 41 import java.io.FileNotFoundException;
636 throw new FileNotFoundException();
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsProvider.java 19 import java.io.FileNotFoundException;
620 public ParcelFileDescriptor openFile(Uri uri, String mode) throws FileNotFoundException {
648 throw new FileNotFoundException(e.getMessage());
661 public AssetFileDescriptor openAssetFile(Uri uri, String mode) throws FileNotFoundException {
689 throw new FileNotFoundException(e.getMessage());
697 } catch (FileNotFoundException ex) {
704 } catch (FileNotFoundException ex) {
713 throw new FileNotFoundException(); // or return null ?
    [all...]
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/13/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 537 milliseconds