OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FileNotFoundException
(Results
276 - 300
of
745
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/frameworks/base/services/core/java/com/android/server/wm/
DisplaySettings.java
32
import java.io.
FileNotFoundException
;
103
} catch (
FileNotFoundException
e) {
/frameworks/base/tests/backup/src/com/android/backuptest/
BackupTestActivity.java
40
import java.io.
FileNotFoundException
;
209
} catch (
FileNotFoundException
ex) {
/libcore/luni/src/main/java/libcore/net/url/
JarURLConnectionImpl.java
21
import java.io.
FileNotFoundException
;
198
throw new
FileNotFoundException
(getEntryName());
/libcore/support/src/test/java/tests/support/resource/
Support_Resources.java
22
import java.io.
FileNotFoundException
;
116
} catch (
FileNotFoundException
e) {
/packages/apps/Browser/src/com/android/browser/
CrashRecoveryHandler.java
31
import java.io.
FileNotFoundException
;
176
} catch (
FileNotFoundException
e) {
/packages/apps/Camera2/src/com/android/camera/data/
MediaDetails.java
27
import java.io.
FileNotFoundException
;
141
} catch (
FileNotFoundException
e) {
/packages/apps/Camera2/src/com/android/camera/ui/
ZoomView.java
35
import java.io.
FileNotFoundException
;
275
} catch (
FileNotFoundException
e) {
/packages/apps/Gallery2/src/com/android/gallery3d/data/
MediaDetails.java
26
import java.io.
FileNotFoundException
;
139
} catch (
FileNotFoundException
e) {
UriImage.java
36
import java.io.
FileNotFoundException
;
109
} catch (
FileNotFoundException
e) {
/packages/apps/Mms/src/com/android/mms/model/
MediaModel.java
21
import java.io.
FileNotFoundException
;
257
if (e instanceof
FileNotFoundException
) {
/packages/apps/Nfc/src/com/android/nfc/
NfceeAccessControl.java
21
import java.io.
FileNotFoundException
;
255
} catch (
FileNotFoundException
e) {
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
AbstractConversationWebViewClient.java
45
import java.io.
FileNotFoundException
;
127
} catch (
FileNotFoundException
e) {
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
AttachmentUtils.java
33
import java.io.
FileNotFoundException
;
203
throw new
FileNotFoundException
("Missing contentUri in attachment");
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
Ver2DictEncoder.java
26
import java.io.
FileNotFoundException
;
60
private void openStream() throws
FileNotFoundException
{
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
WidgetClassLoader.java
24
import java.io.
FileNotFoundException
;
154
* @throws
FileNotFoundException
if the file is not found.
156
WidgetClassLoader(String osFilePath) throws
FileNotFoundException
{
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
KeySelectionPage.java
38
import java.io.
FileNotFoundException
;
204
} catch (
FileNotFoundException
e) {
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
TraceFileParserTask.java
32
import java.io.
FileNotFoundException
;
64
} catch (
FileNotFoundException
e) {
/external/chromium_org/third_party/webrtc/voice_engine/test/android/android_test/src/org/webrtc/voiceengine/test/
AndroidTest.java
20
import java.io.
FileNotFoundException
;
615
} catch (
FileNotFoundException
e) {
652
} catch (
FileNotFoundException
e1) {
727
} catch (
FileNotFoundException
e1) {
850
} catch (
FileNotFoundException
e1) {
[
all
...]
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
DiskLruCache.java
23
import java.io.
FileNotFoundException
;
419
} catch (
FileNotFoundException
e) {
742
} catch (
FileNotFoundException
e) {
776
} catch (
FileNotFoundException
e) {
781
} catch (
FileNotFoundException
e2) {
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/
BitmapRegionTileSource.java
42
import java.io.
FileNotFoundException
;
266
private InputStream regenerateInputStream() throws
FileNotFoundException
{
283
} catch (
FileNotFoundException
e) {
295
} catch (
FileNotFoundException
e) {
308
} catch (
FileNotFoundException
e) {
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
ImageLoader.java
46
import java.io.
FileNotFoundException
;
284
} catch (
FileNotFoundException
e) {
285
Log.e(LOGTAG, "
FileNotFoundException
for " + uri, e);
287
Log.e(LOGTAG, "
FileNotFoundException
for " + uri, e);
331
} catch (
FileNotFoundException
e) {
332
Log.e(LOGTAG, "
FileNotFoundException
for " + uri, e);
516
} catch (
FileNotFoundException
e) {
555
} catch (
FileNotFoundException
e) {
/packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/
BitmapRegionTileSource.java
42
import java.io.
FileNotFoundException
;
266
private InputStream regenerateInputStream() throws
FileNotFoundException
{
283
} catch (
FileNotFoundException
e) {
295
} catch (
FileNotFoundException
e) {
308
} catch (
FileNotFoundException
e) {
/cts/tests/tests/content/src/android/content/cts/
ContentResolverTest.java
42
import java.io.
FileNotFoundException
;
469
fail("did not throw
FileNotFoundException
when uri is invalid.");
470
} catch (
FileNotFoundException
e) {
491
fail("did not throw
FileNotFoundException
when scheme is not accepted.");
492
} catch (
FileNotFoundException
e) {
498
fail("did not throw
FileNotFoundException
when scheme is not accepted.");
499
} catch (
FileNotFoundException
e) {
506
fail("did not throw
FileNotFoundException
when uri is invalid.");
507
} catch (
FileNotFoundException
e) {
513
fail("did not throw
FileNotFoundException
when uri is invalid.")
[
all
...]
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/xml/parsers/
SAXParserTest.java
21
import java.io.
FileNotFoundException
;
362
} catch (
FileNotFoundException
fne) {
363
fail("Unexpected
FileNotFoundException
" + fne.toString());
385
} catch (
FileNotFoundException
fne) {
386
fail("Unexpected
FileNotFoundException
" + fne.toString());
550
} catch (
FileNotFoundException
fne) {
551
fail("Unexpected
FileNotFoundException
" + fne.toString());
576
} catch (
FileNotFoundException
fne) {
577
fail("Unexpected
FileNotFoundException
" + fne.toString());
775
} catch (
FileNotFoundException
fne)
[
all
...]
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
BaseDevicePolicyTest.java
37
import java.io.
FileNotFoundException
;
79
throws
FileNotFoundException
, DeviceNotAvailableException {
86
protected void installAppAsUser(String appFileName, int userId) throws
FileNotFoundException
,
Completed in 2258 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>