OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FileNotFoundException
(Results
26 - 50
of
385
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
PackageIconLoader.java
37
import java.io.
FileNotFoundException
;
151
throw new
FileNotFoundException
("Resource does not exist: " + uri);
157
throw new
FileNotFoundException
("Failed to open " + uri);
169
} catch (
FileNotFoundException
fnfe) {
186
private OpenResourceIdResult getResourceId(Uri uri) throws
FileNotFoundException
{
190
throw new
FileNotFoundException
("No authority: " + uri);
195
throw new
FileNotFoundException
("Failed to get resources: " + ex);
200
throw new
FileNotFoundException
("No path: " + uri);
208
throw new
FileNotFoundException
("Single path segment is not a resource ID: " + uri);
213
throw new
FileNotFoundException
("More than two path segments: " + uri)
[
all
...]
/frameworks/base/packages/DefaultContainerService/src/com/android/defcontainer/
DefaultContainerService.java
48
import java.io.
FileNotFoundException
;
108
} catch (
FileNotFoundException
e) {
173
} catch (
FileNotFoundException
e) {
183
} catch (
FileNotFoundException
e) {
262
} catch (
FileNotFoundException
e) {
341
throws
FileNotFoundException
, IOException {
350
private void copyFile(Uri pPackageURI, OutputStream outStream) throws
FileNotFoundException
,
363
} catch (
FileNotFoundException
e) {
371
throw new
FileNotFoundException
("provider returned no file descriptor");
387
throw new
FileNotFoundException
("Package URI is not 'file:' or 'content:'")
[
all
...]
/frameworks/base/core/tests/coretests/src/android/content/
MemoryFileProvider.java
28
import java.io.
FileNotFoundException
;
132
public ParcelFileDescriptor openFile(Uri url, String mode) throws
FileNotFoundException
{
142
throw new
FileNotFoundException
("Error reading " + url + ":" + ex.toString());
148
throw new
FileNotFoundException
("No files supported by provider at " + url);
153
throws
FileNotFoundException
{
155
throw new
FileNotFoundException
("Mode " + mode + " not supported for " + url);
/cts/tests/tests/util/src/android/util/cts/
PrintStreamPrinterTest.java
22
import java.io.
FileNotFoundException
;
50
public void testConstructor() throws
FileNotFoundException
{
59
public void testPrintln() throws
FileNotFoundException
, SecurityException, IOException {
PrintWriterPrinterTest.java
22
import java.io.
FileNotFoundException
;
60
} catch (
FileNotFoundException
e) {
78
} catch (
FileNotFoundException
e) {
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
EventLogImporter.java
23
import java.io.
FileNotFoundException
;
36
public EventLogImporter(String filePath) throws
FileNotFoundException
{
39
throw new
FileNotFoundException
();
/development/tools/idegen/src/
Main.java
22
import java.io.
FileNotFoundException
;
/external/apache-xml/src/main/java/org/apache/xalan/xslt/
SecuritySupport12.java
26
import java.io.
FileNotFoundException
;
97
throws
FileNotFoundException
102
public Object run() throws
FileNotFoundException
{
107
throw (
FileNotFoundException
)e.getException();
SecuritySupport.java
26
import java.io.
FileNotFoundException
;
103
throws
FileNotFoundException
/external/apache-xml/src/main/java/org/apache/xml/dtm/
SecuritySupport12.java
26
import java.io.
FileNotFoundException
;
97
throws
FileNotFoundException
102
public Object run() throws
FileNotFoundException
{
107
throw (
FileNotFoundException
)e.getException();
SecuritySupport.java
26
import java.io.
FileNotFoundException
;
103
throws
FileNotFoundException
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
SecuritySupport12.java
26
import java.io.
FileNotFoundException
;
97
throws
FileNotFoundException
102
public Object run() throws
FileNotFoundException
{
107
throw (
FileNotFoundException
)e.getException();
SecuritySupport.java
26
import java.io.
FileNotFoundException
;
103
throws
FileNotFoundException
/external/apache-xml/src/main/java/org/apache/xml/serializer/
SecuritySupport12.java
26
import java.io.
FileNotFoundException
;
94
throws
FileNotFoundException
99
public Object run() throws
FileNotFoundException
{
104
throw (
FileNotFoundException
)e.getException();
SecuritySupport.java
26
import java.io.
FileNotFoundException
;
101
throws
FileNotFoundException
/external/apache-xml/src/main/java/org/apache/xml/utils/
SecuritySupport12.java
26
import java.io.
FileNotFoundException
;
97
throws
FileNotFoundException
102
public Object run() throws
FileNotFoundException
{
107
throw (
FileNotFoundException
)e.getException();
SecuritySupport.java
26
import java.io.
FileNotFoundException
;
103
throws
FileNotFoundException
/external/apache-xml/src/main/java/org/apache/xpath/functions/
SecuritySupport12.java
26
import java.io.
FileNotFoundException
;
97
throws
FileNotFoundException
102
public Object run() throws
FileNotFoundException
{
107
throw (
FileNotFoundException
)e.getException();
/frameworks/base/core/java/android/content/
ContentProviderClient.java
26
import java.io.
FileNotFoundException
;
94
throws RemoteException,
FileNotFoundException
{
106
throws RemoteException,
FileNotFoundException
{
113
throws RemoteException,
FileNotFoundException
{
IContentProvider.java
28
import java.io.
FileNotFoundException
;
47
throws RemoteException,
FileNotFoundException
;
49
throws RemoteException,
FileNotFoundException
;
57
throws RemoteException,
FileNotFoundException
;
ContentProvider.java
35
import java.io.
FileNotFoundException
;
223
throws
FileNotFoundException
{
230
throws
FileNotFoundException
{
247
throws
FileNotFoundException
{
640
* The default implementation always throws {@link
FileNotFoundException
}.
661
* @throws
FileNotFoundException
Throws
FileNotFoundException
if there is
670
throws
FileNotFoundException
{
671
throw new
FileNotFoundException
("No files supported by provider at "
705
* @throws
FileNotFoundException
Throws FileNotFoundException if there i
[
all
...]
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeContentProvider.java
32
import java.io.
FileNotFoundException
;
80
FileNotFoundException
{
87
FileNotFoundException
{
120
throws RemoteException,
FileNotFoundException
{
/cts/tools/vm-tests/src/util/build/
DFHBuildStep.java
22
import java.io.
FileNotFoundException
;
50
} catch (
FileNotFoundException
e) {
/cts/tools/vm-tests-tf/src/util/build/
DFHBuildStep.java
22
import java.io.
FileNotFoundException
;
50
} catch (
FileNotFoundException
e) {
/external/android-mock/src/com/google/android/testing/mocking/
FileUtils.java
19
import java.io.
FileNotFoundException
;
71
throws
FileNotFoundException
, IOException {
Completed in 2266 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>