OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RemoteException
(Results
226 - 250
of
687
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/base/services/java/com/android/server/location/
GeofenceProxy.java
30
import android.os.
RemoteException
;
127
} catch (
RemoteException
e) {
135
} catch (
RemoteException
e) {
143
} catch(
RemoteException
e) {
PassiveProvider.java
31
import android.os.
RemoteException
;
104
} catch (
RemoteException
e) {
105
Log.e(TAG, "
RemoteException
calling reportLocation");
/hardware/ti/wpan/tools/FM/service/src/java/com/ti/server/
FmService.java
23
import android.os.
RemoteException
;
/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
ServiceProxy.java
28
import android.os.
RemoteException
;
115
} catch (
RemoteException
e) {
147
public void run() throws
RemoteException
;
215
public void run() throws
RemoteException
{
/packages/apps/Settings/src/com/android/settings/net/
ChartDataLoader.java
32
import android.os.
RemoteException
;
79
} catch (
RemoteException
e) {
87
throws
RemoteException
{
134
throws
RemoteException
{
/frameworks/base/core/java/android/os/storage/
StorageManager.java
28
import android.os.
RemoteException
;
314
public StorageManager(ContentResolver resolver, Looper tgtLooper) throws
RemoteException
{
341
} catch (
RemoteException
rex) {
374
} catch (
RemoteException
rex) {
432
} catch (
RemoteException
rex) {
470
} catch (
RemoteException
e) {
505
} catch (
RemoteException
e) {
523
} catch (
RemoteException
e) {
544
} catch (
RemoteException
e) {
559
} catch (
RemoteException
e)
[
all
...]
/cts/tests/tests/uidisolation/src/android/uidisolation/cts/
ServiceRunnerActivity.java
29
import android.os.
RemoteException
;
89
} catch (
RemoteException
e) {
/development/samples/Alarm/src/com/example/android/newalarm/
AlarmService.java
27
import android.os.
RemoteException
;
119
throws
RemoteException
{
/development/samples/ApiDemos/src/com/example/android/apis/app/
AlarmService_Service.java
31
import android.os.
RemoteException
;
126
int flags) throws
RemoteException
{
NotifyingService.java
32
import android.os.
RemoteException
;
122
int flags) throws
RemoteException
{
/frameworks/base/core/java/android/hardware/camera2/utils/
CameraBinderDecorator.java
26
import android.os.
RemoteException
;
119
} else if (t instanceof
RemoteException
) {
120
throw new UnsupportedOperationException("An unknown
RemoteException
was thrown" +
140
* In addition it also rewrites binder's
RemoteException
into either a
144
* As a result of calling any method on the proxy,
RemoteException
is
/frameworks/base/core/java/android/os/
CommonTimeUtils.java
49
throws
RemoteException
{
81
catch (
RemoteException
e) {
91
throws
RemoteException
{
123
catch (
RemoteException
e) {
133
throws
RemoteException
{
165
catch (
RemoteException
e) {
175
throws
RemoteException
{
280
catch (
RemoteException
e) {
/frameworks/base/core/java/android/service/dreams/
Sandman.java
23
import android.os.
RemoteException
;
103
} catch (
RemoteException
ex) {
/frameworks/base/core/java/android/view/
InputFilter.java
22
import android.os.
RemoteException
;
178
} catch (
RemoteException
re) {
/frameworks/base/core/tests/coretests/src/android/app/activity/
LocalReceiver.java
26
import android.os.
RemoteException
;
73
} catch (
RemoteException
ex) {
/frameworks/base/core/tests/coretests/src/android/os/
MessengerTest.java
23
import android.os.
RemoteException
;
69
} catch (
RemoteException
e) {
/frameworks/base/location/java/android/location/
SettingInjectorService.java
25
import android.os.
RemoteException
;
205
} catch (
RemoteException
e) {
/frameworks/base/services/java/com/android/server/media/
RemoteDisplayProviderProxy.java
30
import android.os.
RemoteException
;
345
} catch (
RemoteException
ex) {
359
} catch (
RemoteException
ex) {
367
} catch (
RemoteException
ex) {
375
} catch (
RemoteException
ex) {
383
} catch (
RemoteException
ex) {
391
} catch (
RemoteException
ex) {
436
public void onStateChanged(RemoteDisplayState state) throws
RemoteException
{
/frameworks/base/services/java/com/android/server/wm/
KeyguardDisableHandler.java
25
import android.os.
RemoteException
;
98
} catch (
RemoteException
re) {
/frameworks/opt/vcard/java/com/android/vcard/
VCardEntryCommitter.java
23
import android.os.
RemoteException
;
91
} catch (
RemoteException
e) {
/packages/apps/Settings/src/com/android/settings/
MonitoringCertInfoActivity.java
28
import android.os.
RemoteException
;
71
} catch (
RemoteException
e) {
/packages/apps/Settings/src/com/android/settings/inputmethod/
UserDictionaryAddWordActivity.java
26
import android.os.
RemoteException
;
86
} catch (
RemoteException
e) {
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsUpgradeReceiver.java
26
import android.os.
RemoteException
;
81
} catch (
RemoteException
e) {
/packages/providers/MediaProvider/src/com/android/providers/media/
MediaUpgradeReceiver.java
27
import android.os.
RemoteException
;
69
} catch (
RemoteException
e) {
/frameworks/base/core/java/android/bluetooth/
BluetoothPbap.java
23
import android.os.
RemoteException
;
153
} catch (
RemoteException
e) {
218
} catch (
RemoteException
e) {Log.e(TAG, e.toString());}
237
} catch (
RemoteException
e) {Log.e(TAG, e.toString());}
255
} catch (
RemoteException
e) {Log.e(TAG, e.toString());}
274
} catch (
RemoteException
e) {Log.e(TAG, e.toString());}
Completed in 788 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>