OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FileNotFoundException
(Results
126 - 150
of
745
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/base/core/java/android/content/
ContentProvider.java
45
import java.io.
FileNotFoundException
;
337
IBinder callerToken) throws
FileNotFoundException
{
353
throws
FileNotFoundException
{
385
Bundle opts, ICancellationSignal cancellationSignal) throws
FileNotFoundException
{
436
IBinder callerToken) throws
FileNotFoundException
, SecurityException {
440
throw new
FileNotFoundException
("App op not allowed");
445
throw new
FileNotFoundException
("App op not allowed");
[
all
...]
/system/core/fastbootd/other/sign/src/
SignImg.java
51
private static PrivateKey getPrivateKey(String path) throws IOException,
FileNotFoundException
, NoSuchAlgorithmException, InvalidKeySpecException {
65
private static MimeBodyPart getContent(String path) throws IOException,
FileNotFoundException
, MessagingException {
79
private static CMSProcessableByteArray getCMSContent(String path) throws IOException,
FileNotFoundException
, MessagingException {
90
private static X509Certificate readCert(String path) throws IOException,
FileNotFoundException
, CertificateException {
101
private static void save(MimeBodyPart content, String path) throws IOException,
FileNotFoundException
, MessagingException {
/dalvik/dx/src/com/android/multidex/
ClassReferenceListBuilder.java
26
import java.io.
FileNotFoundException
;
82
} catch (
FileNotFoundException
e) {
134
} catch (
FileNotFoundException
e) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
BuildMachineManager.java
21
import java.io.
FileNotFoundException
;
142
} catch (
FileNotFoundException
e) {
171
} catch (
FileNotFoundException
e) {
/external/okhttp/samples/static-server/src/main/java/com/squareup/okhttp/sample/
SampleServer.java
10
import java.io.
FileNotFoundException
;
41
if (!path.startsWith("/") || path.contains("..")) throw new
FileNotFoundException
();
47
} catch (
FileNotFoundException
e) {
/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/cmds/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) {
/frameworks/base/media/java/android/media/
MediaMetadataRetriever.java
28
import java.io.
FileNotFoundException
;
72
} catch (
FileNotFoundException
fileEx) {
174
} catch(
FileNotFoundException
e) {
/frameworks/base/services/core/java/com/android/server/
EntropyMixer.java
20
import java.io.
FileNotFoundException
;
129
} catch (
FileNotFoundException
e) {
194
} catch (
FileNotFoundException
ignored) {
/libcore/dalvik/src/main/java/dalvik/system/
DexFile.java
22
import java.io.
FileNotFoundException
;
316
* @throws java.io.
FileNotFoundException
if fileName is not readable,
325
throws
FileNotFoundException
, IOException;
359
* @throws java.io.
FileNotFoundException
if fileName is not readable,
371
throws
FileNotFoundException
, IOException;
/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) {
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/
XmpPresets.java
33
import java.io.
FileNotFoundException
;
67
} catch (
FileNotFoundException
e) {
100
} catch (
FileNotFoundException
e) {
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/
VersionCheck.java
33
import java.io.
FileNotFoundException
;
92
} catch (
FileNotFoundException
e) {
163
} catch (
FileNotFoundException
e) {
/art/test/068-classloader/src/
FancyLoader.java
18
import java.io.
FileNotFoundException
;
146
} catch (
FileNotFoundException
fnfe) {
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
ByodIconSamplerActivity.java
31
import java.io.
FileNotFoundException
;
70
} catch (
FileNotFoundException
e) {
71
Log.d(TAG, "sampleImage:
FileNotFoundException
", e);
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
CtsInstrumentationApkTest.java
30
import java.io.
FileNotFoundException
;
104
} catch (
FileNotFoundException
e) {
/development/samples/Support4Demos/src/com/example/android/supportv4/app/
SharingReceiverSupport.java
30
import java.io.
FileNotFoundException
;
81
} catch (
FileNotFoundException
e) {
/external/protobuf/examples/
AddPerson.java
7
import java.io.
FileNotFoundException
;
75
} catch (
FileNotFoundException
e) {
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/io/
FileDeferredOutputStream.java
19
public FileDeferredOutputStream(@Nonnull File backingFile) throws
FileNotFoundException
{
23
public FileDeferredOutputStream(@Nonnull File backingFile, int bufferSize) throws
FileNotFoundException
{
/frameworks/base/core/java/android/alsa/
AlsaCardsParser.java
22
import java.io.
FileNotFoundException
;
93
} catch (
FileNotFoundException
e) {
/frameworks/base/test-runner/src/android/test/mock/
MockIContentProvider.java
33
import java.io.
FileNotFoundException
;
110
Bundle opts, ICancellationSignal signal) throws RemoteException,
FileNotFoundException
{
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
ParserFactory.java
28
import java.io.
FileNotFoundException
;
43
throws XmlPullParserException,
FileNotFoundException
{
/frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/setup/
LayoutPullParser.java
26
import java.io.
FileNotFoundException
;
61
} catch (
FileNotFoundException
e) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
TelephonyTester.java
34
import java.io.
FileNotFoundException
;
138
} catch (
FileNotFoundException
ex) {
Completed in 2738 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>