OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FileNotFoundException
(Results
101 - 125
of
610
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/development/samples/ApiDemos/src/com/example/android/apis/app/
ActionBarShareActionProviderActivity.java
30
import java.io.
FileNotFoundException
;
110
} catch (
FileNotFoundException
fnfe) {
/development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/
FileTransferService.java
12
import java.io.
FileNotFoundException
;
64
} catch (
FileNotFoundException
e) {
/development/samples/XmlAdapters/src/com/example/android/xmladapters/
XmlDocumentProvider.java
41
import java.io.
FileNotFoundException
;
264
throw new
FileNotFoundException
("No authority: " + resourceUri);
269
throw new
FileNotFoundException
("No package found for authority: " + resourceUri);
274
throw new
FileNotFoundException
("No path: " + resourceUri);
282
throw new
FileNotFoundException
("Single path segment is not a resource ID: " + resourceUri);
287
throw new
FileNotFoundException
("More than two path segments: " + resourceUri);
290
throw new
FileNotFoundException
("No resource found for: " + resourceUri);
294
} catch (
FileNotFoundException
e) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
CvsDiffParser.java
23
import java.io.
FileNotFoundException
;
85
} catch (
FileNotFoundException
e) {
BuildMachineManager.java
21
import java.io.
FileNotFoundException
;
142
} catch (
FileNotFoundException
e) {
171
} catch (
FileNotFoundException
e) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
FileCounter.java
15
import java.io.
FileNotFoundException
;
86
} catch (
FileNotFoundException
e) {
/external/jsilver/src/org/clearsilver/jni/
JniCs.java
23
import java.io.
FileNotFoundException
;
82
* @throws java.io.
FileNotFoundException
if the specified file does not
109
FileNotFoundException
{
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
GetBitmapActivity.java
31
import java.io.
FileNotFoundException
;
67
} catch (
FileNotFoundException
e) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
SpnOverride.java
20
import java.io.
FileNotFoundException
;
62
} catch (
FileNotFoundException
e) {
/libcore/crypto/src/main/java/org/conscrypt/
KeyManagerFactoryImpl.java
21
import java.io.
FileNotFoundException
;
81
} catch (
FileNotFoundException
e) {
/libcore/luni/src/main/java/java/io/
FileInputStream.java
71
* @throws
FileNotFoundException
74
public FileInputStream(File file) throws
FileNotFoundException
{
104
public FileInputStream(String path) throws
FileNotFoundException
{
/packages/apps/Email/src/com/android/email/mail/store/imap/
ImapTempFileLiteral.java
30
import java.io.
FileNotFoundException
;
77
} catch (
FileNotFoundException
e) {
/packages/experimental/BugReportSender/src/com/android/bugreportsender/
BugReportPreviewActivity.java
10
import java.io.
FileNotFoundException
;
51
} catch (
FileNotFoundException
fnfe) {
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
Ver3DictUpdater.java
23
import java.io.
FileNotFoundException
;
44
private void openStreamAndBuffer() throws
FileNotFoundException
, IOException {
/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
Package.java
23
import java.io.
FileNotFoundException
;
77
public void run() throws
FileNotFoundException
, IOException {
/sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/
MonitorStartup.java
30
import java.io.
FileNotFoundException
;
81
} catch (
FileNotFoundException
e) {
/frameworks/base/core/java/android/content/
ContentResolver.java
50
import java.io.
FileNotFoundException
;
594
* is no data associated with the URI,
FileNotFoundException
is thrown.
608
* @throws
FileNotFoundException
if the provided URI could not be opened.
612
throws
FileNotFoundException
{
622
throw new
FileNotFoundException
("Resource does not exist: " + uri);
633
throw new
FileNotFoundException
("Unable to create stream");
641
* @throws
FileNotFoundException
if the provided URI could not be opened.
644
throws
FileNotFoundException
{
650
* is no data associated with the URI,
FileNotFoundException
is thrown.
664
* @throws
FileNotFoundException
if the provided URI could not be opened
[
all
...]
ContentProviderClient.java
36
import java.io.
FileNotFoundException
;
270
throws RemoteException,
FileNotFoundException
{
282
throws RemoteException,
FileNotFoundException
{
310
throws RemoteException,
FileNotFoundException
{
322
throws RemoteException,
FileNotFoundException
{
344
String mimeType, Bundle opts) throws RemoteException,
FileNotFoundException
{
351
throws RemoteException,
FileNotFoundException
{
/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
...]
/development/tools/idegen/src/com/android/idegen/
DirectorySearch.java
24
import java.io.
FileNotFoundException
;
154
public static File findTemplateDir() throws
FileNotFoundException
{
179
throw new
FileNotFoundException
(
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowContext.java
15
import java.io.
FileNotFoundException
;
113
public FileInputStream openFileInput(String path) throws
FileNotFoundException
{
118
public FileOutputStream openFileOutput(String path, int mode) throws
FileNotFoundException
{
/frameworks/base/media/java/android/media/
MediaMetadataRetriever.java
27
import java.io.
FileNotFoundException
;
71
} catch (
FileNotFoundException
fileEx) {
168
} catch(
FileNotFoundException
e) {
/frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
Tracer.java
21
import java.io.
FileNotFoundException
;
66
public FileSink(File file) throws
FileNotFoundException
{
144
} catch (
FileNotFoundException
e) {
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppSendFileInfo.java
46
import java.io.
FileNotFoundException
;
171
} catch (
FileNotFoundException
e) {
178
} catch (
FileNotFoundException
e) {
/packages/apps/Gallery/src/com/android/camera/gallery/
UriImage.java
30
import java.io.
FileNotFoundException
;
60
} catch (
FileNotFoundException
ex) {
74
} catch (
FileNotFoundException
ex) {
Completed in 648 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>