HomeSort by relevance Sort by last modified time
    Searched refs:FileNotFoundException (Results 401 - 425 of 975) sorted by null

<<11121314151617181920>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
KeyCheckPage.java 43 import java.io.FileNotFoundException;
208 } catch (FileNotFoundException e) {
  /packages/apps/Messaging/src/com/android/messaging/util/
ImageUtils.java 50 import java.io.FileNotFoundException;
258 } catch (FileNotFoundException e) {
546 } catch (final FileNotFoundException e) {
581 } catch (final FileNotFoundException e) {
672 private byte[] recodeImage(final int attempt) throws FileNotFoundException {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.repository_2.0.1.R36x_v20100823.jar 
  /libcore/luni/src/main/java/java/util/
Formatter.java 21 import java.io.FileNotFoundException;
673 * @throws FileNotFoundException
678 public Formatter(String fileName) throws FileNotFoundException {
696 * @throws FileNotFoundException
703 public Formatter(String fileName, String csn) throws FileNotFoundException,
722 * @throws FileNotFoundException
730 throws FileNotFoundException, UnsupportedEncodingException {
748 * @throws FileNotFoundException
753 public Formatter(File file) throws FileNotFoundException {
771 * @throws FileNotFoundException
    [all...]
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
CtsTest.java 61 import java.io.FileNotFoundException;
819 } catch (FileNotFoundException e) {
    [all...]
TestPackageDef.java 32 import java.io.FileNotFoundException;
450 InputStream getFileStream(File fileDir, String fileName) throws FileNotFoundException {
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
DiskLruCache.java 23 import java.io.FileNotFoundException;
301 private BufferedSink newJournalWriter() throws FileNotFoundException {
852 } catch (FileNotFoundException e) {
877 } catch (FileNotFoundException e) {
    [all...]
  /frameworks/base/core/java/android/provider/
MediaStore.java 41 import java.io.FileNotFoundException;
619 } catch (FileNotFoundException ex) {
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Images_MediaTest.java 36 import java.io.FileNotFoundException;
95 } catch (FileNotFoundException e) {
109 } catch (FileNotFoundException e) {
  /frameworks/base/core/java/android/content/
ClipData.java 35 import java.io.FileNotFoundException;
344 } catch (FileNotFoundException e) {
522 } catch (FileNotFoundException e) {
    [all...]
  /frameworks/base/core/java/android/os/
ParcelFileDescriptor.java 43 import java.io.FileNotFoundException;
195 * @throws FileNotFoundException if the given file does not exist or can not
199 public static ParcelFileDescriptor open(File file, int mode) throws FileNotFoundException {
220 * @throws FileNotFoundException if the given file does not exist or can not
263 private static FileDescriptor openInternal(File file, int mode) throws FileNotFoundException {
    [all...]
  /frameworks/base/core/java/android/widget/
ActivityChooserModel.java 39 import java.io.FileNotFoundException;
    [all...]
  /frameworks/base/services/core/java/com/android/server/net/
NetworkStatsCollection.java 54 import java.io.FileNotFoundException;
397 } catch (FileNotFoundException e) {
462 } catch (FileNotFoundException e) {
  /frameworks/base/test-runner/src/android/test/mock/
MockContext.java 49 import java.io.FileNotFoundException;
150 public FileInputStream openFileInput(String name) throws FileNotFoundException {
155 public FileOutputStream openFileOutput(String name, int mode) throws FileNotFoundException {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SmsUsageMonitor.java 45 import java.io.FileNotFoundException;
287 } catch (FileNotFoundException e) {
475 } catch (FileNotFoundException e) {
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ActivityChooserModel.java 35 import java.io.FileNotFoundException;
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
ContactEditorFragment.java 52 import java.io.FileNotFoundException;
618 } catch (FileNotFoundException e) {
717 public void onPhotoSelected(Uri uri) throws FileNotFoundException {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
BinaryDictionaryFileDumper.java 45 import java.io.FileNotFoundException;
212 } catch (FileNotFoundException e) {
414 * @throw FileNotFoundException if the provider returns non-existent data.
459 * IOException. Other usual conditions for IOException or FileNotFoundException
466 final BufferedOutputStream output) throws FileNotFoundException, IOException {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
RVCVXCheckAnalyzer.java 45 import java.io.FileNotFoundException;
116 } catch (FileNotFoundException e) {
420 } catch (FileNotFoundException e) {
461 } catch (FileNotFoundException e) {
528 } catch (FileNotFoundException e) {
558 } catch(FileNotFoundException e) {
    [all...]
  /cts/hostsidetests/appsecurity/src/com/android/cts/appsecurity/
SplitTests.java 30 import java.io.FileNotFoundException;
319 T addApk(String apk) throws FileNotFoundException {
  /cts/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/
DocumentsClientTest.java 41 import java.io.FileNotFoundException;
262 } catch (FileNotFoundException expected) {
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
CtsXmlResultReporter.java 45 import java.io.FileNotFoundException;
214 } catch (FileNotFoundException e) {
  /cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/testtype/
CtsTestTest.java 36 import java.io.FileNotFoundException;
112 InputStream createXmlStream(File xmlFile) throws FileNotFoundException {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
TestVersionTracker.java 22 import java.io.FileNotFoundException;
179 } catch (FileNotFoundException e) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
ComponentsView.java 16 import java.io.FileNotFoundException;
507 } catch (FileNotFoundException e) {

Completed in 1422 milliseconds

<<11121314151617181920>>