OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FileNotFoundException
(Results
151 - 175
of
385
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
SerializationStressTest5.java
22
import java.io.
FileNotFoundException
;
234
} catch (
FileNotFoundException
e) {
333
} catch (
FileNotFoundException
e) {
334
fail("
FileNotFoundException
trying to open "
/external/emma/core/java12/com/vladium/emma/rt/
ClassPathProcessorST.java
13
import java.io.
FileNotFoundException
;
107
catch (
FileNotFoundException
fnfe)
206
catch (
FileNotFoundException
fnfe)
/frameworks/base/core/java/android/content/
Context.java
38
import java.io.
FileNotFoundException
;
456
throws
FileNotFoundException
;
481
throws
FileNotFoundException
;
[
all
...]
/frameworks/base/media/java/android/media/videoeditor/
OverlayFrame.java
21
import java.io.
FileNotFoundException
;
183
* @throws
FileNotFoundException
if the bitmap cannot be saved
186
String save(String path) throws
FileNotFoundException
, IOException {
311
throws
FileNotFoundException
, IOException {
/frameworks/base/test-runner/src/android/test/mock/
MockContext.java
43
import java.io.
FileNotFoundException
;
132
public FileInputStream openFileInput(String name) throws
FileNotFoundException
{
137
public FileOutputStream openFileOutput(String name, int mode) throws
FileNotFoundException
{
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
FontLoader.java
28
import java.io.
FileNotFoundException
;
99
} catch (
FileNotFoundException
e) {
110
throws ParserConfigurationException, SAXException, IOException,
FileNotFoundException
{
/libcore/luni/src/main/java/java/util/logging/
FileHandler.java
22
import java.io.
FileNotFoundException
;
162
private void initOutputFiles() throws
FileNotFoundException
, IOException {
242
} catch (
FileNotFoundException
e1) {
/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
();
/packages/apps/Mms/src/com/android/mms/ui/
UriImage.java
40
import java.io.
FileNotFoundException
;
153
} catch (
FileNotFoundException
e) {
339
} catch (
FileNotFoundException
e) {
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
VoicemailContentProvider.java
41
import java.io.
FileNotFoundException
;
136
public ParcelFileDescriptor openFile(Uri uri, String mode) throws
FileNotFoundException
{
278
throws
FileNotFoundException
{
/cts/apps/CtsVerifier/src/com/android/cts/verifier/backup/
BackupTestActivity.java
45
import java.io.
FileNotFoundException
;
161
} catch (
FileNotFoundException
e) {
190
} catch (
FileNotFoundException
e) {
214
throws
FileNotFoundException
{
/external/eyes-free/AccessCheck/src/com/android/accessibility/
AccessibilityValidator.java
125
} catch (
FileNotFoundException
fileNotFoundException
) {
127
+
fileNotFoundException
);
/frameworks/base/core/java/android/app/
SharedPreferencesImpl.java
35
import java.io.
FileNotFoundException
;
117
} catch (
FileNotFoundException
e) {
524
} catch (
FileNotFoundException
e) {
536
} catch (
FileNotFoundException
e2) {
/frameworks/base/core/java/android/server/
BluetoothBondState.java
38
import java.io.
FileNotFoundException
;
359
} catch (
FileNotFoundException
e) {
360
Log.e(TAG, "
FileNotFoundException
: copyAutoPairingData " + e);
406
} catch (
FileNotFoundException
e) {
407
Log.e(TAG, "
FileNotFoundException
: readAutoPairingData " + e);
434
} catch (
FileNotFoundException
e) {
435
Log.e(TAG, "
FileNotFoundException
: updateAutoPairingData " + e);
/frameworks/base/drm/java/android/drm/
DrmUtils.java
22
import java.io.
FileNotFoundException
;
/libcore/support/src/test/java/tests/support/
Support_TestWebData.java
22
import java.io.
FileNotFoundException
;
/packages/apps/HTMLViewer/src/com/android/htmlviewer/
HTMLViewerActivity.java
32
import java.io.
FileNotFoundException
;
/frameworks/base/core/tests/coretests/src/android/content/pm/
AppCacheTest.java
35
import java.io.
FileNotFoundException
;
169
} catch (
FileNotFoundException
e1) {
176
} catch (
FileNotFoundException
e) {
187
} catch (
FileNotFoundException
e) {
209
} catch (
FileNotFoundException
e) {
251
} catch (
FileNotFoundException
e) {
303
} catch (
FileNotFoundException
e) {
373
} catch (
FileNotFoundException
e) {
423
} catch (
FileNotFoundException
e) {
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audioquality/
Utils.java
28
import java.io.
FileNotFoundException
;
207
} catch (
FileNotFoundException
e1) {
/cts/tests/appsecurity-tests/src/com/android/cts/appsecurity/
AppSecurityTests.java
30
import java.io.
FileNotFoundException
;
87
private File getTestAppFile(String fileName) throws
FileNotFoundException
{
/cts/tests/tests/content/src/android/content/res/cts/
AssetFileDescriptorTest.java
21
import java.io.
FileNotFoundException
;
57
private void initAssetFileDescriptor() throws
FileNotFoundException
{
/cts/tests/tests/holo/src/android/holo/cts/
LayoutTestActivity.java
34
import java.io.
FileNotFoundException
;
241
} catch (
FileNotFoundException
e) {
242
Log.e(TAG, "
FileNotFoundException
while saving " + mBitmapName, e);
/cts/tools/dx-tests/src/dxconvext/
ClassFileParser.java
29
import java.io.
FileNotFoundException
;
87
} catch (
FileNotFoundException
e) {
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
JarHostTest.java
39
import java.io.
FileNotFoundException
;
331
} catch (
FileNotFoundException
e) {
/development/tools/glesv2debugger/test/com/android/glesv2debugger/
MessageQueueTest.java
33
import java.io.
FileNotFoundException
;
117
public void testRunWithFile() throws
FileNotFoundException
, IOException, InterruptedException {
Completed in 1325 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>