HomeSort by relevance Sort by last modified time
    Searched defs:FileNotFoundException (Results 1 - 21 of 21) 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) {
  /developers/samples/android/ui/actionbarcompat/ActionBarCompat-ShareActionProvider/ActionBarCompat-ShareActionProviderSample/src/main/java/com/example/android/actionbarcompat/shareactionprovider/content/
AssetProvider.java 27 import java.io.FileNotFoundException;
75 public AssetFileDescriptor openAssetFile(Uri uri, String mode) throws FileNotFoundException {
81 throw new FileNotFoundException();
  /development/samples/browseable/ShareActionProvider/src/com.example.android.actionbarcompat.shareactionprovider/content/
AssetProvider.java 27 import java.io.FileNotFoundException;
75 public AssetFileDescriptor openAssetFile(Uri uri, String mode) throws FileNotFoundException {
81 throw new FileNotFoundException();
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/util/
FileDisk.java 24 import java.io.FileNotFoundException;
54 * @throws FileNotFoundException if the specified file does not exist
57 public FileDisk(File file, boolean readOnly) throws FileNotFoundException {
58 if (!file.exists()) throw new FileNotFoundException();
97 } catch (FileNotFoundException ex) {
  /packages/apps/Email/src/com/android/email/provider/
AttachmentProvider.java 43 import java.io.FileNotFoundException;
139 * FileNotFoundException, and should be fixed for consistency.
141 * @throws FileNotFoundException
144 public ParcelFileDescriptor openFile(Uri uri, String mode) throws FileNotFoundException {
151 throw new FileNotFoundException();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
ResearchLog.java 28 import java.io.FileNotFoundException;
268 if (mFile == null) 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) {
  /frameworks/base/packages/DefaultContainerService/src/com/android/defcontainer/
DefaultContainerService.java 55 import java.io.FileNotFoundException;
137 } catch (FileNotFoundException e) {
462 ContainerEncryptionParams encryptionParams) throws FileNotFoundException, IOException,
474 } catch (FileNotFoundException e) {
483 throw new FileNotFoundException("provider returned no file descriptor");
492 throw new FileNotFoundException("Package URI is not 'file:' or 'content:'");
779 * @throws FileNotFoundException when APK does not exist
785 throw new FileNotFoundException();
838 throw new FileNotFoundException();
    [all...]
  /frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
TestDocumentsProvider.java 50 import java.io.FileNotFoundException;
112 public Cursor queryRoots(String[] projection) throws FileNotFoundException {
146 throws FileNotFoundException {
157 throws FileNotFoundException {
226 throws FileNotFoundException {
296 throws FileNotFoundException {
312 throws FileNotFoundException {
314 throw new FileNotFoundException();
319 String docId, Point sizeHint, CancellationSignal signal) throws FileNotFoundException {
353 throw new FileNotFoundException(e.getMessage())
    [all...]
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsProvider.java 19 import java.io.FileNotFoundException;
    [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 1700 milliseconds