OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RemoteException
(Results
626 - 650
of
905
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/frameworks/base/core/java/android/app/
LoadedApk.java
38
import android.os.
RemoteException
;
243
} catch (
RemoteException
e) {
268
} catch (
RemoteException
re) {
279
} catch (
RemoteException
e) {
404
} catch (
RemoteException
e) {
653
} catch (
RemoteException
e) {
676
} catch (
RemoteException
e) {
800
} catch (
RemoteException
e) {
[
all
...]
/frameworks/base/services/core/java/com/android/server/am/
BroadcastQueue.java
39
import android.os.
RemoteException
;
223
ProcessRecord app) throws
RemoteException
{
227
throw new
RemoteException
();
425
boolean ordered, boolean sticky, int sendingUser) throws
RemoteException
{
435
throw new
RemoteException
("app.thread must not be null");
527
} catch (
RemoteException
e) {
677
} catch (
RemoteException
e) {
[
all
...]
/frameworks/base/services/core/java/com/android/server/net/
NetworkStatsService.java
101
import android.os.
RemoteException
;
341
} catch (
RemoteException
e) {
449
} catch (
RemoteException
e) {
578
public NetworkStats getDataLayerSnapshotForUid(int uid) throws
RemoteException
{
[
all
...]
NetworkPolicyManagerService.java
119
import android.os.
RemoteException
;
388
} catch (
RemoteException
e) {
[
all
...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiServiceImpl.java
45
import android.os.
RemoteException
;
247
} catch (
RemoteException
e) {
[
all
...]
RttService.java
16
import android.os.
RemoteException
;
368
} catch (
RemoteException
e) {
388
} catch (
RemoteException
e) {
/packages/apps/Music/src/com/android/music/
MusicUtils.java
46
import android.os.
RemoteException
;
228
} catch (
RemoteException
ex) {
238
} catch (
RemoteException
ex) {
248
} catch (
RemoteException
ex) {
259
} catch (
RemoteException
ex) {
274
} catch (
RemoteException
ex) {
301
} catch (
RemoteException
ex) {
489
} catch (
RemoteException
ex) {
532
} catch (
RemoteException
ex) {
822
} catch (
RemoteException
ex)
[
all
...]
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
AccessibilityManagerService.java
58
import android.os.
RemoteException
;
513
} catch (
RemoteException
re) {
522
IAccessibilityInteractionConnection connection, int userId) throws
RemoteException
{
632
} catch (
RemoteException
re) {
[
all
...]
/frameworks/base/core/java/android/service/wallpaper/
WallpaperService.java
47
import android.os.
RemoteException
;
[
all
...]
/packages/apps/Settings/src/com/android/settings/
TrustedCredentialsSettings.java
29
import android.os.
RemoteException
;
106
private List<ParcelableString> getAliases(IKeyChainService service) throws
RemoteException
{
116
private boolean deleted(IKeyChainService service, String alias) throws
RemoteException
{
461
} catch (
RemoteException
e) {
553
} catch (
RemoteException
e) {
705
} catch (
RemoteException
ex) {
706
Log.e(TAG, "
RemoteException
while retrieving certificate chain for root "
750
} catch (
RemoteException
e) {
DisplaySettings.java
44
import android.os.
RemoteException
;
276
} catch (
RemoteException
e) {
346
} catch (
RemoteException
e) {
/cts/tests/tests/provider/src/android/provider/cts/
Contacts_PeopleTest.java
29
import android.os.
RemoteException
;
221
} catch (
RemoteException
e) {
222
fail("Unexpected
RemoteException
");
251
} catch (
RemoteException
e) {
252
fail("Unexpected
RemoteException
");
/frameworks/base/core/java/android/bluetooth/
BluetoothSocket.java
21
import android.os.
RemoteException
;
326
} catch (
RemoteException
e) {
347
} catch (
RemoteException
e) {
/frameworks/base/core/java/android/hardware/camera2/legacy/
CameraDeviceUserShim.java
37
import android.os.
RemoteException
;
302
} catch (
RemoteException
e) {
561
public int waitUntilIdle() throws
RemoteException
{
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
NotificationController.java
31
import android.os.
RemoteException
;
347
} catch (
RemoteException
re) {
384
} catch (
RemoteException
re) {
/frameworks/base/services/core/java/com/android/server/
Watchdog.java
21
import android.os.
RemoteException
;
293
} catch (
RemoteException
ex) {
458
} catch (
RemoteException
e) {
/frameworks/base/services/core/java/com/android/server/wm/
AppWindowAnimator.java
20
import android.os.
RemoteException
;
322
} catch (
RemoteException
e) {
331
} catch (
RemoteException
e) {
InputMonitor.java
25
import android.os.
RemoteException
;
140
} catch (
RemoteException
ex) {
153
} catch (
RemoteException
ex) {
/packages/apps/Nfc/src/com/android/nfc/cardemulation/
HostEmulationManager.java
33
import android.os.
RemoteException
;
323
} catch (
RemoteException
e) {
334
} catch (
RemoteException
e) {
/packages/apps/Nfc/src/com/android/nfc/handover/
HandoverService.java
35
import android.os.
RemoteException
;
485
} catch (
RemoteException
e) {
562
} catch (
RemoteException
e) {
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DevicePolicyManagerService.java
67
import android.os.
RemoteException
;
[
all
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
BaseStatusBar.java
50
import android.os.
RemoteException
;
275
} catch (
RemoteException
e) {
289
} catch (
RemoteException
e) {
506
} catch (
RemoteException
ex) {
534
} catch (
RemoteException
e) {
682
} catch (
RemoteException
ex) {
[
all
...]
/prebuilts/tools/common/m2/repository/org/freemarker/freemarker/2.3.20/
freemarker-2.3.20.jar
/cts/tests/tests/os/src/android/os/cts/
RemoteCallbackListTest.java
27
import android.os.
RemoteException
;
/frameworks/base/core/tests/coretests/src/android/os/storage/
AsecTests.java
22
import android.os.
RemoteException
;
52
private void cleanupContainers() throws
RemoteException
{
65
private boolean containerExists(String localId) throws
RemoteException
{
678
public void onShutDownComplete(int statusCode) throws
RemoteException
{
Completed in 1049 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>