HomeSort by relevance Sort by last modified time
    Searched defs:RemoteException (Results 1 - 23 of 23) sorted by null

  /external/javassist/src/main/javassist/tools/rmi/
RemoteException.java 19 * <code>RemoteException</code> represents any exception thrown
22 public class RemoteException extends RuntimeException {
23 public RemoteException(String msg) {
27 public RemoteException(Exception e) {
ObjectImporter.java 65 * into <code>RemoteException</code>. Since this exception is a subclass
71 * @see javassist.tools.rmi.RemoteException
202 throws RemoteException
258 throw new RemoteException(e);
261 throw new RemoteException(e);
264 throw new RemoteException(e);
270 throw new RemoteException(errmsg);
  /frameworks/base/core/java/android/os/
RemoteException.java 23 public class RemoteException extends AndroidException {
24 public RemoteException() {
28 public RemoteException(String message) {
  /cts/tests/tests/os/src/android/os/cts/
RemoteExceptionTest.java 19 import android.os.RemoteException;
25 @TestTargetClass(RemoteException.class)
30 method = "RemoteException",
34 new RemoteException();
  /frameworks/base/core/java/android/provider/
SyncStateContract.java 26 import android.os.RemoteException;
70 * @throws RemoteException if there is a failure communicating with the remote
74 Account account) throws RemoteException {
80 throw new RemoteException();
100 * @throws RemoteException if there is a failure communicating with the remote
104 Account account, byte[] data) throws RemoteException {
113 Account account, byte[] data) throws RemoteException {
122 throws RemoteException {
129 Account account) throws RemoteException {
134 throw new RemoteException();
    [all...]
  /frameworks/base/services/java/com/android/server/
CountryDetectorService.java 32 import android.os.RemoteException;
94 public Country detectCountry() throws RemoteException {
96 throw new RemoteException();
105 public void addCountryListener(ICountryListener listener) throws RemoteException {
107 throw new RemoteException();
116 public void removeCountryListener(ICountryListener listener) throws RemoteException {
118 throw new RemoteException();
133 } catch (RemoteException e) {
155 } catch (RemoteException e) {
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
ServiceProxy.java 26 import android.os.RemoteException;
41 * An EmailServiceProxy object cannot be reused (trying to do so generates a RemoteException)
95 public void run() throws RemoteException;
103 } catch (RemoteException e) {
178 public void close() throws RemoteException {
180 throw new RemoteException();
192 public void run() throws RemoteException {
  /packages/experimental/UiAutomation/service/src/com/android/testing/uiautomation/
ProviderImpl.java 9 import android.os.RemoteException;
45 public ProviderImpl(Context context) throws RemoteException {
49 throws RemoteException {
63 public void onAccessibilityEvent(AccessibilityEvent event) throws RemoteException {
79 private void onAccessibilityEvent(AccessibilityEvent event) throws RemoteException {
109 public boolean isEnabled(String selector) throws RemoteException {
117 public boolean isFocused(String selector) throws RemoteException {
125 public int getChildCount(String selector) throws RemoteException {
133 public String getText(String selector) throws RemoteException {
146 public String getClassName(String selector) throws RemoteException {
    [all...]
  /frameworks/base/services/java/com/android/server/accessibility/
AccessibilityManagerService.java 41 import android.os.RemoteException;
339 public int addClient(IAccessibilityManagerClient client) throws RemoteException {
402 } catch (RemoteException re) {
437 IAccessibilityInteractionConnection connection) throws RemoteException {
644 } catch (RemoteException re) {
663 } catch (RemoteException e) {
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/
EasSyncService.java 30 import android.os.RemoteException;
    [all...]
  /frameworks/base/services/java/com/android/server/am/
ActivityStack.java 61 import android.os.RemoteException;
516 throws RemoteException {
547 throw new RemoteException();
619 } catch (RemoteException e) {
703 } catch (RemoteException e) {
    [all...]
ActivityManagerService.java 102 import android.os.RemoteException;
    [all...]
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/13/
android.jar 
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 333 milliseconds