OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RemoteException
(Results
351 - 375
of
687
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/frameworks/base/services/java/com/android/server/display/
VirtualDisplayAdapter.java
24
import android.os.
RemoteException
;
60
} catch (
RemoteException
ex) {
/frameworks/base/services/java/com/android/server/wifi/
WifiTrafficPoller.java
28
import android.os.
RemoteException
;
174
} catch (
RemoteException
e) {
/packages/apps/Exchange/src/com/android/exchange/adapter/
SearchParser.java
7
import android.os.
RemoteException
;
107
} catch (
RemoteException
e) {
108
LogUtils.d(Logging.LOG_TAG, "
RemoteException
while saving search results.");
AbstractSyncParser.java
25
import android.os.
RemoteException
;
107
public abstract void commit() throws IOException,
RemoteException
,
224
} catch (
RemoteException
e) {
/packages/apps/Settings/src/com/android/settings/inputmethod/
InputMethodSettingValuesWrapper.java
24
import android.os.
RemoteException
;
69
} catch (
RemoteException
e) {
/cts/tests/tests/provider/src/android/provider/cts/
SettingsTest.java
29
import android.os.
RemoteException
;
34
public void testSystemTable() throws
RemoteException
{
101
public void testBluetoothDevicesTable() throws
RemoteException
{
270
public void testUserDictionarySettingsExists() throws
RemoteException
{
/development/samples/BluetoothHDP/src/com/example/bluetooth/health/
BluetoothHDPActivity.java
38
import android.os.
RemoteException
;
210
} catch (
RemoteException
e) {
312
} catch (
RemoteException
e) {
329
} catch (
RemoteException
e) {
/frameworks/base/core/java/android/speech/
SpeechRecognizer.java
29
import android.os.
RemoteException
;
346
} catch (final
RemoteException
e) {
360
} catch (final
RemoteException
e) {
374
} catch (final
RemoteException
e) {
/packages/apps/Exchange/tests/src/com/android/exchange/provider/
MockProviderTests.java
27
import android.os.
RemoteException
;
86
// private ContentProviderResult[] setupPonies() throws
RemoteException
,
108
// public void testInsertQueryandDelete() throws
RemoteException
, OperationApplicationException {
157
// public void testUpdate() throws
RemoteException
, OperationApplicationException {
/cts/tests/tests/os/src/android/os/cts/
BinderTest.java
33
import android.os.
RemoteException
;
59
throws
RemoteException
{
158
} catch (
RemoteException
e) {
/cts/tests/tests/uidisolation/src/android/uidisolation/cts/
PermissionTestService.java
26
import android.os.
RemoteException
;
108
} catch (
RemoteException
e) {
116
} catch (
RemoteException
e) {
/external/chromium_org/content/public/android/java/src/org/chromium/content/app/
ChildProcessService.java
15
import android.os.
RemoteException
;
259
} catch (
RemoteException
e) {
279
} catch (
RemoteException
e) {
/frameworks/base/cmds/media/src/com/android/commands/media/
Media.java
26
import android.os.
RemoteException
;
89
} catch (
RemoteException
e) {
185
void run() throws
RemoteException
{
/frameworks/base/cmds/settings/src/com/android/commands/settings/
SettingsCmd.java
26
import android.os.
RemoteException
;
187
} catch (
RemoteException
e) {
209
} catch (
RemoteException
e) {
/frameworks/base/core/java/android/content/
BroadcastReceiver.java
25
import android.os.
RemoteException
;
426
} catch (
RemoteException
ex) {
526
} catch (
RemoteException
e) {
[
all
...]
/frameworks/base/core/java/android/net/
EthernetDataTracker.java
26
import android.os.
RemoteException
;
240
} catch (
RemoteException
e) {
246
} catch (
RemoteException
e) {
VpnService.java
28
import android.os.
RemoteException
;
147
} catch (
RemoteException
e) {
473
} catch (
RemoteException
e) {
/frameworks/base/keystore/java/android/security/
KeyChain.java
26
import android.os.
RemoteException
;
312
} catch (
RemoteException
e) {
352
} catch (
RemoteException
e) {
/frameworks/base/media/java/android/media/
RemoteControlClient.java
34
import android.os.
RemoteException
;
[
all
...]
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/integration/
CameraBinderTest.java
33
import android.os.
RemoteException
;
168
throws
RemoteException
{
196
throws
RemoteException
{
/frameworks/base/packages/services/Proxy/src/com/android/proxyhandler/
ProxyServer.java
19
import android.os.
RemoteException
;
229
} catch (
RemoteException
e) {
240
} catch (
RemoteException
e) {
/frameworks/base/policy/src/com/android/internal/policy/impl/
EnableAccessibilityController.java
30
import android.os.
RemoteException
;
222
} catch (
RemoteException
re) {
274
} catch (
RemoteException
re) {
/frameworks/base/services/java/com/android/server/location/
FlpHardwareProvider.java
34
import android.os.
RemoteException
;
117
} catch (
RemoteException
e) {
118
Log.e(TAG, "
RemoteException
calling onLocationAvailable");
132
} catch (
RemoteException
e) {
133
Log.e(TAG, "
RemoteException
calling onDiagnosticDataAvailable");
/packages/services/Telephony/src/com/android/phone/
CallCommandService.java
21
import android.os.
RemoteException
;
224
public void postDialCancel(int callId) throws
RemoteException
{
232
public void postDialWaitContinue(int callId) throws
RemoteException
{
Ringer.java
28
import android.os.
RemoteException
;
160
} catch (
RemoteException
ex) {
224
} catch (
RemoteException
ex) {
Completed in 1486 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>