HomeSort by relevance Sort by last modified time
    Searched defs:FileNotFoundException (Results 1 - 18 of 18) 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 39 import java.io.FileNotFoundException;
166 * @throws FileNotFoundException
169 throws FileNotFoundException {
172 throw new FileNotFoundException();
191 throw new FileNotFoundException();
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
ComponentResults.java 19 import java.io.FileNotFoundException;
268 String readLocalFile(File dir, List scenarios) throws FileNotFoundException {
271 if (!dataFile.exists()) throw new FileNotFoundException();
438 } catch (FileNotFoundException e) {
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/xml/
AndroidManifestParser.java 41 import java.io.FileNotFoundException;
637 throw new FileNotFoundException();
  /frameworks/base/packages/DefaultContainerService/src/com/android/defcontainer/
DefaultContainerService.java 51 import java.io.FileNotFoundException;
133 } catch (FileNotFoundException e) {
430 ContainerEncryptionParams encryptionParams) throws FileNotFoundException, IOException,
442 } catch (FileNotFoundException e) {
451 throw new FileNotFoundException("provider returned no file descriptor");
460 throw new FileNotFoundException("Package URI is not 'file:' or 'content:'");
747 * @throws FileNotFoundException when APK does not exist
753 throw new FileNotFoundException();
806 throw new FileNotFoundException();
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsProvider.java 19 import java.io.FileNotFoundException;
619 public ParcelFileDescriptor openFile(Uri uri, String mode) throws FileNotFoundException {
647 throw new FileNotFoundException(e.getMessage());
660 public AssetFileDescriptor openAssetFile(Uri uri, String mode) throws FileNotFoundException {
688 throw new FileNotFoundException(e.getMessage());
696 } catch (FileNotFoundException ex) {
703 } catch (FileNotFoundException ex) {
712 throw new FileNotFoundException(); // or return null ?
    [all...]
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 

Completed in 250 milliseconds